Page 1 of 1

Apply a SF to a mesh on the cmd line

Posted: Thu Apr 07, 2022 8:01 am
by James2
On the command line...
I have 2 meshes and sample a point cloud for each
I can then calculate the C2C_dist between them and get a scalar field

How do I then apply this scalar field to the original mesh?

Thanks
James2

Re: Apply a SF to a mesh on the cmd line

Posted: Sat Apr 09, 2022 10:50 am
by daniel
Well, if you wish to have the distance values on the mesh in the end, you will have to compute the C2M distances instead (i.e. the distances between the vertices of the second mesh and the first mesh).

Currently, there's no way to call the 'Edit > Scalar fields > Interpolate from entity' tool via the command line.

Re: Apply a SF to a mesh on the cmd line

Posted: Sun Apr 10, 2022 10:04 am
by James2
Thanks for the reply Daniel and many thanks for your work on Cloud Compare.
Regards
James2