|
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)
Syntaxprotected void Add(
IReadOnlyList<Point3> points,
IReadOnlyList<BuilderElement> elems
)
Protected Sub Add (
points As IReadOnlyList(Of Point3),
elems As IReadOnlyList(Of BuilderElement)
)
protected:
void Add(
IReadOnlyList<Point3>^ points,
IReadOnlyList<BuilderElement^>^ elems
)
member Add :
points : IReadOnlyList<Point3> *
elems : IReadOnlyList<BuilderElement> -> unit
Parameters
- points
- Type: System.Collections.GenericIReadOnlyListPoint3
Base list of points. - elems
- Type: System.Collections.GenericIReadOnlyListBuilderElement
Elements whose end-points are added.
See Also