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