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

3a000183 447f 743e 7a80 f1edc4cc70a9

haplokuon edited this page May 6, 2023 · 1 revision

Explode Method

netDxf 3.0.0 Library

Decompose the actual polyline in its internal entities, lines and arcs.

Definition

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> 

Return Value

List(HatchBoundaryPath.Edge)
A list of lines and arcs that made up the polyline.

See Also

Reference

HatchBoundaryPath.Polyline Class
netDxf.Entities Namespace

Clone this wiki locally