Page 1 of 1

C2M parameters

Posted: Tue Dec 12, 2017 3:34 pm
by Florent Poux
Hi Daniel,

I have a quick question :). Is it possible when using cloud to mesh distances to get the results on the mesh, meaning that the point cloud is the reference ?

Thanks again for the load of work you did on CC !

Florent

Re: C2M parameters

Posted: Tue Dec 12, 2017 9:33 pm
by daniel
Well, you have two options (that are not equivalent):
- either you compute the C2C distances between the cloud and the mesh vertices (see the 'vertices' entity below the mesh one in the DB tree). Of course you'll use the vertices as 'compared' cloud
- otherwise you compute the C2M distances, and then you use the 'Edit > Scalar fields > Interpolate from another entity' tool after having selected the mesh vertices and the compared cloud. This way you'll be able to 'project' the distances held by the cloud on the mesh (vertices). However in this case it may be strange or misleading...

Re: C2M parameters

Posted: Wed Dec 13, 2017 9:46 am
by Florent Poux
Thanks for the quick answer and for being so active !