Class InterferenceComponents
Inheritance
System.Object
System.MarshalByRefObject
SMT.MastaAPIUtility.MarshalByRefObjectPermanent
InterferenceComponents
Implements
System.IEquatable<APIBase>
Inherited Members
SMT.MastaAPIUtility.MarshalByRefObjectPermanent.InitializeLifetimeService()
Namespace: SMT.MastaAPI.Bearings.BearingResults.Rolling.Fitting
Assembly: SMT.MastaAPI.13.0.dll
Syntax
public class InterferenceComponents : APIBase, IEquatable<APIBase>
Fields
_parent
Declaration
protected readonly APIBase _parent
Field Value
Type | Description |
---|---|
APIBase |
Properties
Name
Declaration
public string Name { get; }
Property Value
Type | Description |
---|---|
System.String |
NominalInterfacialInterference
Diametrical interference without inclusion of centrifugal effects, a negative value indicates a clearance.
Measurement: VeryShortLength
Declaration
public double NominalInterfacialInterference { get; }
Property Value
Type | Description |
---|---|
System.Double |
ReductionInInterferenceFromCentrifugalEffects
Diametrical reduction in interference from centrifugal effects, a negative value indicates an increase in interference.
Measurement: VeryShortLength
Declaration
public double ReductionInInterferenceFromCentrifugalEffects { get; }
Property Value
Type | Description |
---|---|
System.Double |
TotalInterfacialInterference
Diametrical interference taking the nominal interference and the reduction from centrifugal effects into account, a negative value indicates a clearance.
Measurement: VeryShortLength
Declaration
public double TotalInterfacialInterference { get; }
Property Value
Type | Description |
---|---|
System.Double |
Implements
System.IEquatable<T>