<div dir="ltr">Hi all,<br><br>Has anyone used vtkLineWidget2 with vtkImageViewer2 before?  I am having problem in interacting with it and It does not show line between two end points.<br><br>here is my code <br><br>LineA=vtk.vtkLineWidget2()<br>
LineA.CreateDefaultRepresentation()<br>LineA.SetInteractor(self.frameA.GetRenderWindow().GetInteractor())<br>LineA.On()<br><br>And there is no example on the wiki.<br><br>Probably if someone helps me to fix this, I will add one.<br>
<br>Thanks,<br><br>Jothy<br></div>