Click or drag to resize

FemMaterialCopy Method

copy the material from another one

Namespace:  Karamba.Materials
Assembly:  KarambaCommon (in KarambaCommon.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax
public abstract void Copy(
	FemMaterial other
)

Parameters

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