[Paraview] table to points filter

2014-04-07 Thread David López
Hello, i´ve made a script to visualize several points in paraview 4.0.1. using table to points filter on a x,y,z file. i´m using a 256x270 file and i need not to visualize any points that in my x,y,z file have a value of - (null values). i need help for do it, thanks a lot. ___

[Paraview] Fwd: 'UnstructuredGridReader' is not defined

2014-02-14 Thread David López
-- Forwarded message -- From: David López Date: 2014-02-14 18:17 GMT+01:00 Subject: Re: [Paraview] 'UnstructuredGridReader' is not defined To: Utkarsh Ayachit Hello Utkarsh, the problem was that i needed to put " paraview.simple." in all functions i used.

[Paraview] 'UnstructuredGridReader' is not defined

2014-02-14 Thread David López
Hello, i´m trying to open a vtu file via python: try: paraview.simple except: from paraview.simple import * import sys path = "c:/temp/prueba/" fichero_vtu = 'groupvtu_1.vtu' sys.path.append(path) paraview.simple._DisableFirstRenderCameraReset() GRUPO_vtu = XMLUnstructuredGridReader( FileName=[pa

[Paraview] SelectCells function

2013-06-06 Thread David López
Hello. i,m interested in a python script to automatice the selection of several cellsIds. im trying to use the selectcells function but its seems to be wrong because its works fine if select all ids, but when i write i.e. SelectCells(27) its give severals mistakes. Id like to automatice severals ce