Polygon2Voxel

Convert a triangulated mesh into a voxel volume

Vous suivez désormais cette soumission

Note de l’éditeur : This file was selected as MATLAB Central Pick of the Week

This function polygon2function will convert a Triangulated Mesh into a Voxel Volume which will contain the discretized mesh.

Discretization of a polygon is done by splitting the polygon in smaller polygons, until the longest edge is smaller than 0.5 voxel, then the voxel beneath the vertice coordinates is set to one.

Note, this new version is pure Matlab (previous version required c++ compiler)

Try the example.

Bugs, successes and other comments are welcome!

Citation pour cette source

Dirk-Jan Kroon (2026). Polygon2Voxel (https://fr.mathworks.com/matlabcentral/fileexchange/24086-polygon2voxel), MATLAB Central File Exchange. Extrait(e) le .

Informations générales

Compatibilité avec les versions de MATLAB

  • Compatible avec toutes les versions

Plateformes compatibles

  • Windows
  • macOS
  • Linux
Version Publié le Notes de version Action
1.8.0.0

pure Matlab (previous version required c++ compiler)

1.7.0.0

Function now also working without compiling c-code

1.6.0.0

Added boundary options

1.5.0.0

Now first index volume is 1,1,1 instead of 0,0,0, and YXZ dimensions as in Matlab convention (Thanks Yuanming SUO).

1.4.0.0

Changed output to Logicals instead of Double datatype

1.3.0.0

Small Bug fixed, for the case if all vertices are outside the volume. Only not draw the face if they are outside at the same side of the volume.

1.2.0.0

Linux Ubuntu Tested

1.1.0.0

Added center and resize options

1.0.0.0