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.
CloudCompare Versions
Re: CloudCompare Versions
What's your full command? -GLOBAL_SHIFT can only be placed after -O
Daniel, CloudCompare admin
-
- Posts: 7
- Joined: Wed Jun 14, 2023 8:52 pm
Re: CloudCompare Versions
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
So yes, you have to put '-GLOBAL_SHIFT' right after '-O'.
Daniel, CloudCompare admin