Hi all,<br><br>I'm trying to use the vtkBoxWidget overlapped with vtkImageActor, but
when you step on the mouse on the Interactor my application opens and
appears the error run time error (image attached).<br><br><div style="text-align: left;" id="result_box" dir="ltr">I'm using InteractorStyleImage.<br><br>The code add widget:<br><br> wid = vtk.vtkBoxWidget()<br>
wid.SetInteractor(self.interactor)<br> wid.SetInput(self.imagedata)<br> wid.PlaceWidget()<br> wid.On()<br></div><br><br>Regards,<br>Paulo Amorim<br>