Class StressPoint
Inheritance
System.Object
System.MarshalByRefObject
SMT.MastaAPIUtility.MarshalByRefObjectPermanent
StressPoint
Implements
System.IEquatable<APIBase>
Inherited Members
SMT.MastaAPIUtility.MarshalByRefObjectPermanent.InitializeLifetimeService()
Namespace: SMT.MastaAPI.MathUtility
Assembly: SMT.MastaAPI.13.0.dll
Syntax
public class StressPoint : APIBase, IEquatable<APIBase>
Fields
_parent
Declaration
protected readonly APIBase _parent
Field Value
Type | Description |
---|---|
APIBase |
Properties
AxialStress
Measurement: Stress
Declaration
public double AxialStress { get; }
Property Value
Type | Description |
---|---|
System.Double |
TorsionalStress
Measurement: Stress
Declaration
public double TorsionalStress { get; }
Property Value
Type | Description |
---|---|
System.Double |
XBendingStress
Measurement: Stress
Declaration
public double XBendingStress { get; }
Property Value
Type | Description |
---|---|
System.Double |
YBendingStress
Measurement: Stress
Declaration
public double YBendingStress { get; }
Property Value
Type | Description |
---|---|
System.Double |
Implements
System.IEquatable<T>