Hi, I think the issue is that your ordering is wrong. VTK/ParaView assumes that you iterate over x the fastest, then y, and z is iterated over the slowest.
For the table to structured grid filter, if you set the whole extent to [0, 2, 0, 1, 0, 2] and the X Column to y, Y Column to z and Z Column to x then at least the connectivity looks correct. If this output has the wrong orientation you can either change the ordering of the CXV file or use the transform filter to rotate it around. Andy On Mon, Sep 15, 2014 at 1:19 PM, fenglei qi <[email protected]> wrote: > Dear all, > > I met a problem when I converted table data to structured grid. The data > is arranged as attached test.csv file. I set up Whole extent as ((0,2), > (0,2), (0,1)). But the grid system does not look right. See below. I think > the problem is the data ordering problem that are usually talked about in > previous threads. Can anyone give a example of how to use this filter or > give me some information on how to do it correctly. Thanks for all your > considering. > [image: 内嵌图片 1] > > Fenglei Qi > > _______________________________________________ > 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://public.kitware.com/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://public.kitware.com/mailman/listinfo/paraview
