About Surface Rendering Algorithm

Hello, I tried saving surface rendering as STL file using Segment Editor module. I wonder whether the surface rendering uses the Marching Cubes algorithm or other algorithms?
Thank you.

Regards

We use more modern algorithms: flying edges for isosurface extraction (tens of times faster than marching cubes when running on a multi-core CPU) and windowed sinc filter for reconstructing the continuous surface.