Page 1 of 1

CloudCompare Versions

Posted: Tue Oct 03, 2023 6:06 pm
by mcaradonna
Hello,

I have v2.13.3.beta downloaded, and am trying to use the command line mode

I want to use -GLOBAL_SHIFT Auto. But it says the command is not recognized. Basically just trying to automate the automatic global shift that is provided when you open a .las file.

The wiki says that I need v2.3, but I cannot find that version while downloading.
2023-10-03_140433.png
2023-10-03_140433.png (2.75 KiB) Viewed 2222 times

Re: CloudCompare Versions

Posted: Thu Oct 05, 2023 7:52 am
by daniel
What's your full command? -GLOBAL_SHIFT can only be placed after -O

Re: CloudCompare Versions

Posted: Fri Oct 06, 2023 12:31 pm
by mcaradonna

Code: Select all

cloudCompareCommand = ['"C:\Program Files\CloudCompare\cloudcompare.exe" -AUTO_SAVE OFF ', ...
    '-C_EXPORT_FMT LAS -O "', inputFile '" ', ...
    '-GLOBAL_SHIFT AUTO "' '" ', ...
    '-SAVE_CLOUDS FILE "', outputFile '"'];

Re: CloudCompare Versions

Posted: Tue Oct 10, 2023 3:26 pm
by daniel
So yes, you have to put '-GLOBAL_SHIFT' right after '-O'.