Algorithm or software for slicing a mesh

前端 未结 5 591
春和景丽
春和景丽 2021-01-31 05:38

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

5条回答
  •  清歌不尽
    2021-01-31 06:22

    I've outlined the algorithm to compute plane-volume intersections in this answer. An implementation in Java is provided.

提交回复
热议问题