Skip to content

Added a vtkFiltersBezier module for spline visualization

Lin Ma requested to merge Lin.Ma/vtk:master into master

A module for spline visualization

  1. vtkPatchInterpolation provides methods for point interpolation and triangulated mesh generation
  2. vtkNURBSPatchAdaptor provides methods to convert NURBS patch to Bezier patch for visualization and some other basic algorithms like knot insertion, derivative evaluation and point inversion/projection
  3. vtkBREPReader is a vtkAlgorithm to load .brep file and return triangulated mesh of the spline parts in vtkUnstructuredGrid

Merge request reports