Hello everybody,
Is it possible to set surface max mesh size with python, the same as it is in GUI Geometry->Edit Face Mesh Size and apply max mesh size for every surface.
Thanks
I’ve exported the function to Python. If you update to a nightly release you should be able to set the meshsize for an occ face with
geo.SetFaceMeshsize(facenr, maxh)
but you have to somehow know your face enumeration.
Best
Christopher