Class RollerBearingTangentialCrownedProfile
Implements
System.IEquatable<APIBase>
Inherited Members
Namespace: SMT.MastaAPI.Bearings.RollerBearingProfiles
Assembly: SMT.MastaAPI.15.0.dll
Syntax
public sealed class RollerBearingTangentialCrownedProfile : 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>