Hello

I have a limited experience in python programming and Im encountering an issue 
trying to generate a stl file out of a xyz file in Paraview.
My plan is to use "TableToPoints" Command then "Delaunay2D" to create a stl 
file in the python shell. The main issue is that after changing the initial xyz 
file by putting X,Y,Z for the first line then separating numerical values with 
commas, I cannot change the X, Y,Z columns in Paraview TableToPoints frame. In 
other words, I have initially a window with X Column, Y column and Z column all 
set to X.


What I have written so far is :

reader = 
OpenDataFile("/home/projects/stud_temp/Guillaume/AllScripts/ScriptsParaview/testXyz2.csv")
paraview.simple._create_view("SpreadSheetView")
a=TableToPoints(reader)

After these few script lines I would then write something like : 
paraview.servermanager.filters.TableToPoints.YColumn = "Y"
but I couldnt find anything related to this topic on paraview forums.

Any help would be really appreciated

Thank you for your time

Guillaume 

_______________________________________________
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