<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN">
<HTML><HEAD>
<META content="text/html; charset=iso-8859-1" http-equiv=Content-Type>
<META content="MSHTML 5.00.2920.0" name=GENERATOR>
<STYLE></STYLE>
</HEAD>
<BODY bgColor=#ffffff>
<DIV><FONT face=Arial size=2>Hello,</FONT></DIV>
<DIV> </DIV>
<DIV><FONT face=Arial size=2>I use a vtkClipPolydata on a polydata, in a loop
"for each </FONT></DIV>
<DIV><FONT face=Arial size=2>cell of this polydata" </FONT><FONT face=Arial
size=2>that I initialized with initTraversal().</FONT></DIV>
<DIV> </DIV>
<DIV><FONT face=Arial size=2>The issue is that vtkClipPolyData seems to use the
same </FONT></DIV>
<DIV><FONT face=Arial size=2>method, and then bring to the end of the traversal
at the first </FONT></DIV>
<DIV><FONT face=Arial size=2>call. T</FONT><FONT face=Arial size=2>his "cut" my
loop, and only first cell of polydata is </FONT></DIV>
<DIV><FONT face=Arial size=2>processed.</FONT></DIV>
<DIV> </DIV>
<DIV><FONT face=Arial size=2>I would like to avoid using
vtkCellArray->GetCell(i) for speed </FONT></DIV>
<DIV><FONT face=Arial size=2>issue, is this the only work around ?</FONT></DIV>
<DIV> </DIV>
<DIV><FONT face=Arial size=2>Seb.</FONT></DIV></BODY></HTML>