GitPedia
zippy84

zippy84/vtkbool

A new boolean operations filter for VTK

4 Releases
Latest: 10mo ago
v3.2Latest
zippy84zippy84·10mo ago·July 27, 2025
GitHub

📋 Changes

  • code split across multiple files - vtkPolyDataContactFilter removed
  • intersection calculation converted to 2D
  • polygons are now automatically triangulated if some points are not on the same plane
  • SetMatrix/GetMatrix added
  • documentation extended
  • minor bugs fixed
v3.1
zippy84zippy84·1y ago·January 9, 2025
GitHub

📋 Changes

  • new solution approach to prevent equal capture points
  • various code simplifications
  • an example using the new Python syntax of VTK 9.4 has been added
v3.0.1
zippy84zippy84·2y ago·January 25, 2024
GitHub

2 important bugs fixed :smiley:

v3.0
zippy84zippy84·2y ago·January 5, 2024
GitHub

📋 Changes

  • VTK9 migrated
  • consistent use of vtkIdType
  • almost all refactored and simplified
  • better error detection
  • new tests made with pytest
  • branched strips are possible now