Skip to content

Releases: zippy84/vtkbool

v3.2

27 Jul 17:02
Compare
Choose a tag to compare

Release notes:

  • 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

09 Jan 18:00
Compare
Choose a tag to compare

Short release notes:

  • 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

25 Jan 15:56
Compare
Choose a tag to compare

2 important bugs fixed 😃

v3.0

05 Jan 09:01
Compare
Choose a tag to compare

Short release notes:

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

Enjoy it.