AngularTolerance Class¶
-
class
NXOpen.Annotations.AngularTolerance¶ Bases:
NXOpen.TransientObjectRepresents angular tolerance
New in version NX4.0.0.
Properties¶
| Property | Description |
|---|---|
| DimensionDecimalPlaces | Returns or sets the number of decimal places for dimension |
| ToleranceType | Returns or sets the tolerance type |
| ZeroToleranceDisplayStyle | Returns or sets the zero tolerance display style |
Methods¶
| Method | Description |
|---|---|
| Dispose | Frees the object from memory. |
| GetLowerToleranceDegrees | Returns the lower tolerance in degrees |
| GetUpperToleranceDegrees | Returns the upper tolerance in degrees |
| SetLowerToleranceDegrees | Sets the lower tolerance in degrees |
| SetUpperToleranceDegrees | Sets the upper tolerance in degrees |
Property Detail¶
DimensionDecimalPlaces¶
-
AngularTolerance.DimensionDecimalPlaces¶ Returns or sets the number of decimal places for dimension
-------------------------------------Getter Method
Signature
DimensionDecimalPlacesReturns: Number of dimension decimal places Return type: int New in version NX4.0.0.
License requirements: None.
-------------------------------------Setter Method
Signature
DimensionDecimalPlacesParameters: dimensionDecimalPlaces (int) – New number of dimension decimal places New in version NX4.0.0.
License requirements: None.
ToleranceType¶
-
AngularTolerance.ToleranceType¶ Returns or sets the tolerance type
-------------------------------------Getter Method
Signature
ToleranceTypeReturns: Tolerance type Return type: NXOpen.Annotations.ToleranceTypeNew in version NX4.0.0.
License requirements: None.
-------------------------------------Setter Method
Signature
ToleranceTypeParameters: type ( NXOpen.Annotations.ToleranceType) – New tolerance typeNew in version NX4.0.0.
License requirements: None.
ZeroToleranceDisplayStyle¶
-
AngularTolerance.ZeroToleranceDisplayStyle¶ Returns or sets the zero tolerance display style
-------------------------------------Getter Method
Signature
ZeroToleranceDisplayStyleReturns: Zero tolerance display style Return type: NXOpen.Annotations.ZeroToleranceDisplayStyleNew in version NX7.5.0.
License requirements: None.
-------------------------------------Setter Method
Signature
ZeroToleranceDisplayStyleParameters: zeroDisplayStyle ( NXOpen.Annotations.ZeroToleranceDisplayStyle) –New in version NX7.5.0.
License requirements: None.
Method Detail¶
Dispose¶
-
AngularTolerance.Dispose¶ 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.
Signature
Dispose()New in version NX4.0.0.
License requirements: None.
GetLowerToleranceDegrees¶
-
AngularTolerance.GetLowerToleranceDegrees¶ Returns the lower tolerance in degrees
Signature
GetLowerToleranceDegrees()Returns: Lower tolerance in degrees Return type: NXOpen.Annotations.ValueNew in version NX4.0.0.
License requirements: None.
GetUpperToleranceDegrees¶
-
AngularTolerance.GetUpperToleranceDegrees¶ Returns the upper tolerance in degrees
Signature
GetUpperToleranceDegrees()Returns: Upper tolerance in degrees Return type: NXOpen.Annotations.ValueNew in version NX4.0.0.
License requirements: None.
SetLowerToleranceDegrees¶
-
AngularTolerance.SetLowerToleranceDegrees¶ Sets the lower tolerance in degrees
Signature
SetLowerToleranceDegrees(lowerToleranceDegrees)Parameters: lowerToleranceDegrees ( NXOpen.Annotations.Value) – New lower tolerance in degreesNew in version NX4.0.0.
License requirements: None.
SetUpperToleranceDegrees¶
-
AngularTolerance.SetUpperToleranceDegrees¶ Sets the upper tolerance in degrees
Signature
SetUpperToleranceDegrees(upperToleranceDegrees)Parameters: upperToleranceDegrees ( NXOpen.Annotations.Value) – New upper tolerance in degreesNew in version NX4.0.0.
License requirements: None.