pyvista.DataSetFilters.decimate_boundary#
- DataSetFilters.decimate_boundary( )[source]#
Return a decimated version of a triangulation of the boundary.
Only the outer surface of the input dataset will be considered.
- Parameters:
- Returns:
pyvista.PolyData
Decimated boundary.
Examples
See the Linked Views in Subplots example.