Skip to content

Added new filter to clip vtkPolyData with a plane

Will Schroeder requested to merge will.schroeder/vtk:PolyDataPlaneClipper into master

This filter is threaded to quickly clip vtkPolyData meshes with a plane. The cells composing the mesh are assumed to be convex. If the mesh is closed and manifold, the filter has the option to cap the clipped mesh by triangulating one or more clip loops.

Edited by Will Schroeder

Merge request reports