Class StressPoint
Inheritance
System.Object
StressPoint
Assembly: SMT.MastaAPI.14.1.1.dll
Syntax
public class StressPoint : APIBase, IEquatable<APIBase>
Fields
_parent
Declaration
protected readonly APIBase _parent
Field Value
Properties
AxialStress
Declaration
public double AxialStress { get; }
Property Value
| Type |
Description |
| System.Double |
|
TorsionalStress
Declaration
public double TorsionalStress { get; }
Property Value
| Type |
Description |
| System.Double |
|
XBendingStress
Declaration
public double XBendingStress { get; }
Property Value
| Type |
Description |
| System.Double |
|
YBendingStress
Declaration
public double YBendingStress { get; }
Property Value
| Type |
Description |
| System.Double |
|
Implements
System.IEquatable<T>
Extension Methods