On Sun, Nov 1, 2009 at 2:47 PM, Nehme Bilal <[email protected]> wrote:
> Or maybe adding a property on each point in the original datasets to
> identify from which dataset it's comming from.
>
> Nehme

That's not a bad idea - the only "but" is that they must remain
ordered because I need corresponding points. That is, I don't just
need two sets of points, I need two sets of ORDERED points so that the
first point from dataset1 stays corresponded to the first point in
dataset2. Have I explained this clearly? Do the selected points stay
ordered in the order they were selected? Does the Append Dataset
filter maintain the order of the points? i.e. the combined points
would look like
DataSet1 Point1
DataSet1 Point2
DataSet1 Point ... n
DataSet2 Point1
DataSet2 Point2
DataSet2 Point... n

Can anyone else comment if this is a recommended way to do something
like this in Paraview?

Thanks,

David
_______________________________________________
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

Reply via email to