Hello All,<br><br>I am porting my old VTK 4.4 code to Latest VTK on VS 2008.<br><br>My problem is vtkCellPicker. I use a vtkCommand Execute()function for retrieving the prop picked by the cell Picker.<br>The issue is that the observer gets called 4 times for one pick operation by pressing the key &#39;p&#39;.<br>
<br>The cell and the prop picked is correct , the only problem is that the observer executes 4 times , no more no less.<br><br>I am not sure where to look . Anyone seen this issue before?<br><br>Regards<br>Darshan<br><br>