Browse By Tags

  • PLAXIS LE DEFAULT COLOR OF SLOPE

    Hello guys, How do I change the default color of my talude in the api of plaxis LE? Thank you very much for the attention.
  • Is it possible to read out outputs for a selection of plate elements using getresults()?

    I wonder if it is possible to read outputs from plate elements only for the parts that are currently displayed in Output. I have a model for a circular shaft in Plaxis3D for which I want to hide some parts of the plate sections. I am interested in reading…
  • Can i make a dump of all the commands through python API?

    I want to create a list of all the commands through the python API. Can i make a dump of all the commands (as shown in the Examine commands) this way?
  • Colormap normalization in output

    Dear All, Thanks for your help in advance. I am working on mapping the color shown in the output page to the actual represented values (stress or strain), under the guidance of the color bar at the right hand side. The first thing I need to know is…
  • SoilVision database in Plaxis LE API

    Hello guys, Is there any way I can use soil data from the SoilVision database in the Plaxis LE API? Thanks for the attention!
  • How to output the tips about phases fail to calculate?

    When I use python to setting the phases calculation, I can't get feedback on the failure of the stage calculation directly from the python interface. The fails of calculation do not stop the batch. Therefore, when I batch calculate models, I cannot tell…
  • Activate and deactivate elements with python

    Hello, I am building a python script that allows us to optimize piles length in Plaxis. I have a problem with the python command to activate or deactivate an element in an existing phase. You will find below the script and in red the command that…
  • 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…
  • Creating executable (.exe) Python code for Plaxis

    Hello, I have written an add-on program for Plaxis for designing retaining walls. The program works OK and now I want to convert it to a ".exe" file to distribute it in the company. I'm converting my Plaxis code to ".exe" using the simple PyInstaller…
  • PLAXIS LE and JSON library in python

    Hello guys, if I want to query specific information from the output of my model, such as the "radius", for example, should I use the python JSON library and transform the data into float type variables to perform my calculations? Is this the only…
  • Looping in python to create model in PLAXIS LE

    Hi community, I'm doing a looping that in each execution involves changing the phi (friction angle) and the c (cohesion). For every c and phi change, should I create a template? Is this the only way? Because I need to get the values of phos and…
  • Python string slicing with Pywapi

    After reading this , I wrote a Python program to predict the weather. The pywapi module was utilized. I'd want to slice the place it offers. Consider the following scenario: >>> pywapi.get_location_ids('new york') {u'JMXX0950': u'New York, 14, Jamaica…
  • Python is interface/plate/anchor active?

    Hi all, is there a way in Python to get whether an item is active in the phase? purpose: looping through the phases and read the data out of every interface/plate active in that phase. something like: for fase in g_o.Phases[:]: for Interfa…
  • PLAXIS LE PLAXIS DESIGNER SCRIPT

    Hello guys, how do I export a template created in the plaxis designer to my python script, please?
  • Set properties for a plate material via Python - not working.

    I am trying to set properties for a plate material via Python. It initially seems to work and the command goes through to PLAXIS like this: Python: soe_mat = g_i.platemat("MaterialName","SOE_Wall","IsIsotropic",True,"EA",435000000,"EI", model['wall_EI…
  • SOLVER FROM PLAXIS LE

    Hi guys, I'm running a loop to get the fos but each time the solver opens. Is there a way not to open it? Thank you for your consideration. I look forward to hearing from you, Mariele
  • set automatic values in Legend for OUTPUT using Plaxis Python

    Hi, I want to set automatic values in the legend for OUTPUT using Plaxis Python. I tried this: g_o.Plots[- 1 ].LegendSettings.MinValue.Automatic = True g_o.Plots[- 1 ].LegendSettings.MaxValue.Automatic = True it doesn't give any error, but also…
  • Support capacity evaluation of a tunnel lining in PLAXIS 2D

    Application PLAXIS 2D Version PLAXIS 2D CONNECT Edition V22 Update 1 and later Original Author Richard Witasse - Application Engineer Date created 01 November 2022 Date modified 01 November 2022 The project…
  • Python get Structual element by Name

    Hi, there is a script example to get the anchor forces out during several phases: Output scripting example: get anchor force - PLAXIS | SOILVISION Wiki - PLAXIS | SOILVISION - Bentley Communities the anchor is identified by its location (g_o.getresults…
  • Divergence between model in interface and api - PLAXIS LE

    Hi folks, I'm creating a model in the script and I wanted the same results from interface. I thought it might be a difference in the convergence settings, but it's not. The FOS is the same in both models, but the position of the slip surface is different…
  • PYTHON get the max displacement of a phase for the Legend setting in a plot

    Hi, how to get the max displacement of for a plot in python? I can get the SumMsf out of the Reached method for each phase, how ever no displacement value is stored there. I need that to set the max value of the legend for the displacement plot…
  • python pandas

    Hello, Since I am working with plaxis connect my python scripts which use pandas are not working anymore. I followed the steps in this thread, without success. https://communities.bentley.com/products/geotech-analysis/w/wiki/51822/how-to-install…
  • Palxis remote scripting - "Einc" command does not work for Mohr-Coulomb soil model

    Dear Stefanos/team, I am using Plaxis 2D V21 Ultimate. I would like to input Young's Modulus Increment (Einc) through python remote scripting. However, It does not work. My script is as the following: -----------------------------------------…
  • create annotations in an output in plaxis2D by python

    Hi All, just a suggestion of improvement: it would be nice to be able to create and edit annotations for plots within python. Example: deformation plot and an annotation of the corresponding Msf value.
  • Optimize excavation calculation time for wall horizontal displacement criteria

    Application PLAXIS 2D PLAXIS 3D Version PLAXIS 2D CONNECT Edition V22 PLAXIS 3D CONNECT Edition V22 Date created 23 September 2022 Date modified 23 September 2022 Original author Hung Ho Manh - Bentley Technical Support…