I’m looking for a way to reconstruct a cad (mesh or brep) from a stack of slices. The slices are black and white images, sliced from an STL or STEP file for 3D printing. I’m looking for a way to reassemble / reconstruct the slices into the original file (or something close to it) to confirm the slices are a good representation of the original cad.
I’m having trouble with two things:
- Converting a bunch of black/white images to curves at the same time, in a somewhat efficient manner.
- Reconstructing those curves into a cad file.
I’m on Rhino 6 for Mac, and the Rhino3DMedical plugin is only for PC.
Thanks!