Class RollerRaceProfilePoint
Inheritance
System.Object
RollerRaceProfilePoint
Assembly: SMT.MastaAPI.14.1.1.dll
Syntax
public class RollerRaceProfilePoint : APIBase, IEquatable<APIBase>
Fields
_parent
Declaration
protected readonly APIBase _parent
Field Value
Properties
OffsetFromRollerCentre
Declaration
public double OffsetFromRollerCentre { get; }
Property Value
| Type |
Description |
| System.Double |
|
RaceDeviation
Declaration
public double RaceDeviation { get; }
Property Value
| Type |
Description |
| System.Double |
|
RollerDeviation
Declaration
public double RollerDeviation { get; }
Property Value
| Type |
Description |
| System.Double |
|
TotalDeviation
Declaration
public double TotalDeviation { get; }
Property Value
| Type |
Description |
| System.Double |
|
Implements
System.IEquatable<T>
Extension Methods