Click or drag to resize

PolyLine3 Constructor (IEnumerablePoint3)

Create polyline from points.

Namespace:  Karamba.Geometry
Assembly:  KarambaCommon (in KarambaCommon.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax
public PolyLine3(
	IEnumerable<Point3> points
)

Parameters

points
Type: System.Collections.GenericIEnumerablePoint3
Point collection.
See Also