NX Open C++ Reference Guide
|
Represents a dimension object attached to the feature
Intances of this object cannot be directly be created.
More...
Public Types | |
enum | Subtype { SubtypeHorizontal, SubtypeVertical, SubtypeParallel, SubtypePerpendicular, SubtypeParallelDistance, SubtypeAngular, SubtypePointOntoPoint, SubtypePointOntoLine, SubtypeLineOntoLine } |
Represents the subtype of the positioning dimension. More... | |
Public Member Functions | |
NXOpen::Expression * | Expression () |
Returns the expression for the dimension. | |
NXOpen::PositioningDimension::Subtype | GetSubtype () |
Returns the subtype of the dimension. | |
NXOpen::NXObject * | Target () |
Returns the target entity. | |
NXOpen::NXObject * | Tool () |
Returns the tool entity. |
Represents a dimension object attached to the feature
Intances of this object cannot be directly be created.
However, instances can be acquired from objects that contain them.
Created in NX3.0.0.
Represents the subtype of the positioning dimension.
SubtypeHorizontal |
Horizontal dimension. |
SubtypeVertical |
Vertical dimension. |
SubtypeParallel |
Parallel dimension. |
SubtypePerpendicular |
Perpendicular dimension. |
SubtypeParallelDistance |
Parallel at a distance dimension. |
SubtypeAngular |
Angular dimension. |
SubtypePointOntoPoint |
Point onto point dimension. |
SubtypePointOntoLine |
Point onto line dimension. |
SubtypeLineOntoLine |
Line onto line dimension. |
Returns the expression for the dimension.
Created in NX3.0.0.
License requirements : features_modeling ("FEATURES MODELING"), solid_modeling ("SOLIDS MODELING")
Returns the subtype of the dimension.
Returns the target entity.
Created in NX3.0.0.
License requirements : features_modeling ("FEATURES MODELING"), solid_modeling ("SOLIDS MODELING")
Returns the tool entity.
Created in NX3.0.0.
License requirements : features_modeling ("FEATURES MODELING"), solid_modeling ("SOLIDS MODELING")