Class PoissonRatioOrthotropicComponents
Inheritance
System.Object
System.MarshalByRefObject
SMT.MastaAPIUtility.MarshalByRefObjectPermanent
PoissonRatioOrthotropicComponents
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 PoissonRatioOrthotropicComponents : APIBase, IEquatable<APIBase>
Fields
_parent
Declaration
protected readonly APIBase _parent
Field Value
Type | Description |
---|---|
APIBase |
Properties
NuXY
Declaration
public double NuXY { get; set; }
Property Value
Type | Description |
---|---|
System.Double |
NuXZ
Declaration
public double NuXZ { get; set; }
Property Value
Type | Description |
---|---|
System.Double |
NuYZ
Declaration
public double NuYZ { get; set; }
Property Value
Type | Description |
---|---|
System.Double |
Implements
System.IEquatable<T>