Hi all,
I have .PLY/.STL files which contains multiple objects (there are spaces between them). Is there a way to separate them automatically and batch export all of them into individual files (.PLY)?
Thanks in advance.
Automate sperate objects and batch export as .PLY/.STL
-
- Posts: 3
- Joined: Wed Feb 28, 2024 9:19 am
Re: Automate sperate objects and batch export as .PLY/.STL
There's a way for point clouds (with Connected Components extraction). But sadly not with meshes... It wouldn't be too hard to derive a function that works on meshes as well, but sadly you'll need some C++ skills to do it...
Daniel, CloudCompare admin