I want to select the open edge of a mesh and extrude to floor, then close the mesh with a plane to make it watertight. Python
I am wanting to automate the cleaning up of 3D scans in .stl format. I have a script that will import the scan, rotate the mesh and align with the floor. What i want to do from here is, select the EDGE of the mesh. Then extrude to FLOOR or just beyond. Then slice at floor level closing the mesh and making it water tight. Here’s the first part…