Click or drag to resize

ExportBuilderbuildMaterial Method

add material data to the product.

Namespace:  Karamba.Exporters
Assembly:  KarambaCommon (in KarambaCommon.dll) Version: 2.2.0.4 (2.2.0.4)
Syntax
public virtual void buildMaterial(
	FemMaterial m,
	int ind
)

Parameters

m
Type: Karamba.MaterialsFemMaterial
material to be added.
ind
Type: SystemInt32
index of the material.
See Also