Hi,
We have moved our Plaxis installation to a server, accessible by a virtual machine. The remote scripting server of the Plaxis calculation is still reachable from the local laptop.
However, an installation of Plaxis on the local computer is still…
I want to define an embedded beam row material in PLAXIS 2D via python scripting .
I used this page from Bentley communities ( Material Property changes for Python scripting - GeoStudio | PLAXIS Wiki - GeoStudio | PLAXIS - Bentley Communities ) to specify…
I'm trying to extract total stresses for a dynamic analysis on all my stress points using python. Compared to getting data form the curves manager, this method incredibly slow as the getcurveresults command is executed from the command line incredibly…
Hello,
We are experiencing an issue while connecting to Plaxis 2D via gRPC.
Plaxis 2D is properly configured and the 10000 port is also set in the remote scripting service:
It seems the call to new() method is generating an exception in connection…
Hello there,
I would like to know how do I select the sub-object of an object with Python? Let's say we have an interface called Interface_1, which intersects two different soils thus dividing the interface into Interface_1_1 and Interface_1_2. My doubt…
I have a PLaxis2D model which i open using python and want to extract all the information.
I am currently struggling to extract the SoilContour/Canvas information.
In the GUI you can see this in FIle/Project properties/Model/COntour, but i cannot…
I am trying to get iformation on a individual step. For example I want to extract data from each step. What I did so far was to iterate through my steps, but apperently each Phase has more steps, from which not all of them are calculated. An error is…
When I set material properties for Hardening Soil Model in Python V21 I receive following Error: Unknown property: E50Ref.
I have already checked the Material Property changes for Python scripting for V21 and the property names should be correct.
…
Hi guys,
Im looking at the Plaxis LE documentation and am having trouble performing EntryExitSearch analyses on the API. Can you give me an example, please?
Thanks,
Mariele
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…
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…
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…
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…
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…
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…
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…
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…
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…
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…
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