pyvista.CellArray.regular_cells#
- property CellArray.regular_cells: NumpyArray[int][ソース]#
等しい大きさの面の点インデックスを (n_cells, cell_size) 形式の配列で返します。
- 戻り値:
numpy.ndarrayArray of face indices of shape (n_cells, cell_size).
備考
This property does not validate that the cells are all actually the same size. If they're not, this property may either raise a ValueError or silently return an incorrect array.