I am using OCCGeometry. I want to set varying maxh for different faces. If I use maxh directly, it cannot be increased after I run .GenerateMesh() once on it (as in I try to change the maxh on the geometry and then run .GenerateMesh again). However it can still be lowered.
I also tried using RestrictH and RestrictHLine and they can indeed be increased and lowered but I want to set the h for faces as well and as far as I can see neither of those are suitable for mapping a complex concave geometry.