pyvista.CellArray.from_arrays#
- static CellArray.from_arrays( ) CellArray[ソース]#
Construct a CellArray from offsets and connectivity arrays.
- パラメータ:
- offsets
MatrixLike[int] Offsets array of length n_cells + 1.
- connectivity
MatrixLike[int] コネクティビティ配列.
- deepbool, default:
False Whether to deep copy the array data into the vtk arrays.
- offsets
- 戻り値:
CellArrayConstructed CellArray.