Skip to content
This repository has been archived by the owner on Oct 11, 2023. It is now read-only.

f1c326d6 6112 d815 f430 6b88447fb39c

haplokuon edited this page May 6, 2023 · 1 revision

Polyline3D(IEnumerable<Vector3>, Boolean) Constructor

netDxf 3.0.0 Library

Initializes a new instance of the Polyline3d class.

Definition

Namespace: netDxf.Entities
Assembly: netDxf (in netDxf.dll) Version: 3.0.0

C#

public Polyline3D(
	IEnumerable<Vector3> vertexes,
	bool isClosed
)

VB

Public Sub New ( 
	vertexes As IEnumerable(Of Vector3),
	isClosed As Boolean
)

C++

public:
Polyline3D(
	IEnumerable<Vector3>^ vertexes, 
	bool isClosed
)

F#

new : 
        vertexes : IEnumerable<Vector3> * 
        isClosed : bool -> Polyline3D

Parameters

  IEnumerable(Vector3)
3d polyline vertex list.
  Boolean
Sets if the polyline is closed, by default it will create an open polyline.

See Also

Reference

Polyline3D Class
Polyline3D Overload
netDxf.Entities Namespace

Clone this wiki locally