<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN">
<HTML><HEAD>
<META http-equiv=Content-Type content="text/html; charset=iso-8859-1">
<META content="MSHTML 6.00.6000.16414" name=GENERATOR>
<STYLE></STYLE>
</HEAD>
<BODY bgColor=#ffffff>
<DIV><FONT face=Arial size=2>Hi,</FONT></DIV>
<DIV><FONT face=Arial size=2>I want to reconstruct a mesch from 
a&nbsp;vtkUnstructuredGrid of vtkPolyLine. (i know the normal of each point of 
the polyline but i don t use it).</FONT></DIV>
<DIV><FONT face=Arial size=2></FONT>&nbsp;</DIV>
<DIV><FONT face=Arial size=2>I try to use vtkContourFilter (in python) but it 
doesn't work:</FONT></DIV>
<DIV><FONT face=Arial size=2></FONT>&nbsp;</DIV>
<DIV><FONT face=Arial size=2>Marching = 
vtk.vtkContourFilter()<BR>Marching.SetInput(aPolyLineGrid)<BR>Marching.SetValue(0, 
1.)<BR>Marching.Update()</FONT></DIV>
<DIV><FONT face=Arial size=2></FONT>&nbsp;</DIV>
<DIV><FONT face=Arial size=2>aMapper = vtk.vtkPolyDataMapper()</FONT></DIV>
<DIV><FONT face=Arial 
size=2>aMapper.SetInputConnection(Marching.GetOutputPort())</FONT></DIV>
<DIV><FONT face=Arial size=2></FONT>&nbsp;</DIV>
<DIV><FONT face=Arial size=2>Some body have an idea or a solution , 
please?</FONT></DIV>
<DIV><FONT face=Arial size=2></FONT>&nbsp;</DIV>
<DIV>&nbsp; Thanks.</DIV>
<DIV><FONT face=Arial size=2></FONT>&nbsp;</DIV></BODY></HTML>