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