<html>
<body>
<blockquote type=cite class=cite cite=""><font face="arial" size=2 color="#000080"> <br>
Many thanks for replying. I have tried EVERYTHING. I have even tried
reloading all the props into the renderer. I have checked the altered
bounds on everything from the vtkUnstructuredGrid to the vtkPoints*
pNodalGeometry. None of the bounds are altered after the change (which, I
would imagine, is why the resetting of the clip planes has no effect). My
workaround is:</font></blockquote><font face="arial"><br>
If your bounds are not being recomputed, then you are missing a call to
Modified() somewhere - most likely down in your point data. Some of the
set methods are "fast' in that they don't check bounds and they
don't call Modified() - assuming that you will do this once at the end
when you are done with your modifications.<br><br>
Lisa<br>
</font></body>
</html>