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