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

b2d752b1 00fe 0bf7 9976 6c3fa7fbf0fe

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<EntityObject> Explode()

VB

Public Function Explode As List(Of EntityObject)

C++

public:
List<EntityObject^>^ Explode()

F#

member Explode : unit -> List<EntityObject> 

Return Value

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

See Also

Reference

Polyline2D Class
netDxf.Entities Namespace

Clone this wiki locally