<html><body>
<p><tt>medo abdelmonem &lt;abdelmonem76@yahoo.com&gt; wrote on 08/03/2007 08:32:01:<br>
<br>
&gt; Hi Everybody,</tt><br>
<tt>&gt; &nbsp;</tt><br>
<tt>&gt; i'm trying to obtain a ruled surface for purpose of probing a <br>
&gt; volume....i have a curve now and i want to get the ruled surface of <br>
&gt; this curve....i found a class called vtkRuledSurface but it Needs 2 <br>
&gt; parallel lines to make a ruled surface by connecting them by <br>
&gt; triangle strip.....</tt><br>
<tt>&gt; &nbsp;</tt><br>
<tt>&gt; the question is....how can i get a ruled surface given a 2D <br>
&gt; curve?....anybody can help about that?....</tt><br>
<tt>&gt; &nbsp;</tt><br>
<tt>&gt; Thanks In Advance</tt><br>
<tt>&gt; Mohamed </tt><br>
<br>
<tt>Use vtkTransformFilter to translate the curve and vtkAppendPolyData to put the two curves in one data set?</tt><br>
<br>
<tt>&nbsp; regards, Dave P</tt></body></html>