Search found 56 matches
- Fri May 10, 2024 7:46 pm
- Forum: Questions
- Topic: Command Line – Merge with Original Cloud Index
- Replies: 6
- Views: 4077
Re: Command Line – Merge with Original Cloud Index
Thank you for your replies and suggestions, I appreciate it! I will try it with the python. Good luck! If the clouds not very big you can always save all files into their own files then reread them with a script where you could do that what i wrote earlier, but it means that you need to write/rerea...
- Thu May 09, 2024 7:00 pm
- Forum: Questions
- Topic: Command Line – Merge with Original Cloud Index
- Replies: 6
- Views: 4077
Re: Command Line – Merge with Original Cloud Index
Currently the command line code doesn't allow for this. One would have to upgrade it... Well you can hack your way to achive the same... probably it is generated by script so easier to use command files -O cloud1.bin -SELECT_ENTITIES -LAST 1 -SF_ADD_CONST orig_index 1 -O cloud2.bin -SELECT_ENTITIES...
- Sun Apr 28, 2024 7:46 pm
- Forum: Questions
- Topic: Cloud Point showing up as a straight line
- Replies: 15
- Views: 12210
Re: Cloud Point showing up as a straight line
Make sure that you are using global shift during opening, if cc revommends it. It might be caused by large coordinate precision loss.
- Tue Apr 23, 2024 4:45 pm
- Forum: Plugins
- Topic: Open .fls in command line
- Replies: 7
- Views: 11894
Re: Open .fls in command line
do you have some log output?
i suppose the issue is with the path to the file.
If i recall correctly CC does not support utf8 chars, so only ascii and you probably need to set full path instead, unless you alread changed your current directory in the command line.
i suppose the issue is with the path to the file.
If i recall correctly CC does not support utf8 chars, so only ascii and you probably need to set full path instead, unless you alread changed your current directory in the command line.
- Sun Apr 21, 2024 1:16 pm
- Forum: Questions
- Topic: Calculate Length of Object Automatically
- Replies: 3
- Views: 2998
Re: Calculate Length of Object Automatically
If it is aligned to the bounding box, you can maybe use that.
- Sat Apr 20, 2024 5:50 am
- Forum: Plugins
- Topic: M3C2 Plugin
- Replies: 13
- Views: 15055
Re: M3C2 Plugin
It is in your cloud's unit cubed, so if your cloud is in meter then the volume is m^3
- Wed Apr 17, 2024 7:36 pm
- Forum: Questions
- Topic: Normals to HSV Question
- Replies: 1
- Views: 2256
Re: Normals to HSV Question
Well you can always export original rgb colors to scalar field before runing the to hsv calc, howevere there is no quick way to show 3 scalar field at once, so to view orginal colors you need to export the new one as SF than create color from original r,g,b SFs.
- Thu Apr 11, 2024 8:13 pm
- Forum: Plugins
- Topic: M3C2 Plugin
- Replies: 13
- Views: 15055
Re: M3C2 Plugin
Well just an idea, 1. Export the two cloud Z coordinate to SF 2. Flatten the two cloud by setting Z coord to zero (create a new SF with static zero, then set coordinate from sf 3. Interpolate one of the cloud Z sf to the other one ( do not overwrite original. 4. Interpolate one of the cloud Z SF fro...
- Wed Apr 10, 2024 4:11 am
- Forum: Questions
- Topic: CC command line qestion
- Replies: 1
- Views: 1523
Re: CC command line qestion
Hello,
Try adding header to the txt file, and skip the first row.
viewtopic.php?p=28754&hilit=Skip+2#p28754
Try adding header to the txt file, and skip the first row.
viewtopic.php?p=28754&hilit=Skip+2#p28754
- Thu Mar 28, 2024 6:04 pm
- Forum: Requests, new functionalities
- Topic: add retain option to SOR filtering
- Replies: 1
- Views: 67663
Re: add retain option to SOR filtering
I'll take a look at this, but i maybe just mark them as noise with classification.PablerasBCN wrote: ↑Sun Jan 15, 2023 3:30 pm please add an option so that the discarded points are saved as a different cloud instead of being deleted. Checkbox in UI and something like "retain = 1/0 for command line,