Class ElasticModulusOrthotropicComponents
Implements
System.IEquatable<APIBase>
Inherited Members
Namespace: SMT.MastaAPI.NodalAnalysis.DevToolsAnalyses.FullFEReporting
Assembly: SMT.MastaAPI.15.0.dll
Syntax
public sealed class ElasticModulusOrthotropicComponents : APIBase, IEquatable<APIBase>
Properties
EX
Measurement: Stress
Declaration
public double EX { get; set; }
Property Value
Type | Description |
---|---|
System.Double |
EY
Measurement: Stress
Declaration
public double EY { get; set; }
Property Value
Type | Description |
---|---|
System.Double |
EZ
Measurement: Stress
Declaration
public double EZ { get; set; }
Property Value
Type | Description |
---|---|
System.Double |
Implements
System.IEquatable<T>