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