API Reference
Return the number of points in a cell.
int
Cell ID.
Number of points in the cell.
Examples
>>> from pyvista import examples >>> mesh = examples.load_airplane() >>> mesh.cell_n_points(0) 3