daavoo / pyntcloud

pyntcloud is a Python library for working with 3D point clouds.
http://pyntcloud.readthedocs.io
MIT License
1.39k stars 221 forks source link

split the point cloud according to the voxel grids #349

Open Cipher-zzz opened 1 year ago

Cipher-zzz commented 1 year ago

Thanks for providing such wonderful tools! Is it possible to split the ply according to the voxel grids? I want to cut a large ply file into many pieces, sized in 1m1m1m, and save them into separate files.