Click or drag to resize

ModelBuilderelementsAttachMaterial Method

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

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

Parameters

in_elems
Type: System.Collections.GenericListBuilderElement

[Missing <param name="in_elems"/> documentation for "M:Karamba.Models.ModelBuilder.elementsAttachMaterial(System.Collections.Generic.List{Karamba.Elements.BuilderElement},System.Collections.Generic.IReadOnlyList{Karamba.Materials.FemMaterial})"]

in_materials
Type: System.Collections.GenericIReadOnlyListFemMaterial

[Missing <param name="in_materials"/> documentation for "M:Karamba.Models.ModelBuilder.elementsAttachMaterial(System.Collections.Generic.List{Karamba.Elements.BuilderElement},System.Collections.Generic.IReadOnlyList{Karamba.Materials.FemMaterial})"]

See Also