Class NonBarrelRollerBearing
Inheritance
System.Object
System.MarshalByRefObject
SMT.MastaAPIUtility.MarshalByRefObjectPermanent
NonBarrelRollerBearing
Implements
System.IEquatable<APIBase>
Inherited Members
SMT.MastaAPIUtility.MarshalByRefObjectPermanent.InitializeLifetimeService()
Namespace: SMT.MastaAPI.Bearings.BearingDesigns.Rolling
Assembly: SMT.MastaAPI.13.0.dll
Syntax
public abstract class NonBarrelRollerBearing : RollerBearing, IEquatable<APIBase>
Properties
Ribs
Declaration
public ReadOnlyCollection<RollerRibDetail> Ribs { get; }
Property Value
Type | Description |
---|---|
System.Collections.ObjectModel.ReadOnlyCollection<RollerRibDetail> |
RollerEndRadius
The radius of the surface of the roller end, used for calculating rib stress (if ribs are present).
Measurement: ShortLength
Declaration
public Overridable<double> RollerEndRadius { get; set; }
Property Value
Type | Description |
---|---|
Overridable<System.Double> |
RollerEndShape
Specifies whether the roller ends are flat or domed, which will affect rib loading.
Declaration
public RollerEndShape RollerEndShape { get; set; }
Property Value
Type | Description |
---|---|
RollerEndShape |
Implements
System.IEquatable<T>