Hey again, If you really want them together, one possibility would be to make them into an unstructured grid, which "consists of arbitrary combinations of any possible cell type". The problem is that all of the points or cells would have to have the same attributes defined, and you only have the height attribute defined for one of your two data sets.
You can also do a "multi-block" dataset. To see how this would work, load both into ParaView, then apply the Group Datasets filter. Then, you can Save Data as a .vtm (multi-block XML format file), and choose ascii. The two data files will still be separate in another folder, but you load this single .vtm file into ParaView and can extract the blocks separately if you need. There's still the problem of only one set containing the height attribute, but it's at least another option for you. Talk to you later, -Eric ------------------------------------------------------ Eric E Monson Duke Visualization Technology Group On Aug 13, 2010, at 8:14 AM, <[email protected]> wrote: > Hi, > > The append dataset filter method does not work for the two data sets I have > (see attached files). It is a height map and a path above this landscape. > > I would like to be able to put these data types together in a single file and > have it visualized in Paraview without having to interfer manually. > > Harald > > > > CONFIDENTIALITY > This e-mail and any attachment contain KONGSBERG information which may be > proprietary, confidential or subject to export regulations, and is only meant > for the intended recipient(s). Any disclosure, copying, distribution or use > is prohibited, if not otherwise explicitly agreed with KONGSBERG. If received > in error, please delete it immediately from your system and notify the sender > properly. > <curve.vtk><simple.vtk>_______________________________________________ > Powered by www.kitware.com > > Visit other Kitware open-source projects > athttp://www.kitware.com/opensource/opensource.html > > Please keep messages on-topic and check the ParaView Wiki > at:http://paraview.org/Wiki/ParaView > > Follow this link to subscribe/unsubscribe: > http://www.paraview.org/mailman/listinfo/paraview
_______________________________________________ Powered by www.kitware.com Visit other Kitware open-source projects at http://www.kitware.com/opensource/opensource.html Please keep messages on-topic and check the ParaView Wiki at: http://paraview.org/Wiki/ParaView Follow this link to subscribe/unsubscribe: http://www.paraview.org/mailman/listinfo/paraview
