Search found 15 matches
- Mon Feb 13, 2023 10:00 pm
- Forum: Requests, new functionalities
- Topic: Segment tool & confirm delte
- Replies: 2
- Views: 11950
Re: Segment tool & confirm delte
i will put my vote for a circle selection/segment tool. I would use it regularly
- 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: 51861
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 ...
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 ...
- Fri Jan 27, 2023 6:21 pm
- Forum: Questions
- Topic: Unknown or misplaced command: '-SF_OP_SF'
- Replies: 6
- Views: 9386
Re: Unknown or misplaced command: '-SF_OP_SF'
With the most recent Alpha version, all worked perfectly.
Thanks for your help
Paul
Thanks for your help
Paul
- Tue Jan 24, 2023 3:54 pm
- Forum: Questions
- Topic: Unknown or misplaced command: '-SF_OP_SF'
- Replies: 6
- Views: 9386
Re: Unknown or misplaced command: '-SF_OP_SF'
Just checked and I have Alpha 2.1.3 installed
any other ideas?
Thanks for helping out with this,
Paul
Thanks for helping out with this,
Paul
- Sat Jan 14, 2023 5:45 pm
- Forum: Questions
- Topic: Unknown or misplaced command: '-SF_OP_SF'
- Replies: 6
- Views: 9386
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 that I ...
"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 that I ...
- Fri Jan 13, 2023 5:58 am
- Forum: Questions
- Topic: Unknown or misplaced command: '-SF_OP_SF'
- Replies: 6
- Views: 9386
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 ...
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 ...
- Fri Jan 13, 2023 5:42 am
- Forum: Questions
- Topic: Issue using Variable for filename in Command line
- Replies: 2
- Views: 5606
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_CLOUDS FILE ...
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_CLOUDS FILE ...
- Tue Jan 10, 2023 6:28 pm
- Forum: Questions
- Topic: Issue using Variable for filename in Command line
- Replies: 2
- Views: 5606
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 ...
REM START ===========================================
set /A sfIndex1 = 0
set /A sfIndex2 = %sfIndex1% + 1
SET filedrive=%~d1
SET filepath=%~p1
REM STEP 1: Open file ...
- Wed Oct 06, 2021 4:40 pm
- Forum: Questions
- Topic: Batch fls to e57
- Replies: 3
- Views: 6300
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
I'm looking for a way (batch file or API programming) to convert Faro FLS files to Ordered E57 files.
P Fisk
- Wed Nov 18, 2020 7:00 pm
- Forum: Questions
- Topic: Curved line distance measurement
- Replies: 3
- Views: 5383
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 ...
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 ...