Class StressAtPosition
Implements
System.IEquatable<APIBase>
Inherited Members
Namespace: SMT.MastaAPI.Bearings.BearingResults.Rolling
Assembly: SMT.MastaAPI.15.0.dll
Syntax
public sealed class StressAtPosition : APIBase, IEquatable<APIBase>
Properties
Position
Measurement: VeryShortLength
Declaration
public double Position { get; }
Property Value
Type | Description |
---|---|
System.Double |
Stress
Measurement: Stress
Declaration
public double Stress { get; }
Property Value
Type | Description |
---|---|
System.Double |
Implements
System.IEquatable<T>