Hi, I have some sort of curvature lines of a surface. I wanted to get a quad mesh based the curavture lines. While the result looks fantastic overall, when closely looked, I am able to spot some zones the Quadremesh command ignored the guide curves.
I think I should not say this is “wrong”, becasue I assume the method intentionally ignored the guide curves to get a finer result.
But, anyway, I would like to request an option to make the result more “faithfully” tracing the guide curves, if it’s not too challenging from a techinical point of view.
Though don’t know if anybody is watching this thread, I found a solution.
First, reduce the curves.
Second, an orthogonal net does not work. The Quadremesh command automatically computes directions perpendicular to the guide curves. So, remove half of the curves going in one way and keep only the other half.
Third, change Curve Influence from Approximate to Create Edge Ring.
Hello, thank you for your question and for the solution you provided
I would like to know how did you get those curvature lines please??? I’ve been searching for something like that!
Hi, it’s not easy in general. Basically, you need to write a code. Also, a basic understanding of eigenvalue decomposition of 2x2 matrices is necessary.
I’ll clean up my code and post it somewhere later today.
Can you please take a look on that file and tell me how to fix the script so that I can construct a mesh that follows the curvature lines here… I even embedded the script you uploaded but something is not right!
Kyle a quick question please ~ in QuadRemesh, Detailed Options, under Curves ~
Is it the case that one can use Guide curves OR (using extracted isocurves) Edge Rings OR Edge Loop, but cannot combine two of these options in a single operation?
If it is possible to use curves and loops in separate operations, as guides, then how would that be done please?