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?
Commandline output non bin file?
Re: Commandline output non bin file?
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
Re: Commandline output non bin file?
try this
CloudCompare -O [filename] -C_EXPORT_FMT [format] -SAVE_CLOUDS
it works, but i can not to name it (save as default).
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?
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