Search found 5 matches

by ivan-zd
Thu Dec 02, 2021 10:31 am
Forum: Plugins
Topic: Animation Plugin Developed
Replies: 31
Views: 126580

Re: Animation Plugin Developed

Hello,

It's awesome plugin and thanks for the development. However, I'm not able to use it with the CLI approach.
Did somebody maybe try so far to use it in CLI mode, are there maybe some workarounds to implement it?

Thanks.
by ivan-zd
Thu Jun 08, 2017 6:54 am
Forum: Questions
Topic: Command Line - Cross Section - Extract Polyline
Replies: 8
Views: 3315

Re: Command Line - Cross Section - Extract Polyline

Hi Daniel,

I don't want to open another topic just for this so I hope you would see it here. Are there any news about this functionality?
I am also looking for a way to extract a best fit contour line from a cross section output that i get throughthe command line.

Best regards,
Ivan
by ivan-zd
Mon Jan 25, 2016 9:36 am
Forum: Questions
Topic: Command line command for creating mesh from point cloud
Replies: 6
Views: 5734

Re: Command line command for creating mesh from point cloud

Yes, I tried also like that but then it was always complaining about 'incompatible entity/file types' .. I tried both with .las and .ply as source file and i set export format to .obj but it didn't work either way. The only thing that passed is when input and output were defined in same type (.ply) ...
by ivan-zd
Mon Jan 25, 2016 8:13 am
Forum: Questions
Topic: Command line command for creating mesh from point cloud
Replies: 6
Views: 5734

Re: Command line command for creating mesh from point cloud

Hi, I tried with different output formats but it's still always saved as .bin and I am not sure why? This is how my command looks like (in case i want to export it as obj) /usr/local/CloudCompare/CloudCompare -compute_normals -o data/my_point_cloud.ply -DELAUNAY -M_EXPORT_FMT OBJ Did you maybe find ...
by ivan-zd
Thu Jan 21, 2016 4:39 pm
Forum: Questions
Topic: Command line command for creating mesh from point cloud
Replies: 6
Views: 5734

Command line command for creating mesh from point cloud

Hello, I am trying to use CloudCompare command line mode to create mesh from the point cloud file (.ply). It looks like command line mode of CloudCompare still doesn't support something like Poisson Surface Reconstruction but i see there is this -DELAUNAY option which uses 2.5D Delaunay triangulatio...