Class ToleranceCombination
Inheritance
System.Object
System.MarshalByRefObject
SMT.MastaAPIUtility.MarshalByRefObjectPermanent
ToleranceCombination
Implements
System.IEquatable<APIBase>
Inherited Members
SMT.MastaAPIUtility.MarshalByRefObjectPermanent.InitializeLifetimeService()
Namespace: SMT.MastaAPI.Bearings.Tolerances
Assembly: SMT.MastaAPI.13.0.dll
Syntax
public class ToleranceCombination : APIBase, IEquatable<APIBase>
Fields
_parent
Declaration
protected readonly APIBase _parent
Field Value
Type | Description |
---|---|
APIBase |
Properties
Fit
Type of fit given upper and lower tolerance values.
Declaration
public FitType Fit { get; }
Property Value
Type | Description |
---|---|
FitType |
LowerValue
Measurement: VeryShortLength
Declaration
public double LowerValue { get; }
Property Value
Type | Description |
---|---|
System.Double |
Name
Declaration
public string Name { get; }
Property Value
Type | Description |
---|---|
System.String |
UpperValue
Measurement: VeryShortLength
Declaration
public double UpperValue { get; }
Property Value
Type | Description |
---|---|
System.Double |
Implements
System.IEquatable<T>