Class LoadedTaperRollerBearingElement
Inheritance
System.Object
LoadedTaperRollerBearingElement
Implements
System.IEquatable<APIBase>
Inherited Members
Namespace: SMT.MastaAPI.Bearings.BearingResults.Rolling
Assembly: SMT.MastaAPI.15.0.dll
Syntax
public sealed class LoadedTaperRollerBearingElement : 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>