CellArray.offset_array

Contents

CellArray.offset_array#

property CellArray.offset_array: NumpyArray[int][source]#

Return the array used to store cell offsets.

Deprecated since version 0.49: Use cell_offsets instead. Note that cell_offsets is read-only, whereas this property returns a writeable array.

Returns:
np.ndarray

Array used to store cell offsets.