Click or drag to resize

PolyfaceMeshExplode Method

Decompose the actual polyface mesh faces in points (one vertex polyface mesh face), lines (two vertexes polyface mesh face) and 3d faces (three or four vertexes polyface mesh face).

Namespace:  DXFReaderNET.Entities
Assembly:  DXFReaderNET (in DXFReaderNET.dll) Version: 20.10.54
Syntax
public List<EntityObject> Explode()

Return Value

Type: ListEntityObject
A list of 3d faces that made up the polyface mesh.
See Also