Mesh relaxation adapting to other mesh

Hello there,

As you can see on the attached pictures, I am trying to adapt a mesh A to mesh B based on a set of target points and a relaxation. It seems that kangaroo is almost doing the job but in the upper part the points are not really well transferred or moved. I was wondering if there is any other alternative to achieve my goal or any tip to achieve such result. @DanielPiker maybe do you know a better way? Thanks for helping!

Afo_question.gh (301.4 KB)


Hi,

I would use closest mesh points as targets instead of intersections with normal vectors and additionally check whether the vertices to be moved don’t enter the positive at some point.

At the end, you can quad remesh to get a cleaner topology.

Afo_question_V2.gh (304.4 KB)

2 Likes

Thanks for the tip! I will check now