Class ThrustBallBearing
Inheritance
System.Object
ThrustBallBearing
Assembly: SMT.MastaAPI.14.1.dll
Syntax
public class ThrustBallBearing : BallBearing, IEquatable<APIBase>
Properties
CenterRingCornerRadius
Declaration
public Overridable<double> CenterRingCornerRadius { get; set; }
Property Value
InnerRingOuterDiameter
Declaration
public Overridable<double> InnerRingOuterDiameter { get; set; }
Property Value
OuterRingInnerDiameter
Declaration
public Overridable<double> OuterRingInnerDiameter { get; set; }
Property Value
OuterRingMounting
Declaration
public OuterRingMounting OuterRingMounting { get; set; }
Property Value
SpheredSeatOffset
Declaration
public Overridable<double> SpheredSeatOffset { get; set; }
Property Value
SpheredSeatRadius
Declaration
public Overridable<double> SpheredSeatRadius { get; set; }
Property Value
SumOfTheCentreAndInnerRingLeftCornerRadius
Declaration
public double SumOfTheCentreAndInnerRingLeftCornerRadius { get; }
Property Value
| Type |
Description |
| System.Double |
|
SumOfTheCentreAndInnerRingRightCornerRadius
Declaration
public double SumOfTheCentreAndInnerRingRightCornerRadius { get; }
Property Value
| Type |
Description |
| System.Double |
|
Width
Declaration
public override double Width { get; set; }
Property Value
| Type |
Description |
| System.Double |
|
Overrides
Implements
System.IEquatable<T>
Extension Methods