Skip to content

Fix vtkThickenLayeredCells to work with single layer datasets.

vtkThickenLayeredCells didn't handle dataset with single layer properly since the algorithm only offsetted shared verticies. Updated the algorithm to use distance from the offsetted-centroid as means to determine which point on a inter-layer edge should be offsetted.

Merge request reports