Cell.faces#
Examples#
Download Python source code | Download Jupyter notebook
>>> from pyvista.examples.cells import Tetrahedron
>>> mesh = Tetrahedron()
>>> cell = mesh.get_cell(0)
>>> faces = cell.faces
>>> len(faces)
4
Used In#
Docstring Examples
DataSet.get_cell(1 use)