Avoid making invalid bounds valid.
vtkBoundingBox::SetBounds(double[6]) API would convert invalid bounds to valid ones. This can have unintended side effects. Avoid that. Also added a test that checks that this is no longer the case.
System updates will be applied on Nov 25th between 7am and 9am, EST (UTC-05:00). This site will have intermittent downtime during that time.
vtkBoundingBox::SetBounds(double[6]) API would convert invalid bounds to valid ones. This can have unintended side effects. Avoid that. Also added a test that checks that this is no longer the case.