Class ShaftPointStressCycle
Inheritance
System.Object
System.MarshalByRefObject
SMT.MastaAPIUtility.MarshalByRefObjectPermanent
ShaftPointStressCycle
Implements
System.IEquatable<APIBase>
Inherited Members
SMT.MastaAPIUtility.MarshalByRefObjectPermanent.InitializeLifetimeService()
Namespace: SMT.MastaAPI.Shafts
Assembly: SMT.MastaAPI.13.0.dll
Syntax
public class ShaftPointStressCycle : APIBase, IEquatable<APIBase>
Fields
_parent
Declaration
protected readonly APIBase _parent
Field Value
Type | Description |
---|---|
APIBase |
Properties
DIN743201212ComparativeMeanStress
Declaration
public StressMeasurementShaftAxialBendingTorsionalComponentValues DIN743201212ComparativeMeanStress { get; }
Property Value
Type | Description |
---|---|
StressMeasurementShaftAxialBendingTorsionalComponentValues |
StressAmplitude
Declaration
public ShaftPointStress StressAmplitude { get; }
Property Value
Type | Description |
---|---|
ShaftPointStress |
StressMean
Declaration
public ShaftPointStress StressMean { get; }
Property Value
Type | Description |
---|---|
ShaftPointStress |
StressTotal
Declaration
public ShaftPointStress StressTotal { get; }
Property Value
Type | Description |
---|---|
ShaftPointStress |
Implements
System.IEquatable<T>