Click or drag to resize

PolyLine3 Constructor (IEnumerablePoint3)

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

Parameters

points
Type: System.Collections.GenericIEnumerablePoint3

[Missing <param name="points"/> documentation for "M:Karamba.Geometry.PolyLine3.#ctor(System.Collections.Generic.IEnumerable{Karamba.Geometry.Point3})"]

See Also