Cell.is_linear#
- property Cell.is_linear: bool[source]#
Return if the cell is linear.
- Returns:
- bool
If the cell is linear.
See also
Examples#
Download Python source code | Download Jupyter notebook
>>> import pyvista as pv
>>> mesh = pv.Sphere()
>>> mesh.get_cell(0).is_linear
True