Search found 7 matches

by mcaradonna
Wed Oct 18, 2023 1:44 pm
Forum: Requests, new functionalities
Topic: Global Translation 'No to All' button
Replies: 2
Views: 7693

Re: Global Translation 'No to All' button

Thank you sir, no rush just tiresome clicking no 200+ times
by mcaradonna
Fri Oct 13, 2023 2:08 pm
Forum: Requests, new functionalities
Topic: Global Translation 'No to All' button
Replies: 2
Views: 7693

Global Translation 'No to All' button

Hello,

I noticed that there is a "Yes to All" but not a no to all on the global shift pane. Can that be added?



Thanks,
by mcaradonna
Fri Oct 06, 2023 12:31 pm
Forum: Questions
Topic: CloudCompare Versions
Replies: 3
Views: 1289

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 '"'];
by mcaradonna
Tue Oct 03, 2023 6:06 pm
Forum: Questions
Topic: CloudCompare Versions
Replies: 3
Views: 1289

CloudCompare Versions

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 ...
by mcaradonna
Mon Jun 19, 2023 12:54 pm
Forum: Questions
Topic: Getting Invalid Step Size for Spatial Resampling with using Commandline CC
Replies: 4
Views: 1445

Re: Getting Invalid Step Size for Spatial Resampling with using Commandline CC

'echo %SubSamplingDensity%' would output the variable value.

So if you did

Code: Select all

set SubSamplingDensity = 0.1

echo %SubSamplingDensity%
echo would output 0.1 to the command prompt
by mcaradonna
Wed Jun 14, 2023 8:55 pm
Forum: Questions
Topic: Getting Invalid Step Size for Spatial Resampling with using Commandline CC
Replies: 4
Views: 1445

Getting Invalid Step Size for Spatial Resampling with using Commandline CC

@echo off setlocal rem Specify the paths to the CloudCompare executable and the input directory set CLOUD_COMPARE_PATH="C:\Program Files\CloudCompare\CloudCompare.exe" set INPUT_DIR="D:\test_input" set OUTPUT_DIR="D:\test_output" rem Specify the number of blocks set BL...