FastVoxel create a numpy matrix representation of the 3D model of a PLY file, using material identifier and find all enclosed volumes.
It does not require a manifold 3d model.
Requirement Python 3.8+
python3 -m venv venv
source venv/bin/activate
pip install .You can test with the demo script:
python3 demo/test_import_ply.py