Class SphericalRollerThrustBearing
Inheritance
System.Object
System.MarshalByRefObject
SMT.MastaAPIUtility.MarshalByRefObjectPermanent
SphericalRollerThrustBearing
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 SphericalRollerThrustBearing : BarrelRollerBearing, IEquatable<APIBase>
Properties
AngleBetweenRollerEndAndBearingAxis
Measurement: Angle
Declaration
public double AngleBetweenRollerEndAndBearingAxis { get; }
Property Value
Type | Description |
---|---|
System.Double |
DistanceToPressurePointFromLeftFace
This will set the element offset in order to give the specified distance.
Measurement: ShortLength
Declaration
public double DistanceToPressurePointFromLeftFace { get; set; }
Property Value
Type | Description |
---|---|
System.Double |
EffectiveTaperAngle
Twice the difference between the contact angle and the roller centre-line angle
Measurement: Angle
Declaration
public double EffectiveTaperAngle { get; }
Property Value
Type | Description |
---|---|
System.Double |
ElementCentrePointDiameter
Measurement: ShortLength
Declaration
public double ElementCentrePointDiameter { get; }
Property Value
Type | Description |
---|---|
System.Double |
MajorDiameterOffsetFromRollerCentre
Measurement: ShortLength
Declaration
public Overridable<double> MajorDiameterOffsetFromRollerCentre { get; set; }
Property Value
Type | Description |
---|---|
Overridable<System.Double> |
Width
Measurement: ShortLength
Declaration
public override double Width { get; set; }
Property Value
Type | Description |
---|---|
System.Double |
Overrides
Implements
System.IEquatable<T>