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

d7a1ad04 526f 37dc 9b66 9f0794b7c0ea

haplokuon edited this page May 6, 2023 · 1 revision

Explode Method

netDxf 3.0.0 Library

Decompose the actual polygon mesh into faces 3D.

Definition

Namespace: netDxf.Entities
Assembly: netDxf (in netDxf.dll) Version: 3.0.0

C#

public List<Face3D> Explode()

VB

Public Function Explode As List(Of Face3D)

C++

public:
List<Face3D^>^ Explode()

F#

member Explode : unit -> List<Face3D> 

Return Value

List(Face3D)
A list of faces 3D that made up the polygon mesh.

See Also

Reference

PolygonMesh Class
netDxf.Entities Namespace

Clone this wiki locally