Page 1 of 1

Commandline output non bin file?

Posted: Mon May 14, 2018 2:58 pm
by Fumi
Hi

Im trying to create a program that uses the commandline in CC but no matter what i do, i get a .bin file as an output which i cant really use in any other program, is there a way to maybe get a .obj file as output? or another file type?

Re: Commandline output non bin file?

Posted: Tue May 15, 2018 1:08 am
by daniel
Have you looked at the 'C_EXPORT_FMT' and 'M_EXPORT_FMT' options? (http://www.cloudcompare.org/doc/wiki/in ... _line_mode)

Re: Commandline output non bin file?

Posted: Tue May 15, 2018 6:03 pm
by Rolling
try this

CloudCompare -O [filename] -C_EXPORT_FMT [format] -SAVE_CLOUDS
it works, but i can not to name it (save as default).

Re: Commandline output non bin file?

Posted: Tue May 15, 2018 8:36 pm
by daniel
With the latest 2.10.alpha version you have the 'FILE' option (used with SAVE_CLOUDS or SAVE_MESHES - see the wiki) to set the output filename.