Click or drag to resize

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)
Syntax
public abstract void Copy(
	FemMaterial other
)

Parameters

other
Type: Karamba.MaterialsFemMaterial
material to be copied.
See Also