Skip to content

New filter to extract crinkle cut surface

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

Addition of new filter to extract cells intersected by zero-value implicit function. It operates on 3D linear cells using high-speed access, templating, and threading. It is similar to vtkExtractGeometry but extracts the boundary cells only, i.e., the crinkle surface.

Merge request reports