DataSetFilters.outline#
- DataSetFilters.outline(generate_faces: bool = False, progress_bar: bool = False)[source]#
Produce an outline of the full extent for the input dataset.
- Parameters:
- Returns:
pyvista.PolyDataMesh containing an outline of the original dataset.
Examples#
Download Python source code | Download Jupyter notebook
Generate and plot the outline of a sphere. This is
effectively the (x, y, z) bounds of the mesh.
See Also#
bounding_boxSimilar filter with additional options.
Used In#
Docstring Examples
Plotter.add_mesh_slice(1 use)Plotter.add_mesh_slice_orthogonal(1 use)WidgetComponent.add_mesh_slice(1 use)WidgetComponent.add_mesh_slice_orthogonal(1 use)download_m4_total_density(1 use)
Gallery Examples