<div>
                    Hi,
                </div><div><br></div><div>Thanks for the suggestion, I tried the method you linked and it works, but generate a lot more lines that than the generated contours, typically hundreds when I try to generate say 10 contour lines. Do you know &nbsp;why?</div>
                <div><div><br></div><div>thanks</div><div><br></div><div><br></div></div>
                 
                <p style="color: #A0A0A8;">On Wednesday, March 6, 2013 at 3:29 AM, Bill Lorensen wrote:</p>
                <blockquote type="cite" style="border-left-style:solid;border-width:1px;margin-left:0px;padding-left:10px;">
                    <span><div><div>see if this helps:<div><br></div><div><a href="http://vtk.org/Wiki/VTK/Examples/Cxx/PolyData/ExtractPolyLinesFromPolyData">http://vtk.org/Wiki/VTK/Examples/Cxx/PolyData/ExtractPolyLinesFromPolyData</a></div><div><br><br><div>
On Tue, Mar 5, 2013 at 11:51 AM, Billy Okal <span dir="ltr">&lt;<a href="mailto:okal.billy@gmail.com" target="_blank">okal.billy@gmail.com</a>&gt;</span> wrote:<br><blockquote type="cite"><div>

                <div>
                    Hi All,
                </div><div><br></div><div>I am new to VTK and I am trying to get the values of a mesh at a given contour/isosurface.</div><div><br></div><div>I am getting the contours using the following</div><div><br></div>
<div><div>vtkSmartPointer&lt;vtkCutter&gt; cutter = vtkSmartPointer&lt;vtkCutter&gt;::New();</div><div>&nbsp; &nbsp; cutter-&gt;SetCutFunction(plane);</div><div>&nbsp; &nbsp; cutter-&gt;SetGenerateCutScalars(1);</div><div>#if VTK_MAJOR_VERSION &lt;= 5</div>
<div>&nbsp; &nbsp; cutter-&gt;SetInput(inputPolyData);</div><div>#else</div><div>&nbsp; &nbsp; cutter-&gt;SetInputData(inputPolyData);</div><div>#endif</div><div>&nbsp; &nbsp; cutter-&gt;GenerateValues(20, -distanceMin, distanceMax);</div><div>&nbsp; &nbsp; vtkSmartPointer&lt;vtkPolyDataMapper&gt; cutterMapper = vtkSmartPointer&lt;vtkPolyDataMapper&gt;::New();</div>
<div>&nbsp; &nbsp; cutterMapper-&gt;SetInputConnection( cutter-&gt;GetOutputPort());</div><div>&nbsp; &nbsp; cutterMapper-&gt;ScalarVisibilityOff();</div></div>
                <div><div><br></div><div><br></div><div>But now I want to store the (x,y,z) positions of the mesh surface along each contour to an array of points. How can I do this? Is there any implemented utility to do this?</div>
<div><br></div><div>thanks,</div><div><br></div><div><br></div><div>billy</div><div><br></div></div>
            <br>_______________________________________________<br>
Powered by <a href="http://www.kitware.com" target="_blank">www.kitware.com</a><br>
<br>
Visit other Kitware open-source projects at <a href="http://www.kitware.com/opensource/opensource.html" target="_blank">http://www.kitware.com/opensource/opensource.html</a><br>
<br>
Please keep messages on-topic and check the VTK FAQ at: <a href="http://www.vtk.org/Wiki/VTK_FAQ" target="_blank">http://www.vtk.org/Wiki/VTK_FAQ</a><br>
<br>
Follow this link to subscribe/unsubscribe:<br>
<a href="http://www.vtk.org/mailman/listinfo/vtkusers" target="_blank">http://www.vtk.org/mailman/listinfo/vtkusers</a><br>
<br></div></blockquote></div><br><br clear="all"><div><br></div>-- <br>Unpaid intern in BillsBasement at noware dot com<br>
</div>
</div></div></span>
                 
                 
                 
                 
                </blockquote>
                 
                <div>
                    <br>
                </div>