Commit Graph

7 Commits

Author SHA1 Message Date
a7bb7ce3e7 use MathExtra functions for 3d vector operations 2019-09-10 10:13:47 +02:00
3301af297f fix error in extrude_surface command
vtkTriangleFilter requires vtkPolyData instead of vtkUnstructuredGrid;
use a geometry filter for conversion;
2016-08-17 11:57:59 +02:00
6b5fab3d9f quick work around for VTK 6.0.0 and c++11 issue
VTK library 6.0.0 has an incompatibility problem with c++11 in vtkMath.h
http://www.vtk.org/Bug/view.php?id=14164
This got included via vtkTriangle.h for computation of triangle areas;
This dependency is removed in this commit and triangle areas are
computed with own algorithm
2016-04-11 16:39:59 +02:00
ffde91e620 remove degenerate triangles after surface triangulation 2016-04-11 10:51:46 +02:00
196c814643 fix compatibility with VTK 6 in extract_surface, extrude_surface
Pipeline Update methods have been removed from vtkDataObject in VTK 6
2016-03-24 11:54:17 +01:00
603635461d remove unused define 2016-03-02 10:54:42 +01:00
be2ca36382 add extrude_surface command
triangulate and extrude surface data from/to vtk files
2016-02-18 14:10:30 +01:00