<div dir="ltr"><div><div><div><div><div><div><div>Hi everyone !<br></div>I am trying to highlight a vtkBoxWidget face, when the mouse position is over it, and without picking it. <br><br></div>I have this for the moment : <br></div>case WM_MOUSEMOVE:<br>            LPPOINT PT=(LPPOINT)malloc(sizeof(LPPOINT));<br>            ::GetCursorPos(PT);<br>            vtkSmartPointer<vtkPropPicker>  picker=vtkSmartPointer<vtkPropPicker>::New();<br>            picker->Pick(PT->x, PT->y, 0, this->ren);<br>            double* pos = picker->GetPickPosition();<br><br></div>and now I don't know what to do because if I get the actor of the picker, the whole BoxWidget comes and I just want the face. <br></div>Any help?<br></div>Thank you,<br></div>Amélie<br></div>