Class RollerRaceProfilePoint
Implements
System.IEquatable<APIBase>
Inherited Members
Namespace: SMT.MastaAPI.Bearings.RollerBearingProfiles
Assembly: SMT.MastaAPI.15.0.dll
Syntax
public class RollerRaceProfilePoint : APIBase, IEquatable<APIBase>
Properties
OffsetFromRollerCentre
Measurement: ShortLength
Declaration
public double OffsetFromRollerCentre { get; }
Property Value
Type | Description |
---|---|
System.Double |
RaceDeviation
Measurement: VeryShortLength
Declaration
public double RaceDeviation { get; }
Property Value
Type | Description |
---|---|
System.Double |
RollerDeviation
Measurement: VeryShortLength
Declaration
public double RollerDeviation { get; }
Property Value
Type | Description |
---|---|
System.Double |
TotalDeviation
Measurement: VeryShortLength
Declaration
public double TotalDeviation { get; }
Property Value
Type | Description |
---|---|
System.Double |
Implements
System.IEquatable<T>