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

497ccf5e 4b53 5d4e fea2 162c4dc70483

haplokuon edited this page May 6, 2023 · 1 revision

ToPolyline3D Method

netDxf 3.0.0 Library

Converts the spline in a Polyline3D.

Definition

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

C#

public Polyline3D ToPolyline3D(
	int precision
)

VB

Public Function ToPolyline3D ( 
	precision As Integer
) As Polyline3D

C++

public:
Polyline3D^ ToPolyline3D(
	int precision
)

F#

member ToPolyline3D : 
        precision : int -> Polyline3D 

Parameters

  Int32
Number of vertexes generated.

Return Value

Polyline3D
A new instance of Polyline3D that represents the spline.

See Also

Reference

Spline Class
netDxf.Entities Namespace

Clone this wiki locally