Class Bedding
fdscript.xsd
public class Bedding
- Inheritance
-
Bedding
- Inherited Members
- Extension Methods
Constructors
Bedding(string, MeshPrep, double, double)
public Bedding(string ldCombChar, MeshPrep meshPrep, double stiffX, double stiffY)
Parameters
Fields
_meshPrep
public int _meshPrep
Field Value
Properties
LdCombChar
public string LdCombChar { get; set; }
Property Value
MeshPrep
public MeshPrep MeshPrep { get; set; }
Property Value
StiffX
public double StiffX { get; set; }
Property Value
StiffY
public double StiffY { get; set; }
Property Value
Methods
Default()
public static Bedding Default()