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