Click or drag to resize

ModelBuilderAdd Method (IReadOnlyListFemMaterial)

Add materials to model. The first material is the default material

Namespace:  Karamba.Models
Assembly:  KarambaCommon (in KarambaCommon.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax
protected void Add(
	IReadOnlyList<FemMaterial> in_materials
)

Parameters

in_materials
Type: System.Collections.GenericIReadOnlyListFemMaterial
materials to be added to the model
See Also