FemMaterialCopy Method
copy the material from another one.
Namespace: Karamba.MaterialsAssembly: KarambaCommon (in KarambaCommon.dll) Version: 3.0.8.0+eb23a7103f0eca0b6d808121e15fec6899194e15
public 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 FemMaterial
- material to be copied.