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.
___
-- 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.
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
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