Search found 4 matches

by abhishek
Mon May 22, 2023 7:38 am
Forum: Plugins
Topic: PoissonRecon.exe to output density SF CC can use?
Replies: 6
Views: 12323

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 #######################################...
by abhishek
Fri May 19, 2023 5:03 am
Forum: Questions
Topic: command line
Replies: 5
Views: 4440

Re: command line

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.
I would love if this feature will be available via command line, waiting for the update.

Thanks
by abhishek
Thu May 18, 2023 5:23 am
Forum: Plugins
Topic: PoissonRecon.exe to output density SF CC can use?
Replies: 6
Views: 12323

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.
by abhishek
Tue May 16, 2023 12:25 pm
Forum: Plugins
Topic: PoissonRecon.exe to output density SF CC can use?
Replies: 6
Views: 12323

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...