Class InterferenceTolerance
Inheritance
System.Object
InterferenceTolerance
Assembly: SMT.MastaAPI.14.1.1.dll
Syntax
public abstract class InterferenceTolerance : BearingConnectionComponent, IEquatable<APIBase>
Properties
DefinitionOption
Declaration
public BearingToleranceDefinitionOptions DefinitionOption { get; set; }
Property Value
MountingPointSurfaceFinish
Declaration
public MountingPointSurfaceFinishes MountingPointSurfaceFinish { get; set; }
Property Value
Declaration
public Overridable<double> NonContactingDiameter { get; set; }
Property Value
SurfaceFittingReduction
Declaration
public double SurfaceFittingReduction { get; set; }
Property Value
| Type |
Description |
| System.Double |
|
ToleranceLowerLimit
Declaration
public double ToleranceLowerLimit { get; set; }
Property Value
| Type |
Description |
| System.Double |
|
ToleranceUpperLimit
Declaration
public double ToleranceUpperLimit { get; set; }
Property Value
| Type |
Description |
| System.Double |
|
Implements
System.IEquatable<T>
Extension Methods