API Reference
Return the type of a cell.
int
Cell type ID.
VTK cell type. See vtkCellType.h .
Examples
>>> from pyvista import examples >>> mesh = examples.load_airplane() >>> mesh.cell_type(0) 5