Class BallBearingRaceContactGeometry
Implements
System.IEquatable<APIBase>
Inherited Members
Namespace: SMT.MastaAPI.Bearings.BearingResults.Rolling
Assembly: SMT.MastaAPI.15.0.dll
Syntax
public sealed class BallBearingRaceContactGeometry : APIBase, IEquatable<APIBase>
Properties
BallCentre
Centre of the element, relative to the centre of the bearing.
Declaration
public Vector2D BallCentre { get; }
Property Value
Type | Description |
---|---|
Vector2D |
BallDiameter
Measurement: ShortLength
Declaration
public double BallDiameter { get; }
Property Value
Type | Description |
---|---|
System.Double |
Name
Declaration
public string Name { get; }
Property Value
Type | Description |
---|---|
System.String |
RaceCentre
Centre of the race groove, relative to the centre of the bearing.
Declaration
public Vector2D RaceCentre { get; }
Property Value
Type | Description |
---|---|
Vector2D |
RaceGrooveRadius
Measurement: ShortLength
Declaration
public double RaceGrooveRadius { get; }
Property Value
Type | Description |
---|---|
System.Double |
Implements
System.IEquatable<T>