<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN">
<HTML><HEAD>
<META http-equiv=Content-Type content="text/html; charset=iso-8859-1">
<META content="MSHTML 6.00.2800.1505" name=GENERATOR>
<STYLE></STYLE>
</HEAD>
<BODY bgColor=#ffffff>
<DIV><FONT face=Arial size=2>Please, I really need help to solve this problem: 
how could I get vertices and normals contained in a vtkPolyData object 
?</FONT></DIV>
<DIV><FONT face=Arial size=2></FONT>&nbsp;</DIV>
<DIV><FONT face=Arial size=2>Here are the operations:</FONT></DIV>
<DIV><FONT face=Arial size=2>&nbsp;&nbsp;// Read my own file format from 
HDD<BR>&nbsp;&nbsp;Amp3dFileReader* 
cowReader=Amp3dFileReader::New();<BR>&nbsp;&nbsp;cowReader-&gt;SetFileName(m_path);</FONT></DIV>
<DIV>&nbsp;</DIV>
<DIV><FONT face=Arial size=2>&nbsp;&nbsp;vtkTriangleFilter* 
triangleFilter=vtkTriangleFilter::New();<BR>&nbsp;&nbsp;triangleFilter-&gt;SetInput( 
cowReader-&gt;GetOutput() );</FONT></DIV>
<DIV>&nbsp;</DIV>
<DIV><FONT face=Arial size=2>&nbsp;&nbsp;// Create 
normals<BR>&nbsp;&nbsp;vtkPolyDataNormals* 
cowNormals=vtkPolyDataNormals::New();<BR>&nbsp;&nbsp;cowNormals-&gt;SetInput( 
triangleFilter-&gt;GetOutput() );</FONT></DIV>
<DIV>&nbsp;</DIV>
<DIV><FONT face=Arial size=2>&nbsp;&nbsp;// Accumulate 
clippers<BR>&nbsp;&nbsp;vtkClipPolyData* 
clipper0=createClipper(cowNormals-&gt;GetOutput(),m_planes[0]);<BR>&nbsp;&nbsp;vtkClipPolyData* 
clipper1=createClipper(clipper0-&gt;GetOutput(),m_planes[1]);<BR>&nbsp;&nbsp;vtkClipPolyData* 
clipper2=createClipper(clipper1-&gt;GetOutput(),m_planes[2]);<BR>&nbsp;&nbsp;vtkClipPolyData* 
clipper3=createClipper(clipper2-&gt;GetOutput(),m_planes[3]);<BR>&nbsp;&nbsp;vtkClipPolyData* 
clipper4=createClipper(clipper3-&gt;GetOutput(),m_planes[4]);</FONT></DIV>
<DIV>&nbsp;</DIV>
<DIV><FONT face=Arial size=2>Now I have to put the result of clipper4 into my 
own renderer, but how ? Its christmas... please... you'll get free registration 
for my games... please... </FONT></DIV>
<DIV><FONT face=Arial size=2></FONT>&nbsp;</DIV>
<DIV><FONT face=Arial size=2>Best regards,</FONT></DIV>
<DIV><FONT face=Arial size=2>Bernard.</FONT></DIV>
<DIV><FONT face=Arial size=2><A 
href="http://www.in-poculis.com">http://www.in-poculis.com</A></FONT></DIV>
<DIV><FONT face=Arial size=2></FONT>&nbsp;</DIV></BODY></HTML>