Click or drag to resize

ModelBuilderelementsAttachMaterial Method

Attaches materials that directly refer to elements. Only if an element has a default material.

Namespace:  Karamba.Models
Assembly:  KarambaCommon (in KarambaCommon.dll) Version: 2.2.0.4 (2.2.0.4)
Syntax
protected void elementsAttachMaterial(
	List<BuilderElement> in_elems,
	IReadOnlyList<FemMaterial> in_materials
)

Parameters

in_elems
Type: System.Collections.GenericListBuilderElement
List of all elements.
in_materials
Type: System.Collections.GenericIReadOnlyListFemMaterial
List of materials to be attached.
See Also