Class ToroidalRollerBearing
Inheritance
System.Object
System.MarshalByRefObject
SMT.MastaAPIUtility.MarshalByRefObjectPermanent
ToroidalRollerBearing
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 ToroidalRollerBearing : BarrelRollerBearing, IEquatable<APIBase>
Properties
AxialDisplacementCapability
The guideline value for the axial displacement capability in toroidal bearings with a cage, sealed bearings or full complement bearings when displacing away from the snap ring. See SKF publication 6102/I EN page 40.
Measurement: ShortLength
Declaration
public double AxialDisplacementCapability { get; }
Property Value
Type | Description |
---|---|
System.Double |
AxialDisplacementCapabilityTowardsSnapRing
The guideline value for the axial displacement capability in sealed or full complement toroidal bearings when displacing towards the seal or snap ring respectively. See SKF publication 6102/I EN.
Measurement: ShortLength
Declaration
public double AxialDisplacementCapabilityTowardsSnapRing { get; }
Property Value
Type | Description |
---|---|
System.Double |
SnapRingOffsetFromElement
Measurement: ShortLength
Declaration
public Overridable<double> SnapRingOffsetFromElement { get; set; }
Property Value
Type | Description |
---|---|
Overridable<System.Double> |
SnapRingWidth
Measurement: ShortLength
Declaration
public Overridable<double> SnapRingWidth { get; set; }
Property Value
Type | Description |
---|---|
Overridable<System.Double> |
Implements
System.IEquatable<T>