<br>Hi all,<br><br>Someone can help me to understand how to create a triangle strips on VTK.<br><br>for example on the follow mesh:<br><br>0 ------ 3 ------- 6<br> | / | / |<br>1 ------ 4 ------- 7<br> | / | / |<br>
2 ------ 5 ------- 8<br><br><br>And then I can define for example the follow triangle strips:<br><br>Strip1: 0 - 1 - 3 - 4 - 6 - 7<br>Strip2. 1 - 2 - 4 - 5 - 7 - 8<br><br>I need to define a 3D mesh by triangle strips on VTK like as example and show it? <span id="result_box" class="short_text" lang="en"><span style="" title=""><br>
<br>I found no clear examples :(<br><br>Please, someone can give me an example to use vtk and show that simple example?<br><br><br>Hugo<br></span></span>