Skip to content

v17.0.0

Choose a tag to compare

@github-actions github-actions released this 23 Mar 17:53
f53daad

17.0.0 (2021-03-23)

Bug Fixes

  • BoundingBox: Add light weight instanciable class (be1e430)
  • paintwidget: fix PaintWidget example and add classname to FullScreenRenderWindow (f5fef26)
  • shapewidget: do not render when changing shape widget visibility (3949ea3)

Code Refactoring

  • boundingbox: Redesign BoundingBox and Box (ff71fcf), closes #1779

Features

  • renderwindowinteractor: expose publicly setEnableRender (91737a6)

BREAKING CHANGES

  • boundingbox: vtkBoundingBox is not longer instantiable.
    vtkBox.intersectBox() is moved to vtkBoundingBox.intersectBox()
    computeCornerPoints() parameter order has changed.