Click or drag to resize

FemMaterial_Orthotropic Constructor (FemMaterial)

Initializes a new instance of the FemMaterial_Orthotropic class. copy constructor for orthotropic materials.

Namespace:  Karamba.Materials
Assembly:  KarambaCommon (in KarambaCommon.dll) Version: 2.2.0.4 (2.2.0.4)
Syntax
public FemMaterial_Orthotropic(
	FemMaterial other
)

Parameters

other
Type: Karamba.MaterialsFemMaterial
Other material to copy.
See Also