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…
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.
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…
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.
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…
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…
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,
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…
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,
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
Beste support,
Wij gebruiken Plaxis in de Connect Edition en hebben een aantal licenties voor het hele bedrijf om te delen.
Deze licentie gebruiken wij ook op een server waar wij middels pyton code de software automatisch aansturen.
Als er voldoende…
Hello
I m doing monte carlo simulations in python scripting to plaxis (2D V22 )for transient seepage analysis in embankment dams to find effect of permeabilty changes. I m using a workstaiton with 64gb ram and ssd harddisk.
But analysis take one and…
i have been using the remote script for printing. yet, the drawing frame has been now only allowed to show the step no.
may i ask is it possible to customize the drawing frame to show the ID ? which can show the phase name and phase no. for easy reference…
Hello folks
I am creating a gui-enabled script using Pyside2. My goal is to change the line length. The user will select the line to modify and enter the length.
Selected_Line = self.Lines_QComboBox.currentText() #select the line
Line_Length = float…
Hello,
We are using Plaxis LE/2D respective APIs to process calculations but sometimes they might require a good amount of time to process or can somethings enter into a non-convergence mode.
That said, it would be nice to be able to track the calculation…
Hi there,
I would like to ask you a question. Let say I created 10 polygons through a python environment, e.g.: "g_i.polygon( --insert coordinates here-- )". These polygons will be automatically named "Polygon_1", "Polygon_2", etc until "Polygon_10…
Hi,
I am able to export the Output plot using Python code, per the guidance provided in this article.
https://communities.bentley.com/products/geotech-analysis/w/plaxis-soilvision-wiki/45549/export-and-format-plots-from-plaxis-output
I tried out…
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…