Class StressMeasurementShaftAxialBendingTorsionalComponentValues
Implements
System.IEquatable<APIBase>
Inherited Members
Namespace: SMT.MastaAPI.Shafts
Assembly: SMT.MastaAPI.15.0.dll
Syntax
public sealed class StressMeasurementShaftAxialBendingTorsionalComponentValues : APIBase, IEquatable<APIBase>
Properties
Axial
Measurement: Stress
Declaration
public double Axial { get; }
Property Value
Type | Description |
---|---|
System.Double |
Bending
Measurement: Stress
Declaration
public double Bending { get; }
Property Value
Type | Description |
---|---|
System.Double |
Torsional
Measurement: Stress
Declaration
public double Torsional { get; }
Property Value
Type | Description |
---|---|
System.Double |
Implements
System.IEquatable<T>