|
NX Open C++ Reference Guide
|
Represents angular tolerance
Created in NX4.0.0.
More...
Public Member Functions | |
| int | DimensionDecimalPlaces () |
| Returns the number of decimal places for dimension Created in NX4.0.0. | |
| NXOpen::Annotations::Value | GetLowerToleranceDegrees () |
| Returns the lower tolerance in degrees. | |
| NXOpen::Annotations::Value | GetUpperToleranceDegrees () |
| Returns the upper tolerance in degrees. | |
| void | SetDimensionDecimalPlaces (int dimensionDecimalPlaces) |
| Sets the number of decimal places for dimension Created in NX4.0.0. | |
| void | SetLowerToleranceDegrees (const NXOpen::Annotations::Value &lowerToleranceDegrees) |
| Sets the lower tolerance in degrees Created in NX4.0.0. | |
| void | SetToleranceType (NXOpen::Annotations::ToleranceType type) |
| Sets the tolerance type Created in NX4.0.0. | |
| void | SetUpperToleranceDegrees (const NXOpen::Annotations::Value &upperToleranceDegrees) |
| Sets the upper tolerance in degrees Created in NX4.0.0. | |
| void | SetZeroToleranceDisplayStyle (NXOpen::Annotations::ZeroToleranceDisplayStyle zeroDisplayStyle) |
| Sets the zero tolerance display style Created in NX7.5.0. | |
| NXOpen::Annotations::ToleranceType | ToleranceType () |
| Returns the tolerance type Created in NX4.0.0. | |
| NXOpen::Annotations::ZeroToleranceDisplayStyle | ZeroToleranceDisplayStyle () |
| Returns the zero tolerance display style Created in NX7.5.0. | |
| virtual | ~AngularTolerance () |
| Frees the object from memory. | |
Public Member Functions inherited from NXOpen::TransientObject | |
| void * | GetHandle () |
| Handle of the internal object represented by this object. | |
Represents angular tolerance
Created in NX4.0.0.
|
virtual |
Frees the object from memory.
After this method is called, it is illegal to use the object. In .NET, this method is automatically called when the object is deleted by the garbage collector.
Created in NX4.0.0.
License requirements : None
| int NXOpen::Annotations::AngularTolerance::DimensionDecimalPlaces | ( | ) |
Returns the number of decimal places for dimension
Created in NX4.0.0.
License requirements : None
| NXOpen::Annotations::Value NXOpen::Annotations::AngularTolerance::GetLowerToleranceDegrees | ( | ) |
Returns the lower tolerance in degrees.
| NXOpen::Annotations::Value NXOpen::Annotations::AngularTolerance::GetUpperToleranceDegrees | ( | ) |
Returns the upper tolerance in degrees.
| void NXOpen::Annotations::AngularTolerance::SetDimensionDecimalPlaces | ( | int | dimensionDecimalPlaces | ) |
Sets the number of decimal places for dimension
Created in NX4.0.0.
License requirements : None
| dimensionDecimalPlaces | New number of dimension decimal places |
| void NXOpen::Annotations::AngularTolerance::SetLowerToleranceDegrees | ( | const NXOpen::Annotations::Value & | lowerToleranceDegrees | ) |
Sets the lower tolerance in degrees
Created in NX4.0.0.
License requirements : None
| lowerToleranceDegrees | New lower tolerance in degrees |
| void NXOpen::Annotations::AngularTolerance::SetToleranceType | ( | NXOpen::Annotations::ToleranceType | type | ) |
Sets the tolerance type
Created in NX4.0.0.
License requirements : None
| type | New tolerance type |
| void NXOpen::Annotations::AngularTolerance::SetUpperToleranceDegrees | ( | const NXOpen::Annotations::Value & | upperToleranceDegrees | ) |
Sets the upper tolerance in degrees
Created in NX4.0.0.
License requirements : None
| upperToleranceDegrees | New upper tolerance in degrees |
| void NXOpen::Annotations::AngularTolerance::SetZeroToleranceDisplayStyle | ( | NXOpen::Annotations::ZeroToleranceDisplayStyle | zeroDisplayStyle | ) |
Sets the zero tolerance display style
Created in NX7.5.0.
License requirements : None
| zeroDisplayStyle | zero display style |
| NXOpen::Annotations::ToleranceType NXOpen::Annotations::AngularTolerance::ToleranceType | ( | ) |
Returns the tolerance type
Created in NX4.0.0.
License requirements : None
| NXOpen::Annotations::ZeroToleranceDisplayStyle NXOpen::Annotations::AngularTolerance::ZeroToleranceDisplayStyle | ( | ) |
Returns the zero tolerance display style
Created in NX7.5.0.
License requirements : None