Open
Description
I think there is a bug in the curved mesh snapping code here. This code updates the position of a vertex without also updating the CAD parametric coordinates. I think there should be a call to m->setParam()
right after m->setPoint()
.