Skip to content

Add a vtkCookieCutter option to return the outside cut mesh

Boris Basic requested to merge borisb/vtk:vtkCookieFilterInsideOut into master

This MR adds an InsideOut flag which, when set to false, makes vtkCookieCutter return the outside cut part of the input vtkPolyData. By default, the flag is set to true to retain vtkCookieCutter original behavior.

Original behavior (InsideOut On) with a vtkPlaneSource output cut with a disk: 2019-07-10_17h22_29

New behavior (InsideOut Off) with the same vtkPlaneSource output cut with the same disk: 2019-07-10_17h21_50

@cory.quammen @sankhesh @will.schroeder Please review

Edited by Boris Basic

Merge request reports