Hello,<br><br>I'm trying to programm the Calculator with the help of Python to automate the pipeline.<br>Isn't it possible to see the changes in the GUI?<br>I tried it like this:<br><br>calc=Calculator()<br>calc.Function='Normals.U' #Pointproduct of two Vectors U and Normals<br>
calc.ResultArrayName='newResult'<br>calc.ReplaceInvalidResults=0<br>calc.UpdatePipeline()<br>Show()<br><br>but in the GUI, it didn't change. <br>In the shell the values are changed. (If I press "Apply" in the GUI, the values change back (ok, thats not a bug))<br>
<br>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.<br><br>Has somebody the same problems?<br><br>Thank you,<br>
<br>Dominic<br><br><br><br>