Click or drag to resize

BuilderCSVbuildMaterial Method

add material data to the product

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

Parameters

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