Skip to content
This repository has been archived by the owner on Oct 11, 2023. It is now read-only.

f137cb4e 71be 16a2 3bd6 37a64022e49a

haplokuon edited this page May 6, 2023 · 1 revision

Explode Method

netDxf 3.0.0 Library

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).

Definition

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> 

Return Value

List(EntityObject)
A list of 3d faces that made up the polyface mesh.

See Also

Reference

PolyfaceMesh Class
netDxf.Entities Namespace

Clone this wiki locally