Click or drag to resize

PolyfaceMeshExplode Method

imbVeles Framework: imbSCI | imbACE | imbNLP | imbWEM | imbWBI
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:  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 3d faces that made up the polyface mesh.
See Also