I have a large number of step files from which I want to extract the mesh information using GMSH's python API. I am following this tutorial to load and manipulate a STEP file in the official documentation page of gmsh but it makes slices before generating the mesh.
However, I just want to load a step file and generate its 3D mesh and save the mesh file to the disk without any manipulation.
How should I go about doing that?