Skip to content

Non-merging mode for edge filters

Andreas Buykx requested to merge bxa/vtk:edge-points-nonmerging into master

The vtkExtractEdges and vtkFeatureEdges filters now have a non-merging mode which preserves the connectivity. Before it was only possible to use a non-merging point locator which would create lots of duplicate points and lose all connectivity information or a merging point locator which would merge co-located points, thereby changing connectivity.

Edited by Andreas Buykx

Merge request reports