<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8">
</head>
<body>
<font style="font-size:11.0pt;font-family:&quot;Calibri&quot;,&quot;sans-serif&quot;;color:#1F497D">For starters, the going to infinity thing in the plot is weird. There should just be gaps in the curve. You may have hit a bug.
<br>
<br>
As far as why you are getting nans in the first place I'm not sure. I can't really tell from your screenshots, but it looks your geometry might be a bunch of polygons on a plane. Is that the case? If so, make sure that all z coordinates are zero. If all the
 coordinates in pone dimension are exactly the same, then I would expect it to work. Otherwise the line will not be completely on it.<br>
<br>
If that is not the case, another problem could be with your topology. The find cell method could fail if your mesh is not fully connected. For example, if you have repeated coincident points, then VTK won't be able to find neighbors and trace to a cell. Try
 running one of the clean filter on the data. I think that should fix the problem. I think there are some corner cases where even that might not work, but your mesh looks like it has good quality triangles or tetrahedra, so that seems unlikely unless you have
 degenerate cells or gaps I cannot see.<br>
<br>
-Ken <br>
</font><br>
&nbsp;<br>
<div style="border:none;border-top:solid #B5C4DF 1.0pt;padding:3.0pt 0in 0in 0in">
<font style="font-size:10.0pt;font-family:&quot;Tahoma&quot;,&quot;sans-serif&quot;"><b>From</b>: ali rostai [mailto:ali.rostai@gmail.com]
<br>
<b>Sent</b>: Thursday, October 06, 2011 08:12 AM<br>
<b>To</b>: Moreland, Kenneth; paraview@paraview.org &lt;paraview@paraview.org&gt; <br>
<b>Subject</b>: Re: [Paraview] confused with getting nan values in plot over line
<br>
</font>&nbsp;<br>
</div>
Hi,<br>
<br>
I tried and tried to move the start and end of line inside the domain.<br>
Actually I see two lines going to infinity (nan) in xyplot pane now! (screen shot attached)<br>
<br>
Regards,<br>
Ali<br>
<br>
<div class="gmail_quote">On Thu, Oct 6, 2011 at 5:08 AM, Moreland, Kenneth <span dir="ltr">
&lt;<a href="mailto:kmorel@sandia.gov">kmorel@sandia.gov</a>&gt;</span> wrote:<br>
<blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex;">
<div><font style="font-size:11.0pt;color:#1F497D">Like I said previously, it looks like the line you define is right on the boarder of your volume. Try moving the line slightly more inside the volume.<br>
<br>
-Ken&nbsp; </font><br>
</div>
</blockquote>
</div>
</body>
</html>