<div>Hello David,</div>
<div>&nbsp;</div>
<div>Thanks for the reply.</div>
<div>&nbsp;</div>
<div>I read the doc for vtkElevationFilter ( <a href="http://www.vtk.org/doc/release/4.2/html/classvtkElevationFilter.html">http://www.vtk.org/doc/release/4.2/html/classvtkElevationFilter.html</a>&nbsp;). </div>
<div>&nbsp;</div>
<div>It says it computes the projection ( probably perpendicular distance ) of each point of my vtkPolyData onto the line.</div>
<div>&nbsp;</div>
<div>But what would be helpful in my case is the projection onto the ( xy, yz, zx ) coordinate planes.</div>
<div>&nbsp;</div>
<div>How do i go about doing this ?</div>
<div>&nbsp;</div>
<div>Let us simplify the problem....... Imaging for example we have a hemisphere vtkPolyData --- facing towards the viewer and centered at the origin ( 0 , 0 , 0 ).</div>
<div>&nbsp;</div>
<div>Now, if i cut it with a plane &quot;y = 0&quot;&nbsp; ---- i should get a curve -- a circle of radius ( R ) equal to that of the hemisphere.</div>
<div>&nbsp;</div>
<div>If i cut it with a plane &quot;y = r / 2&quot;&nbsp; ---- i will get another circle of a different radius.</div>
<div>&nbsp;</div>
<div>How can i extract these contour curves ???</div>
<div>&nbsp;</div>
<div>Thanks in advance.</div>
<div>&nbsp;</div>
<div>Regrads,</div>
<div>&nbsp;</div>
<div>Deepak<br>&nbsp;</div>
<div><span class="gmail_quote">On 2/28/06, <b class="gmail_sendername">David E DeMarle</b> &lt;<a href="mailto:dave.demarle@kitware.com">dave.demarle@kitware.com</a>&gt; wrote:</span>
<blockquote class="gmail_quote" style="PADDING-LEFT: 1ex; MARGIN: 0px 0px 0px 0.8ex; BORDER-LEFT: #ccc 1px solid">It sounds like you want to run the surface through an elevation filter<br>or three along each axis. Then you get the X, Y, and Z values at each
<br>point and to contour with.<br><br>hth,<br>Dave DeMarle<br><br><br>Deepak Roy wrote:<br><br>&gt;<br>&gt; hello everyone,<br>&gt;<br>&gt; I have a 3d surface scan of the front side a human body.<br>&gt;<br>&gt; I want to do some analysis on the &quot;surface contour lines&quot; about the
<br>&gt; y-axis ( the axis of symmetry for the human body ) and also the x-axis.<br>&gt;<br>&gt; Which can be done approximately by converting the surface to a depth (<br>&gt; range ) image.<br>&gt;<br>&gt; Is there an easy way to achieve this in VTK ?
<br>&gt;<br>&gt; Thanks in advance.<br>&gt;<br>&gt; Regards,<br>&gt;<br>&gt; Deepak Roy<br>&gt;<br>&gt;<br>&gt;<br>&gt;------------------------------------------------------------------------<br>&gt;<br>&gt;_______________________________________________
<br>&gt;This is the private VTK discussion list.<br>&gt;Please keep messages on-topic. Check the FAQ at: <a href="http://www.vtk.org/Wiki/VTK_FAQ">http://www.vtk.org/Wiki/VTK_FAQ</a><br>&gt;Follow this link to subscribe/unsubscribe:
<br>&gt;<a href="http://www.vtk.org/mailman/listinfo/vtkusers">http://www.vtk.org/mailman/listinfo/vtkusers</a><br>&gt;<br>&gt;<br><br></blockquote></div><br>