Class ShaftPointStress
Inheritance
System.Object
System.MarshalByRefObject
SMT.MastaAPIUtility.MarshalByRefObjectPermanent
ShaftPointStress
Implements
System.IEquatable<APIBase>
Inherited Members
SMT.MastaAPIUtility.MarshalByRefObjectPermanent.InitializeLifetimeService()
Namespace: SMT.MastaAPI.Shafts
Assembly: SMT.MastaAPI.13.0.dll
Syntax
public 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>