pyvista.MultiBlock.is_all_polydata#
- property MultiBlock.is_all_polydata: bool[source]#
Return
True
when all the blocks arepyvista.PolyData
.This method will recursively check if any internal blocks are also
pyvista.PolyData
.- Returns:
- bool
Return
True
when all blocks arepyvista.PolyData
.