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: 18229
Re: PoissonRecon.exe to output density SF CC can use?
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 #######################################...
- Fri May 19, 2023 5:03 am
- Forum: Questions
- Topic: command line
- Replies: 5
- Views: 5754
- Thu May 18, 2023 5:23 am
- Forum: Plugins
- Topic: PoissonRecon.exe to output density SF CC can use?
- Replies: 6
- Views: 18229
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: 18229
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) via CLI s...