get_mesh_pv (method)

get_mesh_pv(self, path='C:/Users/HP/Documents/Franco/Website/Git/pyleecan/pyleecan/Results/temp.vtk', indices=None)[source]

Return the pyvista mesh object (or submesh).

Parameters
  • self (MeshMat) – a MeshMat object

  • indices (list) – list of the points to extract (optional)

Returns

mesh – a pyvista UnstructuredGrid object

Return type

pyvista.core.pointset.UnstructuredGrid