Class RollerRaceProfilePoint
Inheritance
System.Object
System.MarshalByRefObject
SMT.MastaAPIUtility.MarshalByRefObjectPermanent
RollerRaceProfilePoint
Implements
System.IEquatable<APIBase>
Inherited Members
SMT.MastaAPIUtility.MarshalByRefObjectPermanent.InitializeLifetimeService()
Namespace: SMT.MastaAPI.Bearings.RollerBearingProfiles
Assembly: SMT.MastaAPI.13.0.dll
Syntax
public class RollerRaceProfilePoint : APIBase, IEquatable<APIBase>
Fields
_parent
Declaration
protected readonly APIBase _parent
Field Value
Type | Description |
---|---|
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>