<html>
<head>
<style>
.hmmessage P
{
margin:0px;
padding:0px
}
body.hmmessage
{
font-size: 10pt;
font-family:Verdana
}
</style>
</head>
<body class='hmmessage'>
Hello everybody,<br><br>I'm using the class vtkPIcker to pick an object in the scene. From the class picker I'm getting the vtkActorCollection using picker-&gt;GetActors()....<br>and so I use <br><br>vtkActor *act = vtkActor::New();<br><br><br>act = actColl-&gt;GetNextItem();<br><br>to access the list of the actors but&nbsp; the pointer I get back is NULL,&nbsp; while if I use pick-&gt;GetActor (without the final S) I get the pointer to the actor.<br>I want to apply a transformation to the sselected actor so...what's the problem with the collection?<br><br>Kind Regards.<br>Giancarlo<br><br /><hr />Scopri tutte le novità. <a href='http://clk.atdmt.com/GBL/go/136422322/direct/01/' target='_new'>Scarica Messenger 2009!</a></body>
</html>