Class ShearModulusOrthotropicComponents
Implements
System.IEquatable<APIBase>
Inherited Members
Namespace: SMT.MastaAPI.NodalAnalysis.DevToolsAnalyses.FullFEReporting
Assembly: SMT.MastaAPI.15.0.dll
Syntax
public sealed class ShearModulusOrthotropicComponents : APIBase, IEquatable<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>