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…
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…
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…
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:
-----------------------------------------…
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.
Hi all,
what is the command to get the mesh node numbers of a mesh in python?
EDIT: Actually I was refering to the total mesh node number (quantity of nodes). It was my fault I expressed myself wrong.
thanks.
Hello,
I'm trying to write a python script that will extract stress and displacement results from all nodes on a single chosen interface, but am having some trouble with getting results for the interface element, i've tried variations on the code…
Hi,
I have a question which might have been already answered elsewhere but I couldn't find it. Basically I am trying to automate (using python) a load assignment procedure to a collection of rigid bodies (again which are multiple rigid bodies having…
Hi,
Im trying to run my plaxis python code using Pycharm and as soon as the code reaches " import plxscripting.easy", Ill get ImportError:
"ImportError: cannot import name 'MutableMapping' from 'collections' (C:\Users\Farbod\AppData\Local\Programs…
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…
Hello,
Is there any way to find a borehole polygon (made using boreholes) corresponding to some coordination?
Basically I want to make the code below automated instead of having an specific name (i.e. BoreholePolygon_1_2 in this case) in it…
I need to do it with 2 BoreholePolygon that are always at the same coordinates but the total number of BoreholePolygon changes cause I launch several calculations.
Hello,
Is there any way to run a python code in Plaxis without having to go through the process of Expert -> Run Python Script --> etc.? (e.g. from windows command prompt or any other way)
Cheers,
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…
Hi,
I am trying to change the soil parameters of a soil already present in the Plaxis Model using Python and V22 (new material database).
How do you have to address the parameter in order to change the value? For example, if I try to change E50Ref…
I found the article that talks about (How to get a load - displacement curve using Scripting interface). It was useful and I tried it, and it worked smoothly with Python.
Now, the problem I have is different from the one given in the example in the…
Hi,
I am using python to iterate through phases. there are phases using the plastic calculation and fases using the safety calculation.
for the input side:
for phase in g_i.Phases[:]: if phase.DeformCalcType == phase.DeformCalcType.safety: print…
Hello, I have a question to connect plaxis from a code in python.
Initially I got this error: "ModuleNotFoundError: No module named 'plxscripting' "
And I managed to fix it by placing the following code:
" File "C:\ProgramData\Bentley\Geotechnical…
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…
Hello,
How can I use python to see a list of all the boreholepolygones generated in Plaxis?
Same question also applies to a list of all the user-defined water levels, loads, etc.
Thank you very much