Hello,

I'm trying to programm the Calculator with the help of Python to automate
the pipeline.
Isn't it possible to see the changes in the GUI?
I tried it like this:

calc=Calculator()
calc.Function='Normals.U' #Pointproduct of two Vectors U and Normals
calc.ResultArrayName='newResult'
calc.ReplaceInvalidResults=0
calc.UpdatePipeline()
Show()

but in the GUI, it didn't change.
In the shell the values are changed. (If I press "Apply" in the GUI, the
values change back (ok, thats not a bug))

I think the Calculator Filter isn't really "Apply"ed after that. I don't get
any result if I'm adding a IntegrateVariablesFilter on this.

Has somebody the same problems?

Thank you,

Dominic
_______________________________________________
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