Commandline output non bin file?

Feel free to ask any question here
Post Reply
Fumi
Posts: 1
Joined: Mon May 14, 2018 2:54 pm

Commandline output non bin file?

Post 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?
daniel
Site Admin
Posts: 7711
Joined: Wed Oct 13, 2010 7:34 am
Location: Grenoble, France
Contact:

Re: Commandline output non bin file?

Post by daniel »

Have you looked at the 'C_EXPORT_FMT' and 'M_EXPORT_FMT' options? (http://www.cloudcompare.org/doc/wiki/in ... _line_mode)
Daniel, CloudCompare admin
Rolling
Posts: 4
Joined: Tue May 15, 2018 5:58 pm

Re: Commandline output non bin file?

Post 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).
daniel
Site Admin
Posts: 7711
Joined: Wed Oct 13, 2010 7:34 am
Location: Grenoble, France
Contact:

Re: Commandline output non bin file?

Post 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.
Daniel, CloudCompare admin
Post Reply