Increasing maxh for subsequent mesh generation

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.

Ok problem solved. I just updated my ngsolve to the latest version. Thanks ya’ll.