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 439
3a000183 447f 743e 7a80 f1edc4cc70a9
haplokuon edited this page May 6, 2023
·
1 revision
netDxf 3.0.0 Library
Decompose the actual polyline in its internal entities, lines and arcs.
Namespace: netDxf.Entities
Assembly: netDxf (in netDxf.dll) Version: 3.0.0
C#
public List<HatchBoundaryPath.Edge> Explode()VB
Public Function Explode As List(Of HatchBoundaryPath.Edge)C++
public:
List<HatchBoundaryPath.Edge^>^ Explode()F#
member Explode : unit -> List<HatchBoundaryPath.Edge> List(HatchBoundaryPath.Edge)
A list of lines and arcs that made up the polyline.