NX Open C++ Reference Guide
|
Represents a Features::AngularDim builder
To create a new instance of this class, use Features::FeatureCollection::CreateAngularDimensionBuilder
Created in NX6.0.0.
More...
Public Member Functions | |
bool | AlternativeAngle () |
Returns the alternative angle toggle allows you to compute angle that is 360 degree subtracts current angle Created in NX6.0.0. | |
bool | ComplementAngleFlag () |
Returns the complement angle flag Created in NX6.0.0. | |
bool | GetIsComplementAngle (const NXOpen::Point3d &dimensionLocation) |
Returns the flag indicating if angle is complement. | |
NXOpen::SelectNXObject * | MeasurementObject () |
Returns the measurement object is for the move object Created in NX6.0.0. | |
NXOpen::SelectNXObject * | OriginObject () |
Returns the origin object is for the fixed object Created in NX6.0.0. | |
void | SetAlternativeAngle (bool alternativeAngle) |
Sets the alternative angle toggle allows you to compute angle that is 360 degree subtracts current angle Created in NX6.0.0. | |
void | SetComplementAngleFlag (bool complementAngleFlag) |
Sets the complement angle flag Created in NX6.0.0. | |
void | SetInterpartSourceEdge (NXOpen::Edge *interpartSourceEdge) |
Sets the interpart source edge Created in NX8.0.0. |
Represents a Features::AngularDim builder
To create a new instance of this class, use Features::FeatureCollection::CreateAngularDimensionBuilder
Created in NX6.0.0.
Returns the alternative angle toggle allows you to compute angle that is 360 degree subtracts current angle
Created in NX6.0.0.
License requirements : None
Returns the complement angle flag
Created in NX6.0.0.
License requirements : None
bool NXOpen::Features::AngularDimBuilder::GetIsComplementAngle | ( | const NXOpen::Point3d & | dimensionLocation | ) |
Returns the flag indicating if angle is complement.
dimensionLocation | Indicates dimension origin cursor location |
Returns the measurement object is for the move object
Created in NX6.0.0.
License requirements : None
Returns the origin object is for the fixed object
Created in NX6.0.0.
License requirements : None
void NXOpen::Features::AngularDimBuilder::SetAlternativeAngle | ( | bool | alternativeAngle | ) |
Sets the alternative angle toggle allows you to compute angle that is 360 degree subtracts current angle
Created in NX6.0.0.
License requirements : solid_modeling ("SOLIDS MODELING")
alternativeAngle | alternativeangle |
void NXOpen::Features::AngularDimBuilder::SetComplementAngleFlag | ( | bool | complementAngleFlag | ) |
Sets the complement angle flag
Created in NX6.0.0.
License requirements : solid_modeling ("SOLIDS MODELING")
complementAngleFlag | complementangleflag |
void NXOpen::Features::AngularDimBuilder::SetInterpartSourceEdge | ( | NXOpen::Edge * | interpartSourceEdge | ) |
Sets the interpart source edge
Created in NX8.0.0.
License requirements : solid_modeling ("SOLIDS MODELING")
interpartSourceEdge | edge |