Click or drag to resize

LwPolylineExplode Method

imbVeles Framework: imbSCI | imbACE | imbNLP | imbWEM | imbWBI
Decompose the actual polyline in its internal entities, lines and arcs.

Namespace:  netDxf.Entities
Assembly:  netDXF.Standard (in netDXF.Standard.dll) Version: 2.1.1
Syntax
C#
public List<EntityObject> Explode()
Request Example View Source

Return Value

Type: ListEntityObject
A list of lines and arcs that made up the polyline.
See Also