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

7caa3eee 9c06 5e4e 19ca 13fac9de9be2

haplokuon edited this page May 6, 2023 · 1 revision

Polyline3D(IEnumerable<Vector3>) 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
)

VB

Public Sub New ( 
	vertexes As IEnumerable(Of Vector3)
)

C++

public:
Polyline3D(
	IEnumerable<Vector3>^ vertexes
)

F#

new : 
        vertexes : IEnumerable<Vector3> -> Polyline3D

Parameters

  IEnumerable(Vector3)
3d polyline vertex list.

See Also

Reference

Polyline3D Class
Polyline3D Overload
netDxf.Entities Namespace

Clone this wiki locally