Click or drag to resize

Polyline Constructor (IEnumerableVector3, Boolean)

Initializes a new instance of the Polyline3d class.

Namespace:  DXFReaderNET.Entities
Assembly:  DXFReaderNET (in DXFReaderNET.dll) Version: 20.10.54
Syntax
public Polyline(
	IEnumerable<Vector3> vertexes,
	bool isClosed
)

Parameters

vertexes
Type: System.Collections.GenericIEnumerableVector3
3d polyline vertex list.
isClosed
Type: SystemBoolean
Sets if the polyline is closed, by default it will create an open polyline.
See Also