NXOpen .NET Reference Guide  1899
 All Classes Namespaces Functions Variables Enumerations Enumerator Properties
Public Types | Properties | List of all members
NXOpen.Tooling.UndersizeBuilder Class Reference

Represents a NXOpen.Tooling.UndersizeBuilder More...

Inheritance diagram for NXOpen.Tooling.UndersizeBuilder:
NXOpen.Builder NXOpen.TaggedObject NXOpen.GeometricUtilities.IComponentBuilder NXOpen.Utilities.NXRemotableObject IMessageSink

Public Types

enum  Orbit {
  Circular, Square, Triangle, Spherical,
  Points
}
 Represents the orbit type More...
 

Properties

unsafe NXOpen.Expression Angle [get]
 Returns the angle which is between two distribution electrodes More...
 
unsafe NXOpen.SelectBodyList ElectrodeBodies [get]
 Returns the electrode body to do undersize More...
 
unsafe NXOpen.SelectPointList OrbitPointList [get]
 Returns the points to be used as copy positions to undersize electrode More...
 
unsafe NXOpen.Expression OrbitSize [get]
 Returns the orbit size which determines the radius of the distribution circle More...
 
unsafe
NXOpen.Tooling.UndersizeBuilder.Orbit 
OrbitType [get, set]
 Returns or sets the orbit type More...
 
unsafe NXOpen.Point PointSpecify [get, set]
 Returns or sets the reference point which is the center of the distribution circle More...
 
unsafe NXOpen.SelectBodyList SelectElectrodeBlock [get]
 Returns the body will be used as electrode body to do undersize More...
 
unsafe NXOpen.SelectPointList SelectPoints [get]
 Returns the points will be used as copy positions to undersize electrode More...
 
unsafe NXOpen.Expression SparkGap [get]
 Returns the spark gap which is the gap between the electrode head and the work piece More...
 
- Properties inherited from NXOpen.Builder
unsafe NXOpen.PreviewBuilder PreviewBuilder [get]
 Returns the preview builder subobject. More...
 
- Properties inherited from NXOpen.TaggedObject
Tag Tag [get]
 Returns the tag of this object. More...
 
- Properties inherited from NXOpen.Utilities.NXRemotableObject
IMessageSink NextSink [get]
 Gets the next message sink in the sink chain. More...
 

Additional Inherited Members

- Public Member Functions inherited from NXOpen.Builder
unsafe NXOpen.NXObject Commit ()
 Commits any edits that have been applied to the builder. More...
 
unsafe void Destroy ()
 Deletes the builder, and cleans up any objects created by the builder. More...
 
unsafe NXOpen.NXObject[] GetCommittedObjects ()
 For builders that create more than one object, this method returns the objects that are created by commit. More...
 
unsafe NXOpen.NXObject GetObject ()
 Returns the object currently being edited by this builder. More...
 
unsafe void ShowResults ()
 Updates the model to reflect the result of an edit to the model for all builders that support showing results. More...
 
unsafe bool Validate ()
 Validate whether the inputs to the component are sufficient for commit to be called. More...
 
- Protected Member Functions inherited from NXOpen.TaggedObject
new void initialize ()
 <exclude> More...
 

Detailed Description

Represents a NXOpen.Tooling.UndersizeBuilder

To create a new instance of this class, use NXOpen.Tooling.UndersizeCollection.CreateUndersizeBuilder

Default values.

Property Value

Angle.Value

90 (millimeters part), 90 (inches part)

OrbitSize.Value

0.05 (millimeters part), 0.002 (inches part)

OrbitType

Circular

SparkGap.Value

0.05 (millimeters part), 0.002 (inches part)

Created in NX6.0.0

Member Enumeration Documentation

Represents the orbit type

Enumerator
Circular 

circular

Square 

square

Triangle 

triangle

Spherical 

spherical

Points 

specify points

Property Documentation

unsafe NXOpen.Expression NXOpen.Tooling.UndersizeBuilder.Angle
get

Returns the angle which is between two distribution electrodes

Created in NX6.0.0

License requirements: None.

unsafe NXOpen.SelectBodyList NXOpen.Tooling.UndersizeBuilder.ElectrodeBodies
get

Returns the electrode body to do undersize

Created in NX10.0.0

License requirements: None.

unsafe NXOpen.SelectPointList NXOpen.Tooling.UndersizeBuilder.OrbitPointList
get

Returns the points to be used as copy positions to undersize electrode

Created in NX10.0.0

License requirements: None.

unsafe NXOpen.Expression NXOpen.Tooling.UndersizeBuilder.OrbitSize
get

Returns the orbit size which determines the radius of the distribution circle

Created in NX6.0.0

License requirements: None.

unsafe NXOpen.Tooling.UndersizeBuilder.Orbit NXOpen.Tooling.UndersizeBuilder.OrbitType
getset

Returns or sets the orbit type

Created in NX6.0.0

License requirements to get this property: None.

License requirements to set this property: None.

unsafe NXOpen.Point NXOpen.Tooling.UndersizeBuilder.PointSpecify
getset

Returns or sets the reference point which is the center of the distribution circle

Created in NX6.0.0

License requirements to get this property: None.

License requirements to set this property: None.

unsafe NXOpen.SelectBodyList NXOpen.Tooling.UndersizeBuilder.SelectElectrodeBlock
get

Returns the body will be used as electrode body to do undersize

Created in NX6.0.0

Deprecated in NX10.0.0. Use Tooling.UndersizeBuilder.ElectrodeBodies instead.

License requirements: None.

unsafe NXOpen.SelectPointList NXOpen.Tooling.UndersizeBuilder.SelectPoints
get

Returns the points will be used as copy positions to undersize electrode

Created in NX6.0.0

Deprecated in NX10.0.0. Use Tooling.UndersizeBuilder.OrbitPointList instead.

License requirements: None.

unsafe NXOpen.Expression NXOpen.Tooling.UndersizeBuilder.SparkGap
get

Returns the spark gap which is the gap between the electrode head and the work piece

Created in NX6.0.0

License requirements: None.


The documentation for this class was generated from the following file:
Copyright 2019 Siemens Product Lifecycle Management Software Inc. All Rights Reserved.