NX Open C++ Reference Guide
|
Represents a Features::DimensionBuilder
The sub-class should create an instance of corresponding object
Default values.
More...
Public Member Functions | |
NXOpen::Annotations::OriginBuilder * | DimensionLocation () |
Returns the dimension location/placement controlled by the annotation origin block Created in NX6.0.0. | |
NXOpen::GeometricUtilities::FaceChangeOverflowBehavior * | FaceChangeOverflowBehavior () |
Returns the face change overflow behavior. | |
NXOpen::Features::FaceRecognitionBuilder * | FacesToMove () |
Returns the faces being moved as part of the Linear Dimension command Created in NX6.0.0. | |
NXOpen::Annotations::Dimension * | GetDimension () |
The drafting dimension which is used as UI tool for dimension display. | |
NXOpen::GeometricUtilities::SaveConstraintsBuilder * | SaveConstraints () |
Returns the SaveConstraints builder which is used by ADM Dimension Features. | |
NXOpen::Expression * | Value () |
Returns the value of the dimension Created in NX6.0.0. |
Represents a Features::DimensionBuilder
The sub-class should create an instance of corresponding object
Default values.
Property | Value |
---|---|
FacesToMove.CoaxialEnabled |
0 |
FacesToMove.CoplanarAxesEnabled |
0 |
FacesToMove.CoplanarEnabled |
0 |
FacesToMove.EqualDiameterEnabled |
0 |
FacesToMove.OffsetEnabled |
0 |
FacesToMove.ParallelEnabled |
0 |
FacesToMove.PerpendicularEnabled |
0 |
FacesToMove.SymmetricEnabled |
0 |
FacesToMove.TangentEnabled |
0 |
FacesToMove.ThicknessChainEnabled |
0 |
FacesToMove.UseFaceBrowse |
1 |
Created in NX6.0.0.
Returns the dimension location/placement controlled by the annotation origin block
Created in NX6.0.0.
License requirements : None
NXOpen::GeometricUtilities::FaceChangeOverflowBehavior* NXOpen::Features::DimensionBuilder::FaceChangeOverflowBehavior | ( | ) |
Returns the face change overflow behavior.
Please refer GeometricUtilities::FaceChangeOverflowBehavior for details.
Created in NX6.0.2.
License requirements : None
Returns the faces being moved as part of the Linear Dimension command
Created in NX6.0.0.
License requirements : None
The drafting dimension which is used as UI tool for dimension display.
Since this is saved with the feature, we need to create it and edit even during journalling. This command will hide all the creation and editing details of the drafting dimension. This API should be included for successful journalling
NXOpen::GeometricUtilities::SaveConstraintsBuilder* NXOpen::Features::DimensionBuilder::SaveConstraints | ( | ) |
Returns the SaveConstraints builder which is used by ADM Dimension Features.
Created in NX7.0.0.
License requirements : None
Returns the value of the dimension
Created in NX6.0.0.
License requirements : None