NX Open C++ Reference Guide
|
Represents a dimensional constraint
To create an instance of this class refer to Sketch
Created in NX3.0.0.
More...
Public Types | |
enum | DimensionStateType { DimensionStateTypeDriving, DimensionStateTypeReference, DimensionStateTypeAutomatic } |
Dimension status. More... | |
Public Member Functions | |
NXOpen::Annotations::Dimension * | AssociatedDimension () |
Returns the dimension associated with the dimensional constraint Created in NX3.0.0. | |
NXOpen::Expression * | AssociatedExpression () |
Returns the expression associated with the dimensional constraint Created in NX3.0.0. | |
NXOpen::SketchDimensionalConstraint::DimensionStateType | DimensionState () |
Returns the dimension status. | |
std::vector < NXOpen::Sketch::DimensionGeometry > | GetDimensionGeometry () |
Returns the geometry associated with the dimension. | |
void | UseAlternateSolution () |
Switches the constraint to an alternate solution Created in NX3.0.0. |
Represents a dimensional constraint
To create an instance of this class refer to Sketch
Created in NX3.0.0.
Returns the dimension associated with the dimensional constraint
Created in NX3.0.0.
License requirements : None
Returns the expression associated with the dimensional constraint
Created in NX3.0.0.
License requirements : None
NXOpen::SketchDimensionalConstraint::DimensionStateType NXOpen::SketchDimensionalConstraint::DimensionState | ( | ) |
Returns the dimension status.
Created in NX7.5.0.
License requirements : solid_modeling ("SOLIDS MODELING") OR drafting ("DRAFTING")
std::vector<NXOpen::Sketch::DimensionGeometry> NXOpen::SketchDimensionalConstraint::GetDimensionGeometry | ( | ) |
Returns the geometry associated with the dimension.
Switches the constraint to an alternate solution
Created in NX3.0.0.
License requirements : solid_modeling ("SOLIDS MODELING") OR drafting ("DRAFTING")