[vtkusers] combine vtk
Meehan, Bernard
MEEHANBT at nv.doe.gov
Tue Sep 23 18:48:06 EDT 2014
Try this example out:
http://www.vtk.org/Wiki/VTK/Examples/Cxx/Filtering/AppendFilter
You would read your files in with a vtkPolyDataReader, then use the vtkAppendPolyData filter to combine them - you can then write out the composite file with a vtkPolyDataWriter ...
From: Matt Goh <mattgoh01 at gmail.com<mailto:mattgoh01 at gmail.com>>
Date: Tuesday, September 23, 2014 3:00 PM
To: "vtkusers at vtk.org<mailto:vtkusers at vtk.org>" <vtkusers at vtk.org<mailto:vtkusers at vtk.org>>
Subject: [vtkusers] combine vtk
Dear all,
I have vtk files in POLYDATA format that I wish to combine into one. Does anyone know how I can do this?
Thanks
Matt
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://public.kitware.com/pipermail/vtkusers/attachments/20140923/de9c8a58/attachment.html>
More information about the vtkusers
mailing list