I need to create a mesh with only quads. I was able to do this in GUI by using the Gmsh_2D algorithm and selecting “All Quads” subdivision algorithm. But I’m unable to find the phrase to do this in the Python interface. Can someone please help me with this?
Here you can simply do it once in the GUI, then dump the study (File Dump Study) as a python script then fit it to your needs.
For additional information, check this documentation.
Thank you so much it helped!
1 Like