pyvista.Cell.n_faces# property Cell.n_faces: int[ソース]# セルを構成する面の数を返します. 戻り値: int面の数. 例 >>> from pyvista.examples.cells import Tetrahedron >>> mesh = Tetrahedron() >>> mesh.get_cell(0).n_faces 4