Automate sperate objects and batch export as .PLY/.STL

Feel free to ask any question here
Post Reply
ninh_ghoster
Posts: 3
Joined: Wed Feb 28, 2024 9:19 am

Automate sperate objects and batch export as .PLY/.STL

Post by ninh_ghoster »

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)?
Image

Thanks in advance.
daniel
Site Admin
Posts: 7721
Joined: Wed Oct 13, 2010 7:34 am
Location: Grenoble, France
Contact:

Re: Automate sperate objects and batch export as .PLY/.STL

Post by daniel »

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
Post Reply