pyvista.CellArray.from_regular_cells#
- classmethod CellArray.from_regular_cells( ) pyvista.CellArray [source]#
Construct a
CellArray
from a (n_cells, cell_size) array of cell indices.- Parameters:
- Returns:
pyvista.CellArray
Constructed
CellArray
.
Construct a CellArray
from a (n_cells, cell_size) array of cell indices.
pyvista.CellArray
Constructed CellArray
.