surface_poly_fit.core.PolyhedralSurface.from_meshio_mesh

classmethod PolyhedralSurface.from_meshio_mesh(meshio_mesh)[source]

Return a PolyhedralSurface version of the meshio_mesh mesh.

Parameters:

meshio_mesh (meshio.Mesh) – Convert this mesh to a PolyhedralSurface.

Return type:

PolyhedralSurface

Returns:

The meshio_mesh mesh converted to a PolyhedralSurface instance.