Skip to content
Snippets Groups Projects
Commit e65cc8c5 authored by Florian Maurin's avatar Florian Maurin
Browse files

Remove duplicate points in vtkDataSetSurfaceFilter for VTK_BEZIER_CURVE

If a curve is composed, for instance, of two linear VTK_BEZIER_CURVE,
the vtkDataSetSurfaceFilter previously created 4 pointsi
(the point between the two elements was duplicated).
This behavior differs from other linear cell types
(e.g., VTK_LINE, VTK_LAGRANGE_CURVE, etc.).
This commit fixes the issue with VTK_BEZIER_CURVE by detecting if a
point has already been processed, instead of systematically creating
new points.
parent b680e262
No related branches found
No related tags found
Loading
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment