I was actually hoping for some way to do this with the standard ParaView Distribution.<br clear="all">--<br>Randall Hand<br>Visualization Scientist, DAAC<br><a href="http://www.yeraze.com">http://www.yeraze.com</a><br>
<br><br><div class="gmail_quote">On Fri, Feb 13, 2009 at 10:50 AM, Bryn Lloyd <span dir="ltr">&lt;<a href="mailto:blloyd@vision.ee.ethz.ch">blloyd@vision.ee.ethz.ch</a>&gt;</span> wrote:<br><blockquote class="gmail_quote" style="border-left: 1px solid rgb(204, 204, 204); margin: 0pt 0pt 0pt 0.8ex; padding-left: 1ex;">
You can do the following:<br>
<br>
1. start with original surface (original triangles), with N nodes<br>
<br>
2. extrude by a certain distance: you get a new surface (new triangles)<br>
<br>
3. the extrusion simply adds corresponding nodes for each original node, so a node with id k has a corresponding node with id N+k.<br>
<br>
4. connect triangle i in original triangles with triangle i in new triangles. Make a prism for each triangle.<br>
<br>
5. convert all prisms to tetrahedra using &quot;triangulate&quot;<br>
<br>
<br>
Most of the code necessary for this can be found here (steps 1-4, 5 is already in paraview):<br>
<a href="http://www.vision.ee.ethz.ch/%7Eblloyd/Extrusion/" target="_blank">http://www.vision.ee.ethz.ch/~blloyd/Extrusion/</a><br>
<br>
-Bryn<div><div></div><div class="Wj3C7c"><br>
<br>
<br>
<br>
<br>
On Feb 13, 2009, at 5:32 PM, Randall Hand wrote:<br>
<br>
</div></div><blockquote class="gmail_quote" style="border-left: 1px solid rgb(204, 204, 204); margin: 0pt 0pt 0pt 0.8ex; padding-left: 1ex;"><div><div></div><div class="Wj3C7c">
I have a 2D Triangulated mesh that a user wants extruded into a 3D Shape for use in simulation work.<br>
<br>
I tried using the &quot;Linear Extrusion&quot; filter, but that only gets the outer edges. &nbsp;What I really need to do is extrude the triangles into 3D Triangulate Prisms (5-sided solids, 2 triangles &amp; 3 quads). &nbsp;Is there any way to do this?<br>

<br>
I tried doing:<br>
Dataset<br>
&nbsp;|- Extract Surface - Linear Extrusion<br>
&nbsp;|- Extract Edges - Linear Extrusion<br>
Append both Together - Clean<br>
<br>
That&#39;s close, but I have a collection of 2D Primitives, and lose all the interior volume.<br>
<br>
--<br>
Randall Hand<br>
Visualization Scientist, DAAC<br>
<a href="http://www.yeraze.com" target="_blank">http://www.yeraze.com</a><br></div></div>
_______________________________________________<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 ParaView Wiki at: <a href="http://paraview.org/Wiki/ParaView" target="_blank">http://paraview.org/Wiki/ParaView</a><br>
<br>
Follow this link to subscribe/unsubscribe:<br>
<a href="http://www.paraview.org/mailman/listinfo/paraview" target="_blank">http://www.paraview.org/mailman/listinfo/paraview</a><br>
</blockquote>
<br>
</blockquote></div><br>