NX Open C++ Reference Guide
|
Represents a chain dimension. More...
Additional Inherited Members | |
![]() | |
enum | ObjectFont { ObjectFontSolid = 1, ObjectFontDashed, ObjectFontPhantom, ObjectFontCenterline, ObjectFontDotted, ObjectFontLongDashed, ObjectFontDottedDashed } |
specifies the object font for objects such as lines Created in NX3.0.0. More... | |
enum | ObjectWidth { ObjectWidthNormal, ObjectWidthThick, ObjectWidthThin, ObjectWidthOne = 5, ObjectWidthTwo, ObjectWidthThree, ObjectWidthFour, ObjectWidthFive, ObjectWidthSix, ObjectWidthSeven, ObjectWidthEight, ObjectWidthNine } |
specifies object width for objects such as lines and text Created in NX3.0.0. More... | |
![]() | |
NXOpen::Annotations::Dimension * | AddDimension (NXOpen::Annotations::DimensionData *dimensionData, const NXOpen::Point3d &origin, bool autoAdjustNarrowDim) |
Adds a dimension to the set. | |
NXOpen::Annotations::Dimension * | AddPmiDimension (NXOpen::Annotations::DimensionData *dimensionData, NXOpen::Annotations::PmiData *pmiData, const NXOpen::Point3d &origin, bool autoAdjustNarrowDim) |
Adds a PMI dimension to the PMI dimension set. | |
NXOpen::Annotations::Dimension * | AddPmiDimension (NXOpen::Annotations::DimensionData *dimensionData, NXOpen::Annotations::PmiData *pmiData, NXOpen::Xform *annotationPlane, const NXOpen::Point3d &origin, bool autoAdjustNarrowDim) |
Adds a PMI dimension to the PMI dimension set. | |
double | DimensionOffset () |
Returns the dimension offset Created in NX4.0.0. | |
std::vector < NXOpen::Annotations::Dimension * > | GetAllSubDimensions () |
Returns all the sub dimensions of this set. | |
virtual std::vector < NXOpen::NXObject * > | GetObjects () |
Returns the objects in the container. | |
virtual void | RemoveObject (NXOpen::NXObject *object) |
Removes an object in the container. | |
void | ReverseOffset () |
Reverse the offset of Baseline/Chain Dimension Created in NX5.0.0. | |
void | SetDimensionOffset (double dimensionOffset) |
Sets the dimension offset Created in NX4.0.0. | |
Represents a chain dimension.
It is a set of horizontal or vertical dimensions.
There is no KF creator for this class.
Created in NX4.0.0.