Class ResultsAtRollerOffset
Implements
System.IEquatable<APIBase>
Inherited Members
Namespace: SMT.MastaAPI.Bearings.BearingResults.Rolling
Assembly: SMT.MastaAPI.15.0.dll
Syntax
public sealed class ResultsAtRollerOffset : APIBase, IEquatable<APIBase>
Properties
MaximumNormalStress
Maximum of the inner and outer normal stresses.
Measurement: Stress
Declaration
public double MaximumNormalStress { get; }
Property Value
Type | Description |
---|---|
System.Double |
MaximumShearStress
Maximum of the inner and outer shear stresses.
Measurement: Stress
Declaration
public double MaximumShearStress { get; }
Property Value
Type | Description |
---|---|
System.Double |
NormalStressInner
Measurement: Stress
Declaration
public double NormalStressInner { get; }
Property Value
Type | Description |
---|---|
System.Double |
NormalStressOuter
Measurement: Stress
Declaration
public double NormalStressOuter { get; }
Property Value
Type | Description |
---|---|
System.Double |
Offset
Declaration
public double Offset { get; }
Property Value
Type | Description |
---|---|
System.Double |
ShearStressInner
Measurement: Stress
Declaration
public double ShearStressInner { get; }
Property Value
Type | Description |
---|---|
System.Double |
ShearStressOuter
Measurement: Stress
Declaration
public double ShearStressOuter { get; }
Property Value
Type | Description |
---|---|
System.Double |
Implements
System.IEquatable<T>