Decompose the actual region in its internal entities,
lines and
arcs.
Namespace:
DXFReaderNET.Entities
Assembly:
DXFReaderNET (in DXFReaderNET.dll) Version: 20.10.54
Syntax public List<EntityObject> Explode()
Public Function Explode As List(Of EntityObject)
public:
List<EntityObject^>^ Explode()
member Explode : unit -> List<EntityObject>
METHOD Explode() AS List<EntityObject>
Return Value
Type:
ListEntityObjectA list of
lines and
arcs that made up the region.
See Also