• How to identify the material name of an object in Output using Python scripting
    Stefanos Papavasileiou
    Application PLAXIS 2D PLAXIS 3D Version PLAXIS 2D 2023.2 PLAXIS 3D 2023.2 Date created 21 September 2023 Date modified 21 September 2023 Original author Stefanos Papavasileiou...
  • Plaxis python issue
    Hong Liang Toh
    Why is my Plaxis python script not working? It was working fine previously and suddenly nothing happens when I click on the python tool. I was still able to open command prompt on my computer and other...
  • API / Python scripting - PLAXIS
    Stefanos Papavasileiou
    This section contains examples and background information on the use of the PLAXIS Remote Scripting server API and the use of the Python wrapper. Using PLAXIS Remote scripting with the Python wrapper...
  • Plaxis python tool failed to run
    Xuyan Liu
    Hi guys, I'm trying to open the scripting reference or python interpreter in Plaxis (both 2D and 3D). But I got error message and then my plaxis would just show . Any one could figure out what...
  • PLAXIS Python output plot zoom
    Tim Brown
    newest_plot = g_o.Phases[-1] newest_plot.ResultType = g_o.ResultTypes.Plate.Utot newest_plot.PlotType = 'shadings' image_wrapper = newest_plot.export(2048, 1200) For an example I have a plot like this...