TetMesh.extractSurface()

Lives in: pygamer.tetmesh

TetMesh.extractSurface(self: pygamer.tetmesh.TetMesh) → pygamer.surfacemesh.SurfaceMesh

Extract the surface of the TetMesh.

Parameters

tetmesh (TetMesh) – Tetrahedral mesh to extract from.

Returns

Surface mesh of surface.

Return type

SurfaceMesh