pyvista.CompositeFilters.extract_geometry#

CompositeFilters.extract_geometry()[source]#

Extract the surface the geometry of all blocks.

Place this filter at the end of a pipeline before a polydata consumer such as a polydata mapper to extract geometry from all blocks and append them to one polydata object.

Returns:
pyvista.PolyData

Surface of the composite dataset.