Hello All,<br><br>Can anyone tell me how to get around the following problem.<br><br>I  have a vtkUnstructuredGrid where 2 cells are occupying the same X Y Z location in space.<br>Two cells map to identical 8 nodes. VTK is unable to render such cells. <br>
<br>I have a very simple case with just 2 cells and both cells map to nodes 1 to 8 and I used InsertNextCell to insert them into a vtkUnstructuredGrid as vtkHexahedrons.<br>The cells are not being rendered.<br><br>Please help. How can I tell vtkUnstructuredGrid to allow identical cells. Is there a tolerance or flag I can set perhaps?<br>
<br>Thanks very much.<br>Bhanu<br><br>