Search found 3 matches

by Gius
Mon Jun 19, 2017 3:35 pm
Forum: Questions
Topic: PLY merge via command line
Replies: 5
Views: 5664

Re: PLY merge via command line

Thank you Daniel. We solved using -SAVE_MESHES with param ALL_AT_ONCE, for example cloudcompare -O -001_-001_0006.ply -O -001_-002_0006.ply -O -001_-002_0007.ply -SAVE_MESHES ALL_AT_ONCE This way we obtain a bin file that we can open with CC, but if we try importing with MeshLab we have an header er...
by Gius
Thu Jun 15, 2017 10:01 am
Forum: Questions
Topic: PLY merge via command line
Replies: 5
Views: 5664

Re: PLY merge via command line

Thank you Daniel. I tryed this command line: CloudCompare -O EDIFICIO\Mesh\0000_0000_0006.ply -O EDIFICIO\Mesh\0000_0000_0007.ply -O EDIFICIO\Mesh\0000_0001_0004.ply -O EDIFICIO\Mesh\0000_0001_0005.ply -O EDIFICIO\Mesh\0000_0001_0006.ply -O EDIFICIO\Mesh\0000_0001_0007.ply -O EDIFICIO\Mesh\0000_-001...
by Gius
Wed Jun 14, 2017 1:26 pm
Forum: Questions
Topic: PLY merge via command line
Replies: 5
Views: 5664

PLY merge via command line

Hi, I need to merge many ply files into a single one; using GUI I can open files and save, but I need to do this work via command line. In wiki (http://www.cloudcompare.org/doc/wiki/index.php?title=Command_line_mode#Available_options_.28version_2.9.beta.29) I found -MERGE_CLOUDS {filename} but I did...