cloud/mesh distance; mesh assignment

Feel free to ask any question here
Post Reply
danick87
Posts: 1
Joined: Tue Aug 21, 2018 11:43 am

cloud/mesh distance; mesh assignment

Post by danick87 »

Hey,

I'm measuring distances between a pointcloud and a stl-file. The results are exported into a .csv-file.
Amongst other things these values represent points and its distance to the nearest surface of the stl.
Now i'm wondering if theres a function to also store the data of which surface is the nearest and therefore used for the calculation?

I hope you understand my question.

Thanks in advance

Tobi
daniel
Site Admin
Posts: 7713
Joined: Wed Oct 13, 2010 7:34 am
Location: Grenoble, France
Contact:

Re: cloud/mesh distance; mesh assignment

Post by daniel »

Nope. If you were comparing two points clouds you could extract the 'Closest Point Set', but not with a triangular mesh. One option is to convert the mesh to a (dense) point cloud, but not if you want the 'Closest Triangle Set' of course...
Daniel, CloudCompare admin
Post Reply