Class BallBearingRaceContactGeometry
Inheritance
System.Object
BallBearingRaceContactGeometry
Assembly: SMT.MastaAPI.14.1.1.dll
public class BallBearingRaceContactGeometry : APIBase, IEquatable<APIBase>
Fields
Declaration
protected readonly APIBase _parent
Field Value
Properties
Declaration
public Vector2D BallCentre { get; }
Property Value
Declaration
public double BallDiameter { get; }
Property Value
| Type |
Description |
| System.Double |
|
Declaration
public string Name { get; }
Property Value
| Type |
Description |
| System.String |
|
Declaration
public Vector2D RaceCentre { get; }
Property Value
Declaration
public double RaceGrooveRadius { get; }
Property Value
| Type |
Description |
| System.Double |
|
Implements
System.IEquatable<T>
Extension Methods