Click or drag to resize

PolyLine3AddRange Method

Add a list of points to the polyline after the current end point.

Namespace:  Karamba.Geometry
Assembly:  KarambaCommon (in KarambaCommon.dll) Version: 2.2.0.4 (2.2.0.4)
Syntax
public void AddRange(
	List<Point3> pts
)

Parameters

pts
Type: System.Collections.GenericListPoint3
Points to add.
See Also