This repository was archived by the owner on Oct 11, 2023. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 437
7caa3eee 9c06 5e4e 19ca 13fac9de9be2
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
)VB
Public Sub New (
vertexes As IEnumerable(Of Vector3)
)C++
public:
Polyline3D(
IEnumerable<Vector3>^ vertexes
)F#
new :
vertexes : IEnumerable<Vector3> -> Polyline3DPolyline3D Class
Polyline3D Overload
netDxf.Entities Namespace