This repository has been archived by the owner on Oct 11, 2023. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 422
d7a1ad04 526f 37dc 9b66 9f0794b7c0ea
haplokuon edited this page May 6, 2023
·
1 revision
netDxf 3.0.0 Library
Decompose the actual polygon mesh into faces 3D.
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>
List(Face3D)
A list of faces 3D that made up the polygon mesh.