CloudCompare Versions

Feel free to ask any question here
Post Reply
mcaradonna
Posts: 7
Joined: Wed Jun 14, 2023 8:52 pm

CloudCompare Versions

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

Re: CloudCompare Versions

Post by daniel »

What's your full command? -GLOBAL_SHIFT can only be placed after -O
Daniel, CloudCompare admin
mcaradonna
Posts: 7
Joined: Wed Jun 14, 2023 8:52 pm

Re: CloudCompare Versions

Post 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 '"'];
daniel
Site Admin
Posts: 7427
Joined: Wed Oct 13, 2010 7:34 am
Location: Grenoble, France
Contact:

Re: CloudCompare Versions

Post by daniel »

So yes, you have to put '-GLOBAL_SHIFT' right after '-O'.
Daniel, CloudCompare admin
Post Reply