NX Open C++ Reference Guide
|
Represents an object that has angular tolerance
Created in NX4.0.0.
More...
Public Member Functions | |
virtual NXOpen::Annotations::AngularTolerance * | GetTolerance ()=0 |
Returns the tolerance. | |
virtual void | SetTolerance (NXOpen::Annotations::AngularTolerance *tolerances)=0 |
Sets the tolerance Created in NX4.0.0. |
Represents an object that has angular tolerance
Created in NX4.0.0.
virtual NXOpen::Annotations::AngularTolerance* NXOpen::Annotations::IAngularTolerance::GetTolerance | ( | ) | [pure virtual] |
Returns the tolerance.
Implemented in NXOpen::Annotations::AngularDimension.
virtual void NXOpen::Annotations::IAngularTolerance::SetTolerance | ( | NXOpen::Annotations::AngularTolerance * | tolerances | ) | [pure virtual] |
Sets the tolerance
Created in NX4.0.0.
License requirements : geometric_tol ("GDT") OR drafting ("DRAFTING")
tolerances | tolerances |
Implemented in NXOpen::Annotations::AngularDimension.