Re: [Paraview] Adding data in two vtk files.

2009-10-03 Thread David E DeMarle
Append Datasets (aka vtkAppendFilter) will do what you want. David E DeMarle Kitware, Inc. RD Engineer 28 Corporate Drive Clifton Park, NY 12065-8662 Phone: 518-371-3971 x109 On Sat, Oct 3, 2009 at 12:32 AM, Tabrez Ali st...@purdue.edu wrote: I hope I am on the right mailing list. Apologies if

Re: [Paraview] Problems compiling vtkSMExtractDocumentation in CVS

2009-10-03 Thread Berk Geveci
Thanks Brad! On Fri, Oct 2, 2009 at 5:16 PM, Brad King brad.k...@kitware.com wrote: Eric E. Monson wrote: CMake 2.7.20090713 It's a subtle bug in CMake that I introduced in version 2.7.20090710 (three days before your version) with another change. I've committed a work-around to ParaView

Re: [Paraview] Adding data in two vtk files.

2009-10-03 Thread Samuel Key
Tabrez, If by add, you mean disply both datum-sets at the same time-- ParaView is quite happy to open and read multiple data files, for example, meshA.vtu and meshB.vtu. You can then construct individual filter pipelines and/or set individual display features for the two meshes/datum-sets.

Re: [Paraview] Adding data in two vtk files.

2009-10-03 Thread Tabrez Ali
David/Berk/Samuel Thanks for your reply. I want to add/combine stress results in two .vtk files. They look exactly the same but have different mesh topologies. If the topology was same I could just pre process the data before viewing it and add the cell results (stress in this case)

Re: [Paraview] Problems compiling vtkSMExtractDocumentation in CVS

2009-10-03 Thread Eric E. Monson
Yeah, thanks a lot, Brad! Current CMake and ParaView built all the way. I guess it really does pay off to list all of those version numbers when you write to the list with an obscure problem! :) Talk to you later, -Eric On Oct 3, 2009, at 9:46 AM, Berk Geveci wrote: Thanks Brad! On Fri,