Class LinearTolerance
Inheritance
LinearTolerance
Assembly: NXOpen.dll
Syntax
public class LinearTolerance : TransientObject, IMessageSink, IDisposable
Constructors
LinearTolerance(nint)
Declaration
protected LinearTolerance(nint ptr)
Parameters
Type |
Name |
Description |
nint |
ptr |
|
Properties
DualDimensionDecimalPlaces
Declaration
public int DualDimensionDecimalPlaces { get; set; }
Property Value
DualToleranceDecimalPlaces
Declaration
public int DualToleranceDecimalPlaces { get; set; }
Property Value
LimitFitAnsiHoleType
Declaration
public FitAnsiHoleType LimitFitAnsiHoleType { get; set; }
Property Value
LimitFitDeviation
Declaration
public string LimitFitDeviation { get; set; }
Property Value
LimitFitDisplayStyle
Declaration
public FitDisplayStyle LimitFitDisplayStyle { get; set; }
Property Value
LimitFitGrade
Declaration
public int LimitFitGrade { get; set; }
Property Value
PrimaryDimensionDecimalPlaces
Declaration
public int PrimaryDimensionDecimalPlaces { 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
GetLowerToleranceInches()
Declaration
public Value GetLowerToleranceInches()
Returns
GetLowerToleranceMm()
Declaration
public Value GetLowerToleranceMm()
Returns
GetUpperToleranceInches()
Declaration
public Value GetUpperToleranceInches()
Returns
GetUpperToleranceMm()
Declaration
public Value GetUpperToleranceMm()
Returns
SetLowerToleranceInches(Value)
Declaration
public void SetLowerToleranceInches(Value lowerToleranceInches)
Parameters
Type |
Name |
Description |
Value |
lowerToleranceInches |
|
SetLowerToleranceMm(Value)
Declaration
public void SetLowerToleranceMm(Value lowerToleranceMm)
Parameters
Type |
Name |
Description |
Value |
lowerToleranceMm |
|
SetUpperToleranceInches(Value)
Declaration
public void SetUpperToleranceInches(Value upperToleranceInches)
Parameters
Type |
Name |
Description |
Value |
upperToleranceInches |
|
SetUpperToleranceMm(Value)
Declaration
public void SetUpperToleranceMm(Value upperToleranceMm)
Parameters
Type |
Name |
Description |
Value |
upperToleranceMm |
|
Implements
System.Runtime.Remoting.Messaging.IMessageSink