Class ShaftPointStress
Implements
System.IEquatable<APIBase>
Inherited Members
Namespace: SMT.MastaAPI.Shafts
Assembly: SMT.MastaAPI.15.0.dll
Syntax
public sealed class ShaftPointStress : StressPoint, IEquatable<APIBase>
Properties
AngleOfMaxBendingStress
Measurement: Angle
Declaration
public double AngleOfMaxBendingStress { get; }
Property Value
Type | Description |
---|---|
System.Double |
BendingStress
Measurement: Stress
Declaration
public double BendingStress { get; }
Property Value
Type | Description |
---|---|
System.Double |
MaximumPrincipalStress
Calculated at the angle of maximum bending stress
Measurement: Stress
Declaration
public double MaximumPrincipalStress { get; }
Property Value
Type | Description |
---|---|
System.Double |
MinimumPrincipalStress
Calculated at the angle of maximum bending stress
Measurement: Stress
Declaration
public double MinimumPrincipalStress { get; }
Property Value
Type | Description |
---|---|
System.Double |
VonMisesStressMax
Measurement: Stress
Declaration
public double VonMisesStressMax { get; }
Property Value
Type | Description |
---|---|
System.Double |
Implements
System.IEquatable<T>