Cell.point_ids#
Examples#
Download Python source code | Download Jupyter notebook
>>> import pyvista as pv
>>> mesh = pv.Sphere()
>>> mesh.get_cell(0).point_ids
[2, 30, 0]
Used In#
Docstring Examples
Cell.get_edge(1 use)Cell.get_face(1 use)DataSet.get_cell(1 use)