<HTML dir=ltr><HEAD><TITLE>[vtkusers] using GetNumberOfTriangles()</TITLE>
<META http-equiv=Content-Type content="text/html; charset=unicode">
<META content="MSHTML 6.00.5730.11" name=GENERATOR></HEAD>
<BODY><FONT size=2>
<P>This code will get the number of cells.</P>
<P>If you only have triangles, it will be the number of triangles.</P>
<P>// Read the surface (VTK type in this example)</P>
<P>vtkPolyDataReader *surf = vtkPolyDataReader :: New();</P>
<P>surf&nbsp;-&gt; SetFileName(filename);</P>
<P>surf&nbsp;-&gt; Update(); </P>
<P>// Put surface points in Points</P>
<P>vtkPoints Points =&nbsp;Surf -&gt; GetPoints();</P>
<P>// Get the number of cells, e.g. triangles</P>
<P>ncells =&nbsp;Points -&gt; GetNumberOfCells();</P></FONT>
<DIV id=idOWAReplyText1426 dir=ltr>
<DIV dir=ltr><FONT face=Arial color=#000000 size=2></FONT>&nbsp;</DIV>
<DIV dir=ltr><FONT face=Arial color=#000000 size=2></FONT>&nbsp;</DIV></DIV>
<DIV id=idSignature82145 dir=ltr>
<DIV><FONT face=Arial color=#000000 size=2></FONT>&nbsp;</DIV>
<DIV><FONT face=Arial color=#000000 size=2>Tron Darvann</FONT></DIV>
<DIV><FONT face=Arial size=2>Research Engineer, PhD, 3D-Laboratory</FONT></DIV>
<DIV>&nbsp;</DIV>
<DIV><FONT face=Arial size=2><U>Tel:</U> (+45) 35 32 67 58 (lab) / (+45) 28 20 03 12 (mobile)</FONT></DIV>
<DIV><FONT face=Arial size=2><U>E-mail:</U> <A href="mailto:trd@odont.ku.dk">trd@odont.ku.dk</A></FONT></DIV>
<DIV><FONT face=Arial size=2><U>Skype:</U> tron.darvann</FONT></DIV>
<DIV><FONT face=Arial size=2><U>Fax:</U> (+45) 35 32 65 05</FONT></DIV>
<DIV><FONT face=Arial size=2><U>Mailing and Visiting Address:</U></FONT></DIV>
<DIV><FONT face=Arial size=2>3D-Lab, School of Dentistry</FONT></DIV>
<DIV><FONT face=Arial size=2>University of Copenhagen</FONT></DIV>
<DIV><FONT face=Arial size=2>Nørre Alle 20</FONT></DIV>
<DIV><FONT face=Arial size=2>DK-2200 Copenhagen N</FONT></DIV>
<DIV><FONT face=Arial size=2>Denmark</FONT></DIV></DIV>
<DIV dir=ltr><BR>
<HR tabIndex=-1>
<FONT face=Tahoma size=2><B>Fra:</B> vtkusers-bounces+trd=odont.ku.dk@vtk.org på vegne af mam06bhv@studserv.uni-leipzig.de<BR><B>Sendt:</B> lø 11-11-2006 20:58<BR><B>Til:</B> vtkusers@vtk.org<BR><B>Emne:</B> [vtkusers] using GetNumberOfTriangles()<BR></FONT><BR></DIV>
<DIV>
<P><FONT size=2>Hello,<BR>does someone know how to use the function GetNumberOfTriangles() to get the<BR>numbers of triangles for a 3D model?<BR>thanks<BR><BR><BR><BR>----------------------------------------------------------------<BR>This message was sent using IMP, the Internet Messaging Program.<BR><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></FONT></P></DIV></BODY></HTML>