<div class="gmail_quote"><div class="Ih2E3d">Hi vtkusers,<br><br>I&#39;m
working with vtkCollisionDetectionFilter but I am not able to figure
out the meaning of its output. I&#39;ve used it with two planes (created by
hand and triangulated using Delaunay)&nbsp; that intersect in some cells
(see figure attached). I then use vtkRemoveCellsFilter to remove
intersected cells from one of the Polydatas and it works fine (see
second attached figure). What I can&#39;t actually understand are the
filter outputs.
<br><br></div>Figures: <a href="http://www.upload-images.net/imagen/0c8f548e19.jpg" target="_blank">http://www.upload-images.net/imagen/0c8f548e19.jpg</a><div class="Ih2E3d"><br><br>As
you can see in the figures, cells are numbered according to their order
in the Polys array. If I get the DataArrays that contain the contacting
cells of the two filter outputs I get:
<br><br>Output(0) contacting cells: 5 5 1 6 6 3 5 1 1 6 6 3
<br>Output(1) contacting cells: 2 0 0 2 0 0 7 7 4 7 4 4<br><br>My
question is about those arrays. For what I&#39;ve read, they represent the
relation between cells that collide in the two inputs. But as You see
in the figure, cell 6&nbsp; of the first Polydata doesn&#39;t collide with cell
2 of the second Polydata at all. What am I missing?
<br><br>Thanks in advance.<br><br>
</div></div>