Class LinearTolerance
Inheritance
System.Object
System.MarshalByRefObject
LinearTolerance
Implements
System.Runtime.Remoting.Messaging.IMessageSink
System.IDisposable
Inherited Members
System.MarshalByRefObject.CreateObjRef(System.Type)
System.MarshalByRefObject.GetLifetimeService()
System.MarshalByRefObject.InitializeLifetimeService()
System.MarshalByRefObject.MemberwiseClone(System.Boolean)
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
System.Object.ReferenceEquals(System.Object, System.Object)
Assembly: NXOpen.dll
Syntax
public class LinearTolerance : TransientObject, IMessageSink, IDisposable
Constructors
LinearTolerance(IntPtr)
Declaration
protected LinearTolerance(IntPtr ptr)
Parameters
Type |
Name |
Description |
System.IntPtr |
ptr |
|
Properties
DualDimensionDecimalPlaces
Declaration
public int DualDimensionDecimalPlaces { get; set; }
Property Value
Type |
Description |
System.Int32 |
|
DualToleranceDecimalPlaces
Declaration
public int DualToleranceDecimalPlaces { get; set; }
Property Value
Type |
Description |
System.Int32 |
|
LimitFitAnsiHoleType
Declaration
public FitAnsiHoleType LimitFitAnsiHoleType { get; set; }
Property Value
LimitFitDeviation
Declaration
public string LimitFitDeviation { get; set; }
Property Value
Type |
Description |
System.String |
|
LimitFitDisplayStyle
Declaration
public FitDisplayStyle LimitFitDisplayStyle { get; set; }
Property Value
LimitFitGrade
Declaration
public int LimitFitGrade { get; set; }
Property Value
Type |
Description |
System.Int32 |
|
PrimaryDimensionDecimalPlaces
Declaration
public int PrimaryDimensionDecimalPlaces { get; set; }
Property Value
Type |
Description |
System.Int32 |
|
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
System.IDisposable