Class PoissonRatioOrthotropicComponents
Inheritance
System.Object
PoissonRatioOrthotropicComponents
Assembly: SMT.MastaAPI.14.1.1.dll
public class PoissonRatioOrthotropicComponents : APIBase, IEquatable<APIBase>
Fields
Declaration
protected readonly APIBase _parent
Field Value
Properties
Declaration
public double NuXY { get; set; }
Property Value
| Type |
Description |
| System.Double |
|
Declaration
public double NuXZ { get; set; }
Property Value
| Type |
Description |
| System.Double |
|
Declaration
public double NuYZ { get; set; }
Property Value
| Type |
Description |
| System.Double |
|
Implements
System.IEquatable<T>
Extension Methods