|
FemMaterial_Orthotropic Constructor (FemMaterial)
|
Namespace:
Karamba.Materials
Assembly:
KarambaCommon (in KarambaCommon.dll) Version: 2.2.0.4 (2.2.0.4)
Syntaxpublic FemMaterial_Orthotropic(
FemMaterial other
)
Public Sub New (
other As FemMaterial
)
public:
FemMaterial_Orthotropic(
FemMaterial^ other
)
new :
other : FemMaterial -> FemMaterial_Orthotropic
Parameters
- other
- Type: Karamba.MaterialsFemMaterial
Other material to copy.
See Also