• Set global waterlevel with Python

    Hi, I have created a water level in "flow conditions" with the following Python command: g_i.gotoflow() g_i.waterlevel((-1,-6),(9,-6),(9,0),(19,0)) This worked out fine. Now I can't find the right command to make this waterlevel global. I did this…