Class ResultsAtRollerOffset
Inheritance
System.Object
System.MarshalByRefObject
SMT.MastaAPIUtility.MarshalByRefObjectPermanent
ResultsAtRollerOffset
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 ResultsAtRollerOffset : APIBase, IEquatable<APIBase>
Fields
_parent
Declaration
protected readonly APIBase _parent
Field Value
Type | Description |
---|---|
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>