Know any method to convert from 3D volume to the surface mesh with python?
This post linked to a mesh to volume method but I couldn't find the opposite.
Thank you!
There are multiple algorithms for this: marching cubes, flying edges and cuberille.