Browse By Tags

  • Interrogating a Plaxis 2D model via python scripting to get all phase information data

    HI I have an existing PLaxis 2D model, and i am interrogating the model via python to get all the information out. For the structural elements and soil elements etc this is straight forward, however I am not having much luck to extract the information…
  • drawing frame setting showing the ID

    i have been using the remote script for printing. yet, the drawing frame has been now only allowed to show the step no. may i ask is it possible to customize the drawing frame to show the ID ? which can show the phase name and phase no. for easy reference…
  • No module named 'plxscripting'

    Hi there, I'm trying to run a python script with PLAXIS 2D with IDLE and SciTE, but I get the following error: Traceback (most recent call last): File "D:/PLX_IDLE.py", line 4, in <module> from plxscripting.easy import * ModuleNotFoundError: No module…