Class InterferenceDetail
Inheritance
System.Object
System.MarshalByRefObject
SMT.MastaAPIUtility.MarshalByRefObjectPermanent
InterferenceDetail
Implements
System.IEquatable<APIBase>
Inherited Members
SMT.MastaAPIUtility.MarshalByRefObjectPermanent.InitializeLifetimeService()
Namespace: SMT.MastaAPI.Bearings.Tolerances
Assembly: SMT.MastaAPI.13.0.dll
Syntax
public abstract class InterferenceDetail : BearingConnectionComponent, IEquatable<APIBase>
Properties
DiameterToleranceFactor
A value of 0 gives the minimum tolerable value and a value of 1 gives the maximum tolerable value of diameter.
Declaration
public Overridable<double> DiameterToleranceFactor { get; set; }
Property Value
Type | Description |
---|---|
Overridable<System.Double> |
Material
Declaration
public Material Material { get; }
Property Value
Type | Description |
---|---|
Material |
Temperature
Measurement: Temperature
Declaration
public Overridable<double> Temperature { get; set; }
Property Value
Type | Description |
---|---|
Overridable<System.Double> |
Implements
System.IEquatable<T>