[vtkusers] Tessellator & Python

Thompson, David C dcthomp at sandia.gov
Thu Oct 13 02:02:37 EDT 2005


The GenericDataSetTessellator is intended for use
with a GenericDataSet (which is an abstract representation
for higher-order finite elements). What type of object is
your reader creating?

    David


-----Original Message-----
From: vtkusers-bounces+dcthomp=sandia.gov at vtk.org on behalf of Matt
Sent: Wed 10/12/2005 10:57 PM
To: vtkusers at vtk.org
Subject: [vtkusers] Tessellator & Python
 
Hi Guys,

I've been spending hours trying to find out how to use the
GenericDataSetTesselator under python and vtk 4.2.1 to no avail. There
is not one example anywhere.

My code so far:

  Grid = reader.GetOutput()
  del reader

  tessellator = vtk.vtkGenericDataSetTessellator()
  tessellator.SetInput(Grid)

Any hints would be greatly appreciated. :-)

Matt


		
____________________________________________________ 
Do you Yahoo!? 
Yahoo! Photos: Now with unlimited storage 
http://au.photos.yahoo.com
_______________________________________________
This is the private VTK discussion list. 
Please keep messages on-topic. Check the FAQ at: http://www.vtk.org/Wiki/VTK_FAQ
Follow this link to subscribe/unsubscribe:
http://www.vtk.org/mailman/listinfo/vtkusers


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


More information about the vtkusers mailing list