Skip to content

BUG: Fix errors for model slice display manager when not in slice plane

  • If there is no input or if the input has no points, the vtkTransformPolyDataFilter will display an error message on every update: "No input data".
  • To prevent the error, if the input is empty then the actor should not be visible since there is nothing to display.

Merge request reports