Class LoadedCylindricalRollerBearingElement
Inheritance
System.Object
System.MarshalByRefObject
SMT.MastaAPIUtility.MarshalByRefObjectPermanent
LoadedCylindricalRollerBearingElement
Implements
System.IEquatable<APIBase>
Inherited Members
SMT.MastaAPIUtility.MarshalByRefObjectPermanent.InitializeLifetimeService()
Namespace: SMT.MastaAPI.Bearings.BearingResults.Rolling
Assembly: SMT.MastaAPI.13.0.dll
Syntax
public class LoadedCylindricalRollerBearingElement : LoadedNonBarrelRollerElement, IEquatable<APIBase>
Properties
HeightOfRibRollerContactAboveRaceInnerLeft
Measurement: ShortLength
Declaration
public double HeightOfRibRollerContactAboveRaceInnerLeft { get; }
Property Value
Type | Description |
---|---|
System.Double |
HeightOfRibRollerContactAboveRaceInnerRight
Measurement: ShortLength
Declaration
public double HeightOfRibRollerContactAboveRaceInnerRight { get; }
Property Value
Type | Description |
---|---|
System.Double |
HeightOfRibRollerContactAboveRaceOuterLeft
Measurement: ShortLength
Declaration
public double HeightOfRibRollerContactAboveRaceOuterLeft { get; }
Property Value
Type | Description |
---|---|
System.Double |
HeightOfRibRollerContactAboveRaceOuterRight
Measurement: ShortLength
Declaration
public double HeightOfRibRollerContactAboveRaceOuterRight { get; }
Property Value
Type | Description |
---|---|
System.Double |
MaximumRibStressInnerLeft
Measurement: Stress
Declaration
public double MaximumRibStressInnerLeft { get; }
Property Value
Type | Description |
---|---|
System.Double |
MaximumRibStressInnerRight
Measurement: Stress
Declaration
public double MaximumRibStressInnerRight { get; }
Property Value
Type | Description |
---|---|
System.Double |
MaximumRibStressOuterLeft
Measurement: Stress
Declaration
public double MaximumRibStressOuterLeft { get; }
Property Value
Type | Description |
---|---|
System.Double |
MaximumRibStressOuterRight
Measurement: Stress
Declaration
public double MaximumRibStressOuterRight { get; }
Property Value
Type | Description |
---|---|
System.Double |
Implements
System.IEquatable<T>