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…
Hi!
I'm trying to run Plaxis through Python for a Monte-Carlo analysis for my thesis project. At the university I've managed to get the remote scripting sever up and running in Plaxis 2D, but at the office, where I have Plaxis 3D the "Remote Plaxis…
I´m developing a Python script to automate the simulation a dam construction, but I´m having trouble to activate the layers (polygons) on each phase. Does anyone know how to do it?
When requesting the Line input objects via the Python interface, I noticed that it returns a segmented line, not the single line that you put in through the GUI. Is it possible to get the Python interface to return the single line that you put in yourself…
Hello everybody,
I'm trying to programm a simple Plaxis routine to run my model and generate results such as deviatoric stress vs axial strain, pore pressure vs axial strain, among others.
The thing is that i cannot find where those names are. I…