This repository has been archived by the owner on Oct 11, 2023. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 409
f1c326d6 6112 d815 f430 6b88447fb39c
haplokuon edited this page May 6, 2023
·
1 revision
netDxf 3.0.0 Library
Initializes a new instance of the Polyline3d
class.
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
- IEnumerable(Vector3)
- 3d polyline vertex list.
- Boolean
- Sets if the polyline is closed, by default it will create an open polyline.
Polyline3D Class
Polyline3D Overload
netDxf.Entities Namespace