<html>
<head>
<style><!--
.hmmessage P
{
margin:0px;
padding:0px
}
body.hmmessage
{
font-size: 10pt;
font-family:Verdana
}
--></style>
</head>
<body class='hmmessage'>
Hello VTkrs! <br><br>I have this problem: I have a dataset with a set of points (x,y,z,1). They are the points of a Polydata. <br>I need to project them onto a plane. to do so I need to compute (x/z, y/z, z/z,1), where z dependes on the current point.<br><br>If z was constant the matrix would be easy to build and I could set a PolyDataFilter to apply it all over the polydata. But as Z is the 3rd coordinate of each point itself... is there a way to dofine a matrix or a filter which does what I would like to do? <br><br>Otherwise I would scrool through the entire dataset, point by point, shoudn't I? <br><br>many thanks,<br>Giancarlo<br>                                               <br /><hr />Messenger Radio.  <a href='http://www.messenger.it/messenger_radio.aspx' target='_new'>La radio che si fa cliccare!</a></body>
</html>