Skip to content

Fix vtkAxesActor GetBounds

Tristan Coulange requested to merge tcoulange/vtk:fix_axes_actor_bounds into master

Fix #17437 (closed)

The method GetBounds should not take into account the bounds of the input (cylinder, cone, etc). Indeed the actors of the inputs are transformed (scaled, translated, etc) and we want the bounds of the actors, not the bounds of the inputs.

Edited by Tristan Coulange

Merge request reports