Muscat.Bridges.gmshBridge module¶ CheckIntegrity(GUI: bool = False)[source]¶ StlToMesh(stlmesh: Mesh) → Mesh[source]¶ Fill 2D close surface with 3D elements. This functionality uses gmsh whit a external call Parameters: stlmesh (Mesh) – a close mesh composed only by 2D elements. Returns: a mesh composed with by the 2D exterior mesh filled with 3D elements. The order of the 2D element (and nodes) is not necessarily preserved. Return type: Mesh