Class ShearModulusOrthotropicComponents
Inheritance
System.Object
System.MarshalByRefObject
SMT.MastaAPIUtility.MarshalByRefObjectPermanent
ShearModulusOrthotropicComponents
Implements
System.IEquatable<APIBase>
Inherited Members
SMT.MastaAPIUtility.MarshalByRefObjectPermanent.InitializeLifetimeService()
Namespace: SMT.MastaAPI.NodalAnalysis.DevToolsAnalyses.FullFEReporting
Assembly: SMT.MastaAPI.13.0.dll
Syntax
public class ShearModulusOrthotropicComponents : APIBase, IEquatable<APIBase>
Fields
_parent
Declaration
protected readonly APIBase _parent
Field Value
Type | Description |
---|---|
APIBase |
Properties
GXY
Measurement: Stress
Declaration
public double GXY { get; set; }
Property Value
Type | Description |
---|---|
System.Double |
GXZ
Measurement: Stress
Declaration
public double GXZ { get; set; }
Property Value
Type | Description |
---|---|
System.Double |
GYZ
Measurement: Stress
Declaration
public double GYZ { get; set; }
Property Value
Type | Description |
---|---|
System.Double |
Implements
System.IEquatable<T>