<div class="gmail_quote">On Tue, May 24, 2011 at 12:46 PM, Sergei Malashenko <span dir="ltr"><<a href="mailto:malashenko_sergei@yahoo.com">malashenko_sergei@yahoo.com</a>></span> wrote:<br><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex;">
<div><div style="color:#000;background-color:#fff;font-family:times new roman, new york, times, serif;font-size:12pt"><div>Good day. I want to write several objects in VTK (grid, surfaces). How to do this? Thank</div></div>
</div></blockquote><div><br>I'm assuming you mean write to a file? I'm also assuming "objects" = vtkPolyData? If so, you can use <br><br><a href="http://www.vtk.org/Wiki/VTK/Examples/Cxx/Filters/CombinePolydata">http://www.vtk.org/Wiki/VTK/Examples/Cxx/Filters/CombinePolydata</a> <br>
<br>followed by<br><br><a href="http://www.vtk.org/Wiki/VTK/Examples/Cxx/IO/WriteVTP">http://www.vtk.org/Wiki/VTK/Examples/Cxx/IO/WriteVTP</a><br><br>David<br></div></div>