I have a quite simple mesh that fits through a collection of points.
I’d like to QuadRemesh this to improve the topology.
I’m fully aware that there is not way the resulting mesh is going to pass exactly through the reference points.
However, I’m quite amazed by the fact that bumping up the amount of faces doesn’t seem to do anything.
I’m using both Grasshopper and Rhino to test these settings and I get :
max deviation constant, about 15cm for a quad face number between 300 and 3000.
then it decreases to 8 cm when reaching 10000 quad faces, which is already too big for further point editing.
and then I tried 100000 and 1 million faces and I still get 8cm maximum deviation !
I can see more faces but they don’t get any closer to the input mesh.
It doesn’t seem to make the quad mesh any closer to the input mesh.
I checked and with or without it, the number of faces is always close to the target that I set.
Thanks for trying this. Your results seem indeed quite good but I can"t reproduce those.
I ran SubDivide 7 times - mesh with 49152 faces.
Then QuadRemesh with 10000 faces, 100% adaptative size and adaptative count disabled.
Then I run PointDeviation using the original mesh as point provider and the squad as target and I see this monstrosity.
I got to test this a little more.
I think your last picture shows a lot of points that are ignored because of the proximity angle value set to 1 by default. If you bump it to 10, it shows all the points.
I get exactly the same results (12.7 cm deviation for 1000 quads, 13.2 for 3000 quads, 8.8 for 100000+ quads) as testing the distance in Grasshopper.
The initial question remains, why adding so many faces doesn’t allow the quad mesh to fit any closer to the initial mesh ? Is there a stiffness value that could be changed, similar to the Patch command ?