What is the right approach for slicing a 3D mesh? The mesh are all closed surfaces and the slices need to be binary images of what\'s inside the mesh. So for example, a mesh rep
I've outlined the algorithm to compute plane-volume intersections in this answer. An implementation in Java is provided.