Class RollerBearingDinLundbergProfile
Inheritance
System.Object
System.MarshalByRefObject
SMT.MastaAPIUtility.MarshalByRefObjectPermanent
RollerBearingDinLundbergProfile
Implements
System.IEquatable<APIBase>
Inherited Members
SMT.MastaAPIUtility.MarshalByRefObjectPermanent.InitializeLifetimeService()
Namespace: SMT.MastaAPI.Bearings.RollerBearingProfiles
Assembly: SMT.MastaAPI.13.0.dll
Syntax
public class RollerBearingDinLundbergProfile : RollerBearingProfile, IEquatable<APIBase>
Properties
AxialOffset
Measurement: ShortLength
Declaration
public Overridable<double> AxialOffset { get; set; }
Property Value
Type | Description |
---|---|
Overridable<System.Double> |
EffectiveLength
Measurement: ShortLength
Declaration
public Overridable<double> EffectiveLength { get; set; }
Property Value
Type | Description |
---|---|
Overridable<System.Double> |
ExtrapolationMethod
Declaration
public EnumWithSelectedValue<ExtrapolationOptions> ExtrapolationMethod { get; set; }
Property Value
Type | Description |
---|---|
EnumWithSelectedValue<ExtrapolationOptions> |
Implements
System.IEquatable<T>