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: 2.2.0.4 (2.2.0.4)
Syntax
protected void Add(
	IReadOnlyList<FemMaterial> in_materials
)

Parameters

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