PolyData.is_manifold#
Examples#
Download Python source code | Download Jupyter notebook
Show a sphere is manifold.
>>> import pyvista as pv
>>> pv.Sphere().is_manifold
True
Show a plane is not manifold.
>>> pv.Plane().is_manifold
False
Download Python source code | Download Jupyter notebook
Show a sphere is manifold.
>>> import pyvista as pv
>>> pv.Sphere().is_manifold
True
Show a plane is not manifold.
>>> pv.Plane().is_manifold
False