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