Table of Contents

Class Bedding

Namespace
FemDesign.Calculate
Assembly
FemDesign.Core.dll

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

ldCombChar string
meshPrep MeshPrep
stiffX double
stiffY double

Fields

_meshPrep

public int _meshPrep

Field Value

int

Properties

LdCombChar

public string LdCombChar { get; set; }

Property Value

string

MeshPrep

public MeshPrep MeshPrep { get; set; }

Property Value

MeshPrep

StiffX

public double StiffX { get; set; }

Property Value

double

StiffY

public double StiffY { get; set; }

Property Value

double

Methods

Default()

public static Bedding Default()

Returns

Bedding