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…
  • 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…