Class StiffnessType
stiffness_type
public class StiffnessType
- Inheritance
-
StiffnessType
- Derived
- Inherited Members
- Extension Methods
Constructors
StiffnessType()
Parameterless constructor for serialization.
public StiffnessType()
Fields
_xNeg
public string _xNeg
Field Value
_xPos
public string _xPos
Field Value
_yNeg
public string _yNeg
Field Value
_yPos
public string _yPos
Field Value
_zNeg
public string _zNeg
Field Value
_zPos
public string _zPos
Field Value
Properties
XNeg
public double XNeg { get; set; }
Property Value
XPos
public double XPos { get; set; }
Property Value
YNeg
public double YNeg { get; set; }
Property Value
YPos
public double YPos { get; set; }
Property Value
ZNeg
public double ZNeg { get; set; }
Property Value
ZPos
public double ZPos { get; set; }
Property Value
Methods
ToString()
public override string ToString()