Hello,<br><br>I&#39;m trying to programm the Calculator with the help of Python to automate the pipeline.<br>Isn&#39;t it possible to see the changes in the GUI?<br>I tried it like this:<br><br>calc=Calculator()<br>calc.Function=&#39;Normals.U&#39; #Pointproduct of two Vectors U and Normals<br>
calc.ResultArrayName=&#39;newResult&#39;<br>calc.ReplaceInvalidResults=0<br>calc.UpdatePipeline()<br>Show()<br><br>but in the GUI, it didn&#39;t change. <br>In the shell the values are changed. (If I press &quot;Apply&quot; in the GUI, the values change back (ok, thats not a bug))<br>
<br>I think the Calculator Filter isn&#39;t really &quot;Apply&quot;ed after that. I don&#39;t get any result if I&#39;m adding a IntegrateVariablesFilter on this.<br><br>Has somebody the same problems?<br><br>Thank you,<br>
<br>Dominic<br><br><br><br>