Search found 15 matches

by dreiländereck
Sun Feb 28, 2021 1:35 pm
Forum: German area
Topic: wer ist sonst noch hier aus der BRD?
Replies: 8
Views: 61054

Re: wer ist sonst noch hier aus der BRD?

Hallihallo, ich bin auch hier. Handhabe es aber auch wie ein Vorschreiber. Die Antworten auf die meisten allgemeinen Fragen, kommen in diesem Forum sicher in Englisch besser an, als auf Deutsch. Auch wenn es vermutlich noch mehr unbekannte deutschsprachige Benutzer zu geben scheint. Für komplizierte...
by dreiländereck
Sun Feb 28, 2021 1:26 pm
Forum: Mac OS related topics
Topic: Grab command line mode output with Java ProcessBuilder
Replies: 7
Views: 18976

Grab command line mode output with Java ProcessBuilder

Hello anybody, does someone has experience in grabbing the command line output with the Java ProcessBuilder API? I'm playing around with the command line mode and some lines of Java, but couldn't grab the std::cout from cloud compare in command line mode. Is this possible on windows with powershell?
by dreiländereck
Sun Feb 28, 2021 1:23 pm
Forum: CloudCompare
Topic: Translation / Localization
Replies: 20
Views: 975681

Re: Translation / Localization

I want to translate to German but if i try do load the .ts file into QT linguist there is a error info: "Unexpected tag at F:/Cloudcompare/CloudCompare_dt.ts:8:16" I run in nearly the same problem too. I downloaded the french .ts file, opend it by a text editor and afterwards it works. If...
by dreiländereck
Sun Feb 28, 2021 1:20 pm
Forum: Mac OS related topics
Topic: Command line MacOS
Replies: 1
Views: 15499

Re: Command line MacOS

derelict wrote: Thu Jul 23, 2020 5:27 pm Any suggestions for MacOS and command line?
Yes.

First, you do not have to copy the CloudCompare.App outside the application folder. It will be found there from the "open" command.

The right command will be:

Code: Select all


open -a CloudCompare.app --args -O full_path_here/Site_01_1_Scan.laz

by dreiländereck
Sun Feb 28, 2021 1:14 pm
Forum: Requests, new functionalities
Topic: Command line; loading multiple files from a list file
Replies: 7
Views: 23656

Re: Command line; loading multiple files from a list file

We did it without a file list. All files are in folders and have the same ending/ file type. for %%f in (f:\LAS\Abschnitt_1_FR_1\*.las) DO "C:\Program Files\CloudCompare\cloudcompare.exe" -SILENT -O -GLOBAL_SHIFT AUTO %%f -C_EXPORT_FMT LAS -NO_TIMESTAMP -SS SPATIAL 0.01 for %%f in (f:\LAS\...