-1

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!

273K
  • 29,503
  • 10
  • 41
  • 64
blackcat
  • 78
  • 4

1 Answers1

0

There are multiple algorithms for this: marching cubes, flying edges and cuberille.

Dženan
  • 3,329
  • 3
  • 31
  • 44