Class ShaftPointStress
Inheritance
System.Object
ShaftPointStress
Assembly: SMT.MastaAPI.14.1.1.dll
Syntax
public class ShaftPointStress : StressPoint, IEquatable<APIBase>
Properties
AngleOfMaxBendingStress
Declaration
public double AngleOfMaxBendingStress { get; }
Property Value
| Type |
Description |
| System.Double |
|
BendingStress
Declaration
public double BendingStress { get; }
Property Value
| Type |
Description |
| System.Double |
|
MaximumPrincipalStress
Declaration
public double MaximumPrincipalStress { get; }
Property Value
| Type |
Description |
| System.Double |
|
MinimumPrincipalStress
Declaration
public double MinimumPrincipalStress { get; }
Property Value
| Type |
Description |
| System.Double |
|
VonMisesStressMax
Declaration
public double VonMisesStressMax { get; }
Property Value
| Type |
Description |
| System.Double |
|
Implements
System.IEquatable<T>
Extension Methods