Skip to content

Fix normal computation when verts and lines are presents

Michael Migliore requested to merge michael.migliore/vtk:fix-normals into master

Fixes #17283 (closed) When computing cell normals, we need to take into account cases when the polydata contains vertices or lines.

Merge request reports