Hello Professor: I have read the web page https://ngsolve.org/docu/latest/. In this page, I find the way to set the max size of mesh, such as "ngmesh = geo.GenerateMesh(maxh=0.4)". But can we set the min size of mesh like "ngmesh = geo.GenerateMesh(minh=0.4)" or not ? Waiting for your relply. Niu Zhiyong
Tanks for your reading! Where can I find the Python3 API doc of Netgen. e.g. python from netgen.NgOCC import * geoocc = OCCGeometry() # what can be done for this object? C++ Ng_OCC_Geometry * Ng_OCC_Load_STEP (const char * filename); I cant find this method in python API. I will waiting for your reply.
Tanks for your reading! Where can I find the Python3 API doc of Netgen. e.g. python from netgen.NgOCC import * geoocc = OCCGeometry() # what can be done for this onject? C++ Ng_OCC_Geometry * Ng_OCC_Load_STEP (const char * filename); I cant find this method in python API. I will waiting for your reply.
Where can I find the python3 API doc of Netgen. Thanks for your reading,and waiting for your reply.