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