Class ThreePointContactBallBearing
Inheritance
System.Object
System.MarshalByRefObject
SMT.MastaAPIUtility.MarshalByRefObjectPermanent
ThreePointContactBallBearing
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 ThreePointContactBallBearing : MultiPointContactBallBearing, IEquatable<APIBase>
Properties
AssemblyRadialInternalClearance
Diametrical radial internal clearance that determines the free contact angle when the rings are displaced axially relative to each other, see Harris, T. and Kotzalas, M., Essential Concepts of Bearing Technology, 5th Edition, 2007 equations (2.15) and (2.17).
Measurement: VeryShortLength
Declaration
public Overridable<double> AssemblyRadialInternalClearance { get; set; }
Property Value
Type | Description |
---|---|
Overridable<System.Double> |
InnerShimAngle
The angle that is obtained by removing the shim that is inserted when grinding the inner rings, and abutting the ring halves.
Measurement: Angle
Declaration
public Overridable<double> InnerShimAngle { get; set; }
Property Value
Type | Description |
---|---|
Overridable<System.Double> |
InnerShimWidth
The inner rings are ground with a shim of this width between the two ring halves.
Measurement: ShortLength
Declaration
public Overridable<double> InnerShimWidth { get; set; }
Property Value
Type | Description |
---|---|
Overridable<System.Double> |
Implements
System.IEquatable<T>