[vtkusers] vtkPolyData exported to OpenInventor

Dennis Jen dsjen at cs.unc.edu
Wed Aug 6 10:42:00 EDT 2003


Were you able to render anything?  I think i had tried to decimate after a
triangle filter once and it didn't work.  If you're not able to render
anything, try a simplier pipeline first:

vtkContourFilter -> vtkTriangleFilter -> vtkStipper -> vtkPolyDataNormals
...

I hope that helps.

- Dennis

-----Original Message-----
From: vtkusers-admin at vtk.org [mailto:vtkusers-admin at vtk.org]On Behalf Of
imho
Sent: Wednesday, August 06, 2003 10:37 AM
To: VTK-User
Subject: [vtkusers] vtkPolyData exported to OpenInventor


Hi all,

I have a vtkPolyData with these filters :
vtkContourFilter -> vtkTriangleFilter -> vtkDecimatePro ->
vtkSmoothPolyDataFilter -> vtkPolyDataNormals -> vtkStripper ->
vtkCleanPolyData

I can export it to a OpenInventor (iv) file with the vtkIVWriter.
I have updated my vtk version with the nightly release to fix some bugs
in these class.

I'd like to use the MESH program http://mesh.epfl.ch/ to compute
differences between two meshes.

This program said that my poly is: "empty (no faces)"

What can I do to fix this?
Wich filter should I add in my pipeline to have faces?

Thanks

imho





_______________________________________________
This is the private VTK discussion list.
Please keep messages on-topic. Check the FAQ at:
<http://public.kitware.com/cgi-bin/vtkfaq>
Follow this link to subscribe/unsubscribe:
http://www.vtk.org/mailman/listinfo/vtkusers




More information about the vtkusers mailing list