pyvista.CellArray.from_irregular_cells#
- classmethod CellArray.from_irregular_cells(cells: Sequence[VectorLike[int]]) pyvista.CellArray[ソース]#
Construct a
CellArrayfrom a (n_cells, cell_size) array of cell indices.- パラメータ:
- cells
numpy.ndarrayorlist[list[int]] Cell array of shape (n_cells, cell_size) where all cells have the same size cell_size.
- cells
- 戻り値:
pyvista.CellArrayConstructed
CellArray.