Skip to content

Added vtkFiltersBezier module for spline visualization

Lin Ma requested to merge (removed):master into master

Currently there are three basic class in this module:

1.vtkPatchInterpolation for point interpolation and triangulated mesh generation 2.vtkNURBSPatchAdaptor for conversion from NURBS to Bezier for utilized the first class for visualization and some other methods for knot insertion, derivative evaluation and point inversion/projection 3.vtkBREPReader for reading .brep file and return triangulated mesh of the NURBS/Bezier part in it

Merge request reports