decimate_boundary#
- UnstructuredGridFilters.decimate_boundary(target_reduction=0.5, progress_bar=False)#
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.