Class FourPointContactBallBearing
Inheritance
System.Object
System.MarshalByRefObject
SMT.MastaAPIUtility.MarshalByRefObjectPermanent
FourPointContactBallBearing
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 FourPointContactBallBearing : MultiPointContactBallBearing, IEquatable<APIBase>
Properties
AssemblyAxialInternalClearance
Axial internal clearance generated by assembly radial internal clearance.
Measurement: VeryShortLength
Declaration
public double AssemblyAxialInternalClearance { get; }
Property Value
Type | Description |
---|---|
System.Double |
ContactAngleAndInternalClearanceDefinition
Specifies how the internal clearance affects the contact angle of the bearing. With zero internal clearance these options are equivalent.
Declaration
public FourPointContactAngleDefinition ContactAngleAndInternalClearanceDefinition { get; set; }
Property Value
Type | Description |
---|---|
FourPointContactAngleDefinition |
ContactAngleUnderAxialLoad
Measurement: Angle
Declaration
public Overridable<double> ContactAngleUnderAxialLoad { get; }
Property Value
Type | Description |
---|---|
Overridable<System.Double> |
ContactAngleUnderRadialLoad
Measurement: Angle
Declaration
public Overridable<double> ContactAngleUnderRadialLoad { get; }
Property Value
Type | Description |
---|---|
Overridable<System.Double> |
NominalRadialInternalClearance
Diametrical radial internal clearance that determines the free contact angle when the rings are displaced axially relative to each other.
Measurement: VeryShortLength
Declaration
public double NominalRadialInternalClearance { get; set; }
Property Value
Type | Description |
---|---|
System.Double |
Implements
System.IEquatable<T>