• 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…
  • Unable to assign platemat properties in commands runner

    Hello, I am unable to assign properties to my plate by the commands runner. If I run only that : _platemat "MaterialName" "Paroi gauche" "MaterialNumber" 0 " IsIsotropic" True "PreventPunching" True "EA" 20000000 "EI" 1666667 "nu" 0.2 "w" 0.15 …
  • CREATING A SURFACE WITH POINTS ARRAY

    I have a array of points which created with arrayr like points_g=g_i.arrayr((1,2,3),2,(4,5,6),3(7,8,9)) i want to create a surface with this array of points can i call surface command with this array or is there another way to create surface with array…