[Paraview] accessing additional options on PV filter

Favre Jean jfavre at cscs.ch
Wed Apr 20 10:44:31 EDT 2011


The Python shell can work.

get your object:

C = FindSource('Connectivity1')
c.ListProperties()
c.ColorRegions = 0 # or 1
c.ExtractionMode = 4 # or 5

all other values 1,2,3 require an additional list of seeds or options which are not available via python

-----------------
Jean M. Favre
Swiss National Supercomputing Center


More information about the ParaView mailing list