Hi All,
generating an abstract funicular shell based on triangles (face count greatly reduced) and then try to planar quad mesh the shape and it does not work. Although, it already worked before with the same definition with a very similar shape. Any glue why?
planar.gh (23.6 KB)
You’re missing a flatten on the output of the first solver.
Generally though I recommend building the quad mesh manually if you are going to planarize it.
The automated output of QuadRemesh is usually not of suitable quality topology to get a nice result.
Oh,
thank you! I am so embarrassed!