Click or drag to resize

ModelBuilderAdd Method (IReadOnlyListPoint3, IReadOnlyListBuilderElement)

Adds points given explicitly and points given implicitly via elements and snap them.

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

Parameters

points
Type: System.Collections.GenericIReadOnlyListPoint3
Base list of points.
elems
Type: System.Collections.GenericIReadOnlyListBuilderElement
Elements whose end-points are added.
See Also