Click or drag to resize

ModelBuilderAdd Method (IReadOnlyListBuilderElement, IReadOnlyListElemSet, IReadOnlyListPoint3, IReadOnlyListFemMaterial, MessageLogger)

Adds elements to the model.

Namespace:  Karamba.Models
Assembly:  KarambaCommon (in KarambaCommon.dll) Version: 2.2.0.4 (2.2.0.4)
Syntax
protected void Add(
	IReadOnlyList<BuilderElement> inElems,
	IReadOnlyList<ElemSet> inElemsets,
	IReadOnlyList<Point3> points,
	IReadOnlyList<FemMaterial> inMaterials,
	MessageLogger logger
)

Parameters

inElems
Type: System.Collections.GenericIReadOnlyListBuilderElement
List of input elements. May contain beam and shell agents.
inElemsets
Type: System.Collections.GenericIReadOnlyListElemSet
List of element sets.
points
Type: System.Collections.GenericIReadOnlyListPoint3
Points of the model.
inMaterials
Type: System.Collections.GenericIReadOnlyListFemMaterial
List of input materials.
logger
Type: Karamba.UtilitiesMessageLogger
Logger for gathering messages.
See Also