Class ToleranceCombination
Implements
System.IEquatable<APIBase>
Inherited Members
Namespace: SMT.MastaAPI.Bearings.Tolerances
Assembly: SMT.MastaAPI.15.0.dll
Syntax
public sealed class ToleranceCombination : APIBase, IEquatable<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>