Visualization

subsurface.visualization.to_pyvista Module

Functions

pv_plot(meshes[, image_2d, ve, …])

Function to plot meshes in vtk using pyvista

to_pyvista_points(point_set)

Create pyvista.PolyData from PointSet

to_pyvista_mesh(unstructured_element)

Create planar surface PolyData from unstructured element such as TriSurf

to_pyvista_mesh_and_texture(triangular_surface)

Create planar surface PolyData from unstructured element such as TriSurf

to_pyvista_line(line_set[, as_tube, radius, …])

Create pyvista PolyData for 1D lines

to_pyvista_tetra(tetra_mesh)

Create pyvista.UnstructuredGrid

to_pyvista_grid(structured_grid[, …])

param structured_grid

update_grid_attribute(mesh, structured_grid)