Search found 15 matches

by pfisk
Mon Feb 13, 2023 10:00 pm
Forum: Requests, new functionalities
Topic: Segment tool & confirm delte
Replies: 2
Views: 6154

Re: Segment tool & confirm delte

i will put my vote for a circle selection/segment tool. I would use it regularly
by pfisk
Tue Jan 31, 2023 4:37 pm
Forum: Tips and tricks
Topic: Method for Converting X and Y into Radius Scalar Fields
Replies: 1
Views: 8210

Method for Converting X and Y into Radius Scalar Fields

I run into the need to filter point clouds by radius measurements (Radius center located at the geometric center of a cylinder for example) I created a tool for doing this in case any one would like to use it. Free to use, I just ask that if you improve or enhance this method, please share it with e...
by pfisk
Fri Jan 27, 2023 6:21 pm
Forum: Questions
Topic: Unknown or misplaced command: '-SF_OP_SF'
Replies: 6
Views: 1152

Re: Unknown or misplaced command: '-SF_OP_SF'

With the most recent Alpha version, all worked perfectly.
Thanks for your help

Paul
by pfisk
Tue Jan 24, 2023 3:54 pm
Forum: Questions
Topic: Unknown or misplaced command: '-SF_OP_SF'
Replies: 6
Views: 1152

Re: Unknown or misplaced command: '-SF_OP_SF'

Just checked and I have Alpha 2.1.3 installed
CC_version.jpg
CC_version.jpg (184.13 KiB) Viewed 1005 times
any other ideas?

Thanks for helping out with this,

Paul
by pfisk
Sat Jan 14, 2023 5:45 pm
Forum: Questions
Topic: Unknown or misplaced command: '-SF_OP_SF'
Replies: 6
Views: 1152

Re: Unknown or misplaced command: '-SF_OP_SF'

So running with the -SF_OP command worked, BUT it just adds the constant value 1 to the first Scalar field "C:\Program Files\CloudCompare\CloudCompare.exe" -SILENT -O %1 -SF_OP 0 add 1 What I need is to add 2 scalar fields together i.e. SF(at index 0) + SF (at index 1). The other command t...
by pfisk
Fri Jan 13, 2023 5:58 am
Forum: Questions
Topic: Unknown or misplaced command: '-SF_OP_SF'
Replies: 6
Views: 1152

Unknown or misplaced command: '-SF_OP_SF'

I have a command in a batch file as shown below. Below is part of the trace from the console when it runs. It errors on the -SF_OP_SF command for some reason. (See last line below) I reviewed the command line documentation and it seems like it should be pretty straight forward. Any ideas why it is f...
by pfisk
Fri Jan 13, 2023 5:42 am
Forum: Questions
Topic: Issue using Variable for filename in Command line
Replies: 2
Views: 1029

Re: Issue using Variable for filename in Command line

Fantastic. I got it to work by putting all pieces of the filename into a variable like this: SET inputFile="%filedrive%%filepath%Step1.bin" ECHO Input File is %inputFile% "C:\CloudCompare.exe" -SILENT -O %inputFile% -AUTO_SAVE OFF -SF_ARITHMETIC 1 pow2 -SF_ARITHMETIC 2 pow2 -SAVE...
by pfisk
Tue Jan 10, 2023 6:28 pm
Forum: Questions
Topic: Issue using Variable for filename in Command line
Replies: 2
Views: 1029

Issue using Variable for filename in Command line

I have a simple batch file script as shown below which takes one command line parameter %1 (i.e full point cloud file name) REM START =========================================== set /A sfIndex1 = 0 set /A sfIndex2 = %sfIndex1% + 1 SET filedrive=%~d1 SET filepath=%~p1 REM STEP 1: Open file specified ...
by pfisk
Wed Oct 06, 2021 4:40 pm
Forum: Questions
Topic: Batch fls to e57
Replies: 3
Views: 1788

Re: Batch fls to e57

Just wondering if there is any update for this thread since its been a few years.
I'm looking for a way (batch file or API programming) to convert Faro FLS files to Ordered E57 files.

P Fisk
by pfisk
Wed Nov 18, 2020 7:00 pm
Forum: Questions
Topic: Curved line distance measurement
Replies: 3
Views: 1483

Re: Curved line distance measurement

Any chance this could be added as a feature request? New Curved line measurement tool could show: 1. Surface Distance (Shortest line between 2 points along the surface) 2. Horizontal Surface Distance (Same as first measurement but only in X,Y Axis) 3. Vertical Surface Distance (Same as first one but...