Click or drag to resize

ModelBuilderAdd Method (IReadOnlyListPoint3, IReadOnlyListBuilderElement)

add points given explicitly and points given implicitly via elements and snap them

Namespace:  Karamba.Models
Assembly:  KarambaCommon (in KarambaCommon.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax
protected void Add(
	IReadOnlyList<Point3> points,
	IReadOnlyList<BuilderElement> elems
)

Parameters

points
Type: System.Collections.GenericIReadOnlyListPoint3

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

elems
Type: System.Collections.GenericIReadOnlyListBuilderElement

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

See Also