Class ResultsAtRollerOffset
Inheritance
System.Object
ResultsAtRollerOffset
Assembly: SMT.MastaAPI.14.1.1.dll
Syntax
public class ResultsAtRollerOffset : APIBase, IEquatable<APIBase>
Fields
_parent
Declaration
protected readonly APIBase _parent
Field Value
Properties
MaximumNormalStress
Declaration
public double MaximumNormalStress { get; }
Property Value
| Type |
Description |
| System.Double |
|
MaximumShearStress
Declaration
public double MaximumShearStress { get; }
Property Value
| Type |
Description |
| System.Double |
|
NormalStressInner
Declaration
public double NormalStressInner { get; }
Property Value
| Type |
Description |
| System.Double |
|
NormalStressOuter
Declaration
public double NormalStressOuter { get; }
Property Value
| Type |
Description |
| System.Double |
|
Offset
Declaration
public double Offset { get; }
Property Value
| Type |
Description |
| System.Double |
|
ShearStressInner
Declaration
public double ShearStressInner { get; }
Property Value
| Type |
Description |
| System.Double |
|
ShearStressOuter
Declaration
public double ShearStressOuter { get; }
Property Value
| Type |
Description |
| System.Double |
|
Implements
System.IEquatable<T>
Extension Methods