<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN">
<HTML><HEAD>
<META http-equiv=Content-Type content="text/html; charset=us-ascii">
<META content="MSHTML 6.00.2800.1528" name=GENERATOR></HEAD>
<BODY>
<DIV dir=ltr align=left><SPAN class=436301216-15022006><FONT face=Arial 
color=#0000ff size=2>You can run 'CleanToGrid'. That filter will merge 
co-incident points, this may solve your problem... worth a try at least 
:)</FONT></SPAN></DIV>
<DIV>&nbsp;</DIV><!-- Converted from text/rtf format -->
<P><FONT face=Fixedsys><B><FONT size=1>Brian Wylie - Org 9227</FONT></B> 
<BR><B><FONT size=1>Sandia National Laboratories</FONT></B> <BR><B><FONT 
size=1>MS 0822 - Building 880/A1-J</FONT></B> <BR><B><FONT size=1>(505)844-2238 
FAX(505)845-0833&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; 
</FONT></B><BR><FONT size=1>&nbsp;&nbsp;&nbsp;&nbsp; 
____&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; 
_&nbsp;&nbsp;&nbsp; __</FONT> <BR><FONT size=1>&nbsp;&nbsp;&nbsp; / __ 
\____&nbsp; _________ | |&nbsp; / (_)__ _&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; __ 
</FONT><BR><FONT size=1>&nbsp;&nbsp; / /_/ / __ `/ ___/ __ `/ | / / / _ \ | /| / 
/</FONT> <BR><FONT size=1>&nbsp; / ____/ /_/ / /&nbsp; / /_/ /| |/ / /&nbsp; __/ 
|/ |/ /</FONT> <BR><FONT size=1>&nbsp;/_/&nbsp;&nbsp;&nbsp; \__,_/_/&nbsp;&nbsp; 
\__,_/ |___/_<SPAN 
class=436301216-15022006>/</SPAN>\___/|__/|__/&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</FONT><BR><FONT 
size=1>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; 
Unleash the Beast</FONT></FONT> </P>
<DIV>&nbsp;</DIV><BR>
<BLOCKQUOTE 
style="PADDING-LEFT: 5px; MARGIN-LEFT: 5px; BORDER-LEFT: #0000ff 2px solid; MARGIN-RIGHT: 0px">
  <DIV class=OutlookMessageHeader lang=en-us dir=ltr align=left>
  <HR tabIndex=-1>
  <FONT face=Tahoma size=2><B>From:</B> 
  vtk-developers-bounces+bnwylie=sandia.gov@vtk.org 
  [mailto:vtk-developers-bounces+bnwylie=sandia.gov@vtk.org] <B>On Behalf Of 
  </B>Randall Hand<BR><B>Sent:</B> Wednesday, February 15, 2006 8:59 
  AM<BR><B>To:</B> Burlen<BR><B>Cc:</B> John Dorelli; vtk-developers@vtk.org; 
  Douglas.Larson@unh.edu; vtkusers@vtk.org; Jimmy Raeder; Thompson, David 
  C<BR><B>Subject:</B> Re: [vtk-developers] contour lines and scalar color plot 
  issues with vtkUnstructuredGrid<BR></FONT><BR></DIV>
  <DIV></DIV><BR><BR>
  <DIV><SPAN class=gmail_quote>On 2/15/06, <B class=gmail_sendername>Burlen</B> 
  &lt;<A href="mailto:burlen@apollo.sr.unh.edu">burlen@apollo.sr.unh.edu</A>&gt; 
  wrote:</SPAN>
  <BLOCKQUOTE class=gmail_quote 
  style="PADDING-LEFT: 1ex; MARGIN: 0pt 0pt 0pt 0.8ex; BORDER-LEFT: rgb(204,204,204) 1px solid"><BR>It 
    seems to me that the problem of open contours might be caused by 
    the<BR>algorithm(s) used with unstructuredGrids built with the append 
    filter. Could<BR>it have somehting to do with the fact that the boxes in my 
    case are appended <BR>in a "willy nilly" order? adjacent boxes aren't 
    necessarily appended one<BR>after the other.<BR><BR></BLOCKQUOTE></DIV><BR>I 
  think this is the cause of your problem.&nbsp; The vtkAppendFilter does not 
  "stitch" neighboring datasets along their boundaries, it keeps each dataset as 
  an individual piece.&nbsp; So when you extract an isosurface from the combined 
  dataset, there is no connectivity along those inter-dataset boundaries, 
  leading to the "discontinuity" along the edges.&nbsp; I've run into the same 
  issue here doing similiar things (reading a multi-block Plot3d file &amp; 
  using AppendDataset to only have 1 vtkDataSet to pass around). <BR><BR>How to 
  fix this?&nbsp; I haven't the slightest, short of writing custom code to 
  replace vtkAppendDataset and do the stitching.&nbsp; You may be able to 
  Resample the Data into a rectilinear form (use the ProbeFilter with an 
  ImageData input), and then get the Isosurface you want, but you'll have to 
  live with the resolution tradeoffs.&nbsp; It'll also be sloooooow.... <BR><BR 
  clear=all><BR>-- <BR>Randall Hand<BR>Visualization Scientist, <BR>ERDC-MSRC 
  Vicksburg, MS<BR>Homepage: <A 
  href="http://www.yeraze.com">http://www.yeraze.com</A> 
</BLOCKQUOTE></BODY></HTML>