SurfaceNets implementation in python3 // Volumetric Data to STL
The SurfaceNet algorithm is translated from
the JavaScript code provided by Mikola Lysenko .
This python class allows to transform any volumetric data into a polygonal representation, e.g. STL. A 3D numpy array serves as input, such that, for instance, NRRD files can easily be converted.
I hope this implementation helps someone. If you are using this implementation in your scientific work, please cite the current Zenodo release.