Page 1 of 1

Load data automatically on start up in GUI mode

Posted: Thu Mar 31, 2022 2:44 pm
by ClaireC
Hello,

I'd like to be able to programatically open CloudCompare (in GUI mode) with data preloaded. My desired workflow would be to run a script(?) then CloudCompare would open with my data loaded - does anyone know if this is possible??

Re: Load data automatically on start up in GUI mode

Posted: Fri Apr 01, 2022 6:31 am
by daniel
Well, to do that there's a simple command line syntax where you just call 'CloudCompare.exe path_to/my_file.ext' (or equivalent executable on other OSes)

Re: Load data automatically on start up in GUI mode

Posted: Fri Apr 01, 2022 1:19 pm
by DA523
On Windows OS, put this in a batch file (MY.BAT)

"C:\Program Files\CloudCompare\cloudcompare.exe" "C:\myxyz\p1.csv"
or

"C:\Program Files\CloudCompare\cloudcompare.exe" -o "C:\myxyz\p1.csv" -COORD_TO_SF z -DELAUNAY