Open yohai-4m opened 1 year ago
Hello, These operations are not possible with the current version of CloudComPy. The merge operation taking a list of clouds (or meshes) is not implemented yet, I am adding it to my todo list. I think it is possible to group all the small components into a separate cloud, I will try to implement that too.
Regards, Paul
Thank you!
On Tue, 14 Mar 2023 at 21:19, prascle @.***> wrote:
Hello, These operations are not possible with the current version of CloudComPy. The merge operation taking a list of clouds (or meshes) is not implemented yet, I am adding it to my todo list. I think it is possible to group all the small components into a separate cloud, I will try to implement that too.
Regards, Paul
— Reply to this email directly, view it on GitHub https://github.com/CloudCompare/CloudComPy/issues/95#issuecomment-1468693196, or unsubscribe https://github.com/notifications/unsubscribe-auth/AZ5CWUT752BH43PBJYTH7BLW4DACVANCNFSM6AAAAAAVYY4A3Q . You are receiving this because you authored the thread.Message ID: @.***>
-- This email message and any attachments thereto are confidential and/or privileged and/or subject to privacy laws and are intended only for use by the addressee(s) named above. If you are not the intended addressee, you are hereby kindly notified that any dissemination, distribution, copying or use of this email and any attachments thereto is strictly prohibited. If you have received this email in error, kindly delete it from your computer system and notify us at the telephone number or email address appearing above. Thank you.
Hi, I have a cloud that can be easily divided into connected components. I want to split the cloud (currently using
ExtractConnectedComponents
), process each component separately and then remerge the components.cc.fuse
seems slow and time-consuming)?ExtractConnectedComponents
, finding the points which are in the original cloud but not in any connected component is also desired.How can I perform these operations in CloudComPy? Thanks!