Skip to content

Add missing call to CopyAllocate for cell data in vtkExtractCellsByType

Cell data arrays on unstructured grids are now properly copied to the output as they were previously missing after extraction.

This is because CopyAllocate must be called before using CopyData.

Closes #18428 (closed).

Edited by Tiffany Chhim

Merge request reports