|
FemMaterialCopy Method
|
copy the material from another one.
Namespace:
Karamba.Materials
Assembly:
KarambaCommon (in KarambaCommon.dll) Version: 2.2.0.4 (2.2.0.4)
Syntaxpublic abstract void Copy(
FemMaterial other
)
Public MustOverride Sub Copy (
other As FemMaterial
)
public:
virtual void Copy(
FemMaterial^ other
) abstract
abstract Copy :
other : FemMaterial -> unit
Parameters
- other
- Type: Karamba.MaterialsFemMaterial
material to be copied.
See Also