import pyvista as pv mesh = pv.read('my_strange_vtk_file.vtk') ... data (the data attributes assigned to the nodes or cells of the mesh respectively).
確定! 回上一頁