Tutorial: Mesh-Plane Clipping | GeomAlgoLib

The logic of clipping a mesh with a plane is quite easy to understand. Furthermore, it uses techniques similar to those used in marching cubes, marching tetrahedra and other such iso-surface generation algorithms.

The language used in the tutorial is C++ and this is part of series of videos on similar topics.
All the source code can be found at: GitHub - ranjeethmahankali/galproject: A library of computational geometry algorithms

2 Likes