Class ThrustBallBearing
Inheritance
System.Object
System.MarshalByRefObject
SMT.MastaAPIUtility.MarshalByRefObjectPermanent
ThrustBallBearing
Implements
System.IEquatable<APIBase>
Inherited Members
SMT.MastaAPIUtility.MarshalByRefObjectPermanent.InitializeLifetimeService()
Namespace: SMT.MastaAPI.Bearings.BearingDesigns.Rolling
Assembly: SMT.MastaAPI.13.0.dll
Syntax
public class ThrustBallBearing : BallBearing, IEquatable<APIBase>
Properties
CenterRingCornerRadius
Measurement: ShortLength
Declaration
public Overridable<double> CenterRingCornerRadius { get; set; }
Property Value
Type | Description |
---|---|
Overridable<System.Double> |
InnerRingOuterDiameter
Measurement: ShortLength
Declaration
public Overridable<double> InnerRingOuterDiameter { get; set; }
Property Value
Type | Description |
---|---|
Overridable<System.Double> |
OuterRingInnerDiameter
Measurement: ShortLength
Declaration
public Overridable<double> OuterRingInnerDiameter { get; set; }
Property Value
Type | Description |
---|---|
Overridable<System.Double> |
OuterRingMounting
Declaration
public OuterRingMounting OuterRingMounting { get; set; }
Property Value
Type | Description |
---|---|
OuterRingMounting |
SpheredSeatOffset
Measurement: ShortLength
Declaration
public Overridable<double> SpheredSeatOffset { get; set; }
Property Value
Type | Description |
---|---|
Overridable<System.Double> |
SpheredSeatRadius
Measurement: ShortLength
Declaration
public Overridable<double> SpheredSeatRadius { get; set; }
Property Value
Type | Description |
---|---|
Overridable<System.Double> |
SumOfTheCentreAndInnerRingLeftCornerRadius
Measurement: ShortLength
Declaration
public double SumOfTheCentreAndInnerRingLeftCornerRadius { get; }
Property Value
Type | Description |
---|---|
System.Double |
SumOfTheCentreAndInnerRingRightCornerRadius
Measurement: ShortLength
Declaration
public double SumOfTheCentreAndInnerRingRightCornerRadius { get; }
Property Value
Type | Description |
---|---|
System.Double |
Width
Measurement: ShortLength
Declaration
public override double Width { get; set; }
Property Value
Type | Description |
---|---|
System.Double |
Overrides
Implements
System.IEquatable<T>