NX Open C++ Reference Guide
|
Represents a Features::LinearDimension builder
To create a new instance of this class, use Features::FeatureCollection::CreateLinearDimensionBuilder
Default values.
More...
Public Types | |
enum | OrientationOptionType { OrientationOptionTypeOrientXpress, OrientationOptionTypeVector } |
the option that controls whether the OrientXpress or whether the vector block Controls the orientation of the Linear Dimension More... | |
Public Member Functions | |
NXOpen::GeometricUtilities::OrientXpressBuilder * | DimensionOrientation () |
Returns the OrientXpress that is employed in the ADM Linear Dimension Feature Created in NX6.0.0. | |
NXOpen::Direction * | DimensionOrientationVector () |
Returns the dimension orientation vector for the Linear Dimension Created in NX6.0.0. | |
NXOpen::SelectNXObject * | MeasurementObject () |
Returns the measurement object to which the ADM Linear Dimension is measured to Created in NX6.0.0. | |
NXOpen::Features::LinearDimensionBuilder::OrientationOptionType | OrientationOption () |
Returns the option that controls whether the OrientXpress or whether the vector block Controls the orientation of the Linear Dimension Created in NX6.0.0. | |
NXOpen::SelectNXObject * | OriginObject () |
Returns the origin object from which the ADM Linear dimension is measured from Created in NX6.0.0. | |
void | SetDimensionOrientationVector (NXOpen::Direction *dimensionOrientationVector) |
Sets the dimension orientation vector for the Linear Dimension Created in NX6.0.0. | |
void | SetFaceToMove (NXOpen::Face *face) |
The important face that is being moved through the ADM Linear Dimension Feature. | |
void | SetOrientationOption (NXOpen::Features::LinearDimensionBuilder::OrientationOptionType orientationOption) |
Sets the option that controls whether the OrientXpress or whether the vector block Controls the orientation of the Linear Dimension Created in NX6.0.0. |
Represents a Features::LinearDimension builder
To create a new instance of this class, use Features::FeatureCollection::CreateLinearDimensionBuilder
Default values.
Property | Value |
---|---|
OrientationOption |
OrientXpress |
Value.Value |
0 (millimeters part), 0 (inches part) |
Created in NX6.0.0.
NXOpen::GeometricUtilities::OrientXpressBuilder* NXOpen::Features::LinearDimensionBuilder::DimensionOrientation | ( | ) |
Returns the OrientXpress that is employed in the ADM Linear Dimension Feature
Created in NX6.0.0.
License requirements : None
Returns the dimension orientation vector for the Linear Dimension
Created in NX6.0.0.
License requirements : None
Returns the measurement object to which the ADM Linear Dimension is measured to
Created in NX6.0.0.
License requirements : None
NXOpen::Features::LinearDimensionBuilder::OrientationOptionType NXOpen::Features::LinearDimensionBuilder::OrientationOption | ( | ) |
Returns the option that controls whether the OrientXpress or whether the vector block Controls the orientation of the Linear Dimension
Created in NX6.0.0.
License requirements : None
Returns the origin object from which the ADM Linear dimension is measured from
Created in NX6.0.0.
License requirements : None
void NXOpen::Features::LinearDimensionBuilder::SetDimensionOrientationVector | ( | NXOpen::Direction * | dimensionOrientationVector | ) |
Sets the dimension orientation vector for the Linear Dimension
Created in NX6.0.0.
License requirements : solid_modeling ("SOLIDS MODELING")
dimensionOrientationVector | dimensionorientationvector |
The important face that is being moved through the ADM Linear Dimension Feature.
The system will try to silently infer one. But if the user wants to provide one, then he/she needs to pass in the face through this command
Created in NX6.0.0.
License requirements : solid_modeling ("SOLIDS MODELING")
face | face |
void NXOpen::Features::LinearDimensionBuilder::SetOrientationOption | ( | NXOpen::Features::LinearDimensionBuilder::OrientationOptionType | orientationOption | ) |
Sets the option that controls whether the OrientXpress or whether the vector block Controls the orientation of the Linear Dimension
Created in NX6.0.0.
License requirements : solid_modeling ("SOLIDS MODELING")
orientationOption | orientationoption |