<div class="gmail_quote">On Tue, Mar 5, 2013 at 7:36 AM, Radan Ĺ uba <span dir="ltr">&lt;<a href="mailto:nadarabus@gmail.com" target="_blank">nadarabus@gmail.com</a>&gt;</span> wrote:<br><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">

Hello,<br>
<br>
I am new with VTK, but I would like to know:<br>
I have 2D polygons which I would like to extrude into volume or I have<br>
3D object (POLYDATA) which I would like to convert to<br>
UNSTRUCTURED_GRID. The condition is that the slice of final 3D object<br>
should be 2D face.<br>
<br>
What can I do?<br>
<br>
Radan<br></blockquote><div><br>Welcome to VTK!<br><br>Please take a look through <a href="http://www.itk.org/Wiki/VTK/Examples/Cxx" target="_blank">http://www.itk.org/Wiki/VTK/Examples/Cxx</a> as you get started.<br clear="all">
<div><br>For your current questions: <br>
<br>Extrusions: <a href="http://www.itk.org/Wiki/VTK/Examples/Cxx/PolyData/LinearExtrusion" target="_blank">http://www.itk.org/Wiki/VTK/Examples/Cxx/PolyData/LinearExtrusion</a><br><br>Converting PolyData to UnstructuredGrid: <a href="http://www.itk.org/Wiki/VTK/Examples/Cxx/PolyData/PolyDataToUnstructuredGrid">http://www.itk.org/Wiki/VTK/Examples/Cxx/PolyData/PolyDataToUnstructuredGrid</a><br>
<br>Good luck,<br><br>David</div></div></div>