Page MenuHomePhabricator

Workbench crashes if contour with less than 3 points is filled in slice
Closed, ResolvedPublic

Description

ContourModelToSurface filter can't create a VktPolyData with less than 3 points. polyData->BuildLinks throws exception.

Event Timeline

User lichtenn has pushed new remote branch:

bug-17801-crash-at-fill-contour

[117c15]: Merge branch 'bug-17801-crash-at-fill-contour'

Merged commits:

2014-05-14 16:42:07 Nils Lichtenberg [42b729]
Issue has been fixed by returning empty VtkPolyData object for the less than 3 points case.