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 438
ab71b5f2 f135 9fcb b01b 666cc3beb13a
haplokuon edited this page May 6, 2023
·
1 revision
netDxf 3.0.0 Library
Decompose the actual multiline in its internal entities, lines and arcs.
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> List(EntityObject)
A list of lines and arcs that made up the multiline.