Hi. Tried to load a simple csv file:

x coord, y coord, z coord, scalar
0, 0, 0, 0
1, 0, 0, 1
0, 1, 0, 2
1, 1, 0, 3
-0.5, -0.5, 1, 4
0.5, -0.5, 1, 5
-0.5, 0.5, 1, 6
0.5, 0.5, 1, 7

That worked. But when I used the TableToStructuredDataFilter, I get an error: (I already set the array ranges correctly...), I use Paraview 4.0.1-1



ERROR: In /tmp/buildd/paraview-4.0.1/VTK/Filters/General/vtkTableToStructuredGrid.cxx, line 97

vtkPTableToStructuredGrid (0x1cb7910): The input table must have exactly 1 rows. Currently it has 8 rows.



ERROR: In /tmp/buildd/paraview-4.0.1/VTK/Common/ExecutionModel/vtkExecutive.cxx, line 754

vtkPVCompositeDataPipeline (0x1ce0520): Algorithm vtkPTableToStructuredGrid(0x1cb7910) returned failure for request: vtkInformation (0x2219bc0)

Debug: Off

Modified Time: 100264

Reference Count: 1

Registered Events: (none)

Request: REQUEST_DATA

FORWARD_DIRECTION: 0

FROM_OUTPUT_PORT: 0

ALGORITHM_AFTER_FORWARD: 1

_______________________________________________
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

Search the list archives at: http://markmail.org/search/?q=ParaView

Follow this link to subscribe/unsubscribe:
http://public.kitware.com/mailman/listinfo/paraview

Reply via email to