<html>
<head>
<style><!--
.hmmessage P
{
margin:0px;
padding:0px
}
body.hmmessage
{
font-size: 10pt;
font-family:Verdana
}
--></style>
</head>
<body class='hmmessage'>
Hello,<br><br>I am new to VTK, and I was hoping someone could help me 
out with my problem.<br><br>I am trying to convert an unstructured grid 
into an <u>structured points</u> vtk format, so I was wondering which 
option would be the wisest. I have read about the vtkGenericProbeFilter 
and vtkImageDataGeometryFilter, but I still dont know how to make them 
work.<br><br>What I have so far is my unstructured grid:<br><br><i>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;
 reader = vtk.vtkUnstructuredGridReader()<br>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; 
reader.SetFileName("file")<br>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; reader.Update()<br>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; <br>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;
 unsgrid = reader.GetOutput()</i><br><br>How should I proceed now?<br><br>Thanks in advance!<br>                                               <br /><hr />Tus datos personales, más seguros con Internet Explorer 8. <a href='http://www.microsoft.com/spain/windows/internet-explorer/default.aspx' target='_new'>¡Descárgatelo gratis!</a></body>
</html>