Try trueform without installing anything. The live examples run booleans, collision, and isobands in your browser.
pip install trueform
git clone https://github.com/polydera/trueform.git
cd trueform/python/examples
| Script | Description |
|---|---|
| alignment.py | Point cloud alignment with rigid, OBB, and ICP |
The vtk/ directory contains interactive applications. Each opens a window where you can drag meshes and see results update in real time.
pip install vtk
| Script | Description |
|---|---|
| collision.py | 5×5 grid of meshes — hover to highlight, drag to move, collisions turn cyan |
| boolean_difference.py | Dual viewport showing inputs and boolean result |
| intersection_curves.py | Real-time mesh-mesh intersection curves |
| isobands.py | Extract regions between scalar thresholds |
| isocontours.py | Extract contour curves at scalar thresholds |
Step-by-step walkthroughs in the documentation: