It's working, modified the PLY file as mentioned and able to achieve the result. I am adding script here which I used to implement the same:
import plyfile
from plyfile import PlyProperty, PlyListProperty
################################# PLY file Manupulation ...
Search found 4 matches
- Mon May 22, 2023 7:38 am
- Forum: Plugins
- Topic: PoissonRecon.exe to output density SF CC can use?
- Replies: 6
- Views: 82411
- Fri May 19, 2023 5:03 am
- Forum: Questions
- Topic: command line
- Replies: 5
- Views: 10690
Re: command line
I would love if this feature will be available via command line, waiting for the update.daniel wrote: Sun Apr 28, 2013 12:04 pm In fact all methods are not accessible via the command line mode (yet). We can add this one to the TODO list.
Thanks
- Thu May 18, 2023 5:23 am
- Forum: Plugins
- Topic: PoissonRecon.exe to output density SF CC can use?
- Replies: 6
- Views: 82411
Re: PoissonRecon.exe to output density SF CC can use?
Thank you so much for the response, let me try it out and will update here the results.
- Tue May 16, 2023 12:25 pm
- Forum: Plugins
- Topic: PoissonRecon.exe to output density SF CC can use?
- Replies: 6
- Views: 82411
Re: PoissonRecon.exe to output density SF CC can use?
You're using the `--density` flag correctly. When you do so it adds a vertex attribute named `value`. Just make sure you select that attribute as a scalar field, see below, when you import the resulting ply in to CloudCompare.
psr_ply_open.JPG
Hi,
Is it possible to Load the Mesh(PLY File ...