CellArray.connectivity_array#
- property CellArray.connectivity_array: NumpyArray[int][source]#
Return the array with the point ids that define the cells’ connectivity.
Deprecated since version 0.49: Use
cell_connectivityinstead. Note thatcell_connectivityis read-only, whereas this property returns a writeable array.- Returns:
np.ndarrayArray with the point ids that define the cells’ connectivity.