<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 3.2//EN">
<HTML>
<HEAD>
<META HTTP-EQUIV="Content-Type" CONTENT="text/html; charset=iso-8859-1">
<META NAME="Generator" CONTENT="MS Exchange Server version 6.5.7232.77">
<TITLE>RE: [vtkusers] Tessellator & Python</TITLE>
</HEAD>
<BODY>
<!-- Converted from text/plain format -->
<P><FONT SIZE=2>The GenericDataSetTessellator is intended for use<BR>
with a GenericDataSet (which is an abstract representation<BR>
for higher-order finite elements). What type of object is<BR>
your reader creating?<BR>
<BR>
David<BR>
<BR>
<BR>
-----Original Message-----<BR>
From: vtkusers-bounces+dcthomp=sandia.gov@vtk.org on behalf of Matt<BR>
Sent: Wed 10/12/2005 10:57 PM<BR>
To: vtkusers@vtk.org<BR>
Subject: [vtkusers] Tessellator & Python<BR>
<BR>
Hi Guys,<BR>
<BR>
I've been spending hours trying to find out how to use the<BR>
GenericDataSetTesselator under python and vtk 4.2.1 to no avail. There<BR>
is not one example anywhere.<BR>
<BR>
My code so far:<BR>
<BR>
Grid = reader.GetOutput()<BR>
del reader<BR>
<BR>
tessellator = vtk.vtkGenericDataSetTessellator()<BR>
tessellator.SetInput(Grid)<BR>
<BR>
Any hints would be greatly appreciated. :-)<BR>
<BR>
Matt<BR>
<BR>
<BR>
<BR>
____________________________________________________<BR>
Do you Yahoo!?<BR>
Yahoo! Photos: Now with unlimited storage<BR>
<A HREF="http://au.photos.yahoo.com">http://au.photos.yahoo.com</A><BR>
_______________________________________________<BR>
This is the private VTK discussion list.<BR>
Please keep messages on-topic. Check the FAQ at: <A HREF="http://www.vtk.org/Wiki/VTK_FAQ">http://www.vtk.org/Wiki/VTK_FAQ</A><BR>
Follow this link to subscribe/unsubscribe:<BR>
<A HREF="http://www.vtk.org/mailman/listinfo/vtkusers">http://www.vtk.org/mailman/listinfo/vtkusers</A><BR>
<BR>
<BR>
</FONT>
</P>
</BODY>
</HTML>