[vtkusers] ReConstruct 3D Mesch (Ronan,Le Martret)

Le Martret lemartret at 3douest.com
Tue Apr 17 05:56:05 EDT 2007


Hi,
I want to reconstruct a mesch from a vtkUnstructuredGrid of vtkPolyLine. (i know the normal of each point of the polyline but i don t use it).

I try to use vtkContourFilter (in python) but it doesn't work:

Marching = vtk.vtkContourFilter()
Marching.SetInput(aPolyLineGrid)
Marching.SetValue(0, 1.)
Marching.Update()

aMapper = vtk.vtkPolyDataMapper()
aMapper.SetInputConnection(Marching.GetOutputPort())

Some body have an idea or a solution , please?

  Thanks.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://www.vtk.org/pipermail/vtkusers/attachments/20070417/cce5a9fa/attachment.htm>


More information about the vtkusers mailing list