Browse By Tags

  • Python scripting: interfaces got split in stages, how do I activate selected interfaces?

    Hey guys, I'm now working on a small case where a plate in inserted in two layers of soil. The soil and plate models are also imported from .dxf file. The plate is imported as a whole line and I created the plate as well as the interfaces as a whole…
  • API connection to Plaxis on server

    Hi, We have moved our Plaxis installation to a server, accessible by a virtual machine. The remote scripting server of the Plaxis calculation is still reachable from the local laptop. However, an installation of Plaxis on the local computer is still…
  • How to iterate the parameter to plot while plotting from PLAXIS Output

    I am using the discussion here for reference: https://communities.bentley.com/products/geotech-analysis/w/wiki/55949/export-and-format-plots-from-plaxis-output-using-python I am trying to generate Top view of forces and displacement of plate among various…
  • Changing Soil Material in Calculation Stages using python

    I have a list of Material Datasets saved in a List in Python (e.g. for unfactored Undrained materials the List is Unfac_Undr_MatSets ) . in the Staged Construction, I want to change the Material in each borehole volume from respective material in Drained…
  • PLAXIS 2D | Python Scripting | Geometry to JSON Converter Error

    Hello, I am trying to have multiple runs using Python scripts in PLAXIS 2D v.22. Analyses are performed smooth and well in the beginning. Nothing goes wrong, I take the desired outputs at the end of the analyses. However, after a certain time / number…
  • 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…
  • How to capture Exception in python scripting for new_server function?

    I tried to capture the exception case with the following code when the function of new_server is called with wrong scrpting server port ID or password. ======================================================================================== try :…
  • Python environment in plaxis

    Hi, Since we are trying to automise more and more with Plaxis, we try to implement/use our own input-excel sheets to set up a model within Plaxis. We try to use python scripting for this. I found out that the python environment with the packages within…