NX Open C++ Reference Guide
|
Represents a GeometricUtilities::ModlDistanceAngle. More...
Public Member Functions | |
NXOpen::Expression * | Angle () |
Returns the value of angular transform. | |
NXOpen::Vector3d | AngularDirection () |
Returns the direction of angular dimensions. | |
NXOpen::Expression * | Distance () |
Returns the distance of linear transform. | |
NXOpen::Axis * | LinearAxis () |
Returns the linear axis of distance. | |
NXOpen::GeometricUtilities::OrientXpressBuilder * | OrientXpress () |
Returns the orientXpress. | |
void | SetAngularDirection (const NXOpen::Vector3d &angularDirection) |
Sets the direction of angular dimensions. | |
void | SetLinearAxis (NXOpen::Axis *linearAxis) |
Sets the linear axis of distance. | |
virtual bool | Validate () |
Validate whether the inputs to the component are sufficient for commit to be called. | |
![]() | |
tag_t | GetTag () const |
<b>Deprecated</b>:<br> Use Tag instead. | |
tag_t | Tag () const |
Returns the tag of this object. | |
Represents a GeometricUtilities::ModlDistanceAngle.
Created in NX6.0.0.
NXOpen::Expression* NXOpen::GeometricUtilities::ModlDistanceAngle::Angle | ( | ) |
Returns the value of angular transform.
Created in NX6.0.0.
License requirements : None
NXOpen::Vector3d NXOpen::GeometricUtilities::ModlDistanceAngle::AngularDirection | ( | ) |
Returns the direction of angular dimensions.
Created in NX6.0.0.
License requirements : None
NXOpen::Expression* NXOpen::GeometricUtilities::ModlDistanceAngle::Distance | ( | ) |
Returns the distance of linear transform.
Created in NX6.0.0.
License requirements : None
NXOpen::Axis* NXOpen::GeometricUtilities::ModlDistanceAngle::LinearAxis | ( | ) |
Returns the linear axis of distance.
Created in NX6.0.0.
License requirements : None
NXOpen::GeometricUtilities::OrientXpressBuilder* NXOpen::GeometricUtilities::ModlDistanceAngle::OrientXpress | ( | ) |
Returns the orientXpress.
OrientXpress used as overlay in Motion.
Created in NX6.0.0.
License requirements : None
void NXOpen::GeometricUtilities::ModlDistanceAngle::SetAngularDirection | ( | const NXOpen::Vector3d & | angularDirection | ) |
Sets the direction of angular dimensions.
Created in NX6.0.0.
License requirements : solid_modeling ("SOLIDS MODELING") OR cam_base ("CAM BASE")
angularDirection | angulardirection |
void NXOpen::GeometricUtilities::ModlDistanceAngle::SetLinearAxis | ( | NXOpen::Axis * | linearAxis | ) |
Sets the linear axis of distance.
Created in NX6.0.0.
License requirements : solid_modeling ("SOLIDS MODELING") OR cam_base ("CAM BASE")
linearAxis | linearaxis |
|
virtual |
Validate whether the inputs to the component are sufficient for commit to be called.
If the component is not in a state to commit then an exception is thrown. For example, if the component requires you to set some property, this method will throw an exception if you haven't set it. This method throws a not-yet-implemented NXException for some components.
Implements NXOpen::GeometricUtilities::IComponentBuilder.