• Selecting point for curves in platespla

    Hi, I'm trying to select a point to retrieve output data from a plate. I've tried different alternatives, but always keep selecting the node in the adjacent soil: If I do it manually via the output interface the node I'm trying to select exist.…
  • PLAXIS Python output plot zoom

    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, Is it possible to make it zoom in or out to make…
  • Live webinar: Coffee Corner: Assessment of Excavation-Induced Building Damage using PLAXIS automation

    Title Assessment of Excavation-Induced Building Damage using PLAXIS automation Date Tuesday, October 10, 2023 Time 10.00 AM CET and 16.00 (4 PM) CEST Presenters Hung Ho Manh , Geotechnical Engineer, Seequent Wai Liong Lai , Technical…
  • Plaxis python get maximum Utot for a plate

    Hey, I'm following the script in (+) Output scripting example: get maximum bending moment - GeoStudio | PLAXIS Wiki - GeoStudio | PLAXIS - Bentley Communities to get maximum total displacement of the plate. The script I use is here x_left=32 IDsSLS…
  • Quick way of export Mstage or Msf plot or data?

    Hi guys, I'm trying to export Mstage and Msf plots from Plx using Python. The one way I've found on forum is step=[] Msf=[] plt.figure() for phase in MsfPhases:       step_x=[]       Msf_x=[]       for c,s in enumerate(phase.Steps[::10…
  • Plaxis snaplinear is not working

    Hi guys, I'm trying to create geometry in python and it's not exactly standard rectangles or anything. So when I add points to the lines, the point may not be accurately sitting on the line (not snap to the line) if I use python to create points with…
  • How to identify the material name of an object in Output using Python scripting

    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 - Bentley Technical Support Group …
  • 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…
  • Plaxis Plate MaterialID property is missing V2023.2

    If I am not wrong, until version 2023.1, I could access the Plate Material ID through Python using the g_o.ResultTypes.Plate.MaterialID syntax. My goal is to obtain the names of plates and their corresponding plate materials for each phase (in Output…
  • Plaxis python tool failed to run

    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 is it? I've used python scripting before with plaxis…
  • A problem retrieve data from soiltest by python

    Hi, I developed a code below to retrieve data (Shear_strain_xy & Shear_stress_xy) from the DSS test of the Soiltest module in Plaxis 2D Ultimate (academic version). This code was already working, but after upgrading to the latest version of Plaxis …
  • 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…
  • 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…
  • Python- g_o.Plates

    I am having difficulty to run a Python script to extract plate results. The script is attached and I get the following error. There was a similar question on error encountered with the command of plate=[plt for plt in g_o.Plates[:]] . ExtractResults…
  • There is no plxscripting module!

    Hello, I need to use the Plaxis script to get the result but I have this error (No module plxscripting) in the script! I did below steps: 1- Activated remote scripting server 2- Started SciTE editor 3- Included boilerplate below: from plxscripting. easy…
  • There is no plxscripting module !!

    Hello, I need to use the plaxis script to get the result but I have this error (No module plxscripting) in the script! I did below steps: 1- Activated remote scripting server 2- Started SciTE editor 3- Included boilerplate below: from plxscripting. easy…
  • Python script for user defined model

    Hi, I am trying to use the Python script to set my material model and properties. For example, If I try to set material properties for the user-defined Drucker-Prager model: material1 = g_i.soilmat() material1.setproperties( "MaterialName", "1"…
  • PLAXIS Automation

    Hello, Is PLAXIS API only available to those who have the SELECT ENTITLEMENT (SELECT) subscription? Regards, Mariele
  • Tension Crack PLAXIS LE API

    Hello, Is the tension crack already enabled in the PLAXIS LE API? Regards, Mariele
  • Python receive Information of current result type

    Good morning, is there any possibility to receive information about the current view settings in Plaxis output via python. I want to get the information of the current result type which is shown in the Output Programm to create the filename for…
  • Pseudostatic load in Python scripting??

    Hello everyone, I want to do pseudostatic analysis with Python scripting. However, I cannot find the right command to activate pseudostatic load as I would in Staged construction on the GUI. Does anyone know how to do this? I tried both set and setproperties…
  • groundwater in API

    Hello I can do groundwater analysis in PLAXIS LE API?
  • PLAXIS2D Python automation - any api for report generator?

    Hello everyone, Is there any pythonic way to deal with generating report? Thank you.