项目作者: marlinilram

项目描述 :
GSoC2015 VTK CAD Model and Simulation Spline Visualization
高级语言: C++
项目地址: git://github.com/marlinilram/vtkFiltersBezier.git
创建时间: 2015-08-19T11:11:53Z
项目社区:https://github.com/marlinilram/vtkFiltersBezier

开源协议:

下载


vtkFiltersBezier

This is my project for Google Summer of Code 2015 VTK-CAD Model and Simulation Spline Visualization
Link

I added a vtkFiltersBezier module for spline visualization into VTK

  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