pyvista.Cell.n_points#

property Cell.n_points: int[ソース]#

セルを構成する点の数を返します.

戻り値:
int

ポイント数.

>>> import pyvista as pv
>>> mesh = pv.Sphere()
>>> mesh.get_cell(0).n_points
3