That's a tricky one. Somehow, the Min. element size overrides the refinements. That's not intentional or useful but I don't know how to make Netgen behave like it does in Salome.
I've created a Github repo for feature requests. Please create an issue there for anything you want from now on. I've got it started by adding some of the most recent ones from this forum.
Comments
solution.all_nodes().count() == 0
https://github.com/victorkemp/Mecway
¿will you add a link to your GitHub on the main MECWAY webpage?.
I had to use len(solution.all_nodes()) == 0 because solution.all_nodes() has no count attribute, but it works