Hello, I am very new to Netgen/NGSolve and am curious if the following is possible: I have a 3D .step geometry with a void inside (a solid sphere with a small cube cut out of the middle of it - see attached). So far I can import this geometry into netgen with a python script and mesh the volume. I would like to first mesh the surface of the cube with a very refined mesh and let that surface mesh seed the volume mesh (with elements growing in size away from the cube). Is it possible to sequence a meshing process like this using a python script? If so, can you point me to where I could find the syntax? Thanks.
How do I assign faces 1 through 7 of the .step file to a boundary condition (for example, bc1) and assign face 0 of the .step file to a second boundary condition (bc2)?
Is there a command that will return the number of faces in a .step model?
Is there a command that will return the surface mesh information for a specific surface (i.e. number of triangle elements etc.)?