Browse By Tags

  • Applying loads through reading xls files or using Python code in Plaxis

    Seeking assistance! I'm currently working with Palxis and need to apply a line displacement load to over 2000 points. If anyone has experience in applying loads through reading xls files or using Python code in Plaxis, I would greatly appreciate your…
  • Time-displacement curves using python

    Good morning. How could I extract the time-displacement curves in plaxis, using python, for the case of dynamic analysis. Has anyone tried this before? I have not found information in the script manual about data extraction in the case of dynamic analysis…
  • Is it also possible to set multiple objects from python in input?

    If i run the command from python it gives the following command and error message: set (Terreinbelasting_Spoordijk_I Terreinbelasting_Spoordijk_II_talud Terreinbelasting_Spoordijk_III) F04_GGT_Realisatie_Bypass_Oost 30 Invalid parameters. Make sure…
  • PLAXIS2D Python automation - any api for report generator?

    Hello everyone, Is there any pythonic way to deal with generating report? Thank you.
  • Error handling in Plaxis with Python

    Hello, I'm working on an automated model for designing simple retaining walls in Plaxis. The way the code works, is that it gradually increases the length of the retaining wall in a loop until a required FoS is achieved. However, if the length…
  • Excavation with a complex stratigraphy in Plaxis 2D

    Hello, I am working out the way to create an excavation with a complex soil layering in Plaxis 2D by means of python scripting. The problem: I have complex stratigraphy, non horizontal layers, many layers going diagonal within the zone of excavation…
  • Example Script at Coffee Corner: Geotechnical Analysis - More Efficient PLAXIS Usage with Python API

    Hello Will you share the script in the webinar ? communities.bentley.com/.../coffee-corner-geotechnical-analysis---more-efficient-plaxis-usage-with-python-api---am-and-pm-sessions-available Can we download and use it? Thank you
  • Plaxis 2D driving result output from command runner - potentially launching a python script from command runner?

    Hi, We are looking to drive the use of Plaxis 2D to run an analysis and export results back to a neutral format or us to post analyse a structure. I'm looking to use console to drive this, and it looks as if this is possible through the standard DOS…
  • Catching Plaxis error message with Python when defining a SoilMat

    Hi all, I am working on an iterative procedure where phases are calculated with and without Design Approaches. The soil model I am using is HSSS and the soil parameters are identified by another algorithm. The reason why I am asking here is that when…