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: 1.0.0.0 (1.0.0.0)
Syntax
protected void Add(
	IReadOnlyList<BuilderElement> in_elems,
	IReadOnlyList<ElemSet> in_elemsets,
	IReadOnlyList<Point3> points,
	IReadOnlyList<FemMaterial> in_materials,
	MessageLogger logger
)

Parameters

in_elems
Type: System.Collections.GenericIReadOnlyListBuilderElement
list of input elements. May contain beam and shell agents
in_elemsets
Type: System.Collections.GenericIReadOnlyListElemSet

[Missing <param name="in_elemsets"/> documentation for "M:Karamba.Models.ModelBuilder.Add(System.Collections.Generic.IReadOnlyList{Karamba.Elements.BuilderElement},System.Collections.Generic.IReadOnlyList{Karamba.Elements.ElemSet},System.Collections.Generic.IReadOnlyList{Karamba.Geometry.Point3},System.Collections.Generic.IReadOnlyList{Karamba.Materials.FemMaterial},Karamba.Utilities.MessageLogger)"]

points
Type: System.Collections.GenericIReadOnlyListPoint3

[Missing <param name="points"/> documentation for "M:Karamba.Models.ModelBuilder.Add(System.Collections.Generic.IReadOnlyList{Karamba.Elements.BuilderElement},System.Collections.Generic.IReadOnlyList{Karamba.Elements.ElemSet},System.Collections.Generic.IReadOnlyList{Karamba.Geometry.Point3},System.Collections.Generic.IReadOnlyList{Karamba.Materials.FemMaterial},Karamba.Utilities.MessageLogger)"]

in_materials
Type: System.Collections.GenericIReadOnlyListFemMaterial

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

logger
Type: Karamba.UtilitiesMessageLogger

[Missing <param name="logger"/> documentation for "M:Karamba.Models.ModelBuilder.Add(System.Collections.Generic.IReadOnlyList{Karamba.Elements.BuilderElement},System.Collections.Generic.IReadOnlyList{Karamba.Elements.ElemSet},System.Collections.Generic.IReadOnlyList{Karamba.Geometry.Point3},System.Collections.Generic.IReadOnlyList{Karamba.Materials.FemMaterial},Karamba.Utilities.MessageLogger)"]

See Also