Class AngularTolerance
Inheritance
AngularTolerance
Assembly: NXOpen.dll
Syntax
public class AngularTolerance : TransientObject, IMessageSink, IDisposable
Constructors
AngularTolerance(nint)
Declaration
protected AngularTolerance(nint ptr)
Parameters
Type |
Name |
Description |
nint |
ptr |
|
Properties
DimensionDecimalPlaces
Declaration
public int DimensionDecimalPlaces { get; set; }
Property Value
ToleranceType
Declaration
public ToleranceType ToleranceType { get; set; }
Property Value
ZeroToleranceDisplayStyle
Declaration
public ZeroToleranceDisplayStyle ZeroToleranceDisplayStyle { get; set; }
Property Value
Methods
FreeResource()
Declaration
protected override void FreeResource()
Overrides
GetLowerToleranceDegrees()
Declaration
public Value GetLowerToleranceDegrees()
Returns
GetUpperToleranceDegrees()
Declaration
public Value GetUpperToleranceDegrees()
Returns
SetLowerToleranceDegrees(Value)
Declaration
public void SetLowerToleranceDegrees(Value lowerToleranceDegrees)
Parameters
Type |
Name |
Description |
Value |
lowerToleranceDegrees |
|
SetUpperToleranceDegrees(Value)
Declaration
public void SetUpperToleranceDegrees(Value upperToleranceDegrees)
Parameters
Type |
Name |
Description |
Value |
upperToleranceDegrees |
|
Implements
System.Runtime.Remoting.Messaging.IMessageSink