Bentley Communities
Site
Search
User
Site
Search
User
Welcome
Products
Support
About
More
Cancel
Product Communities
GeoStudio | PLAXIS
Sign In
All tags
Remote scripting
API
Automation
commands
CONNECT Edition
cookbook
error
Geometry
geotechnical
Geotechnical Analysis
Input
material set
output
PLAXIS
PLAXIS 2D
PLAXIS 3D
plaxis python wrapper
py cookbook
pyapp
python
python cookbook
Rest Http
Scripting
soil layer
soil layers
Tunnel
Damage assessment of adjacent buildings caused by excavations using the Burland's chart
Stefanos Papavasileiou
Application PLAXIS 2D Version PLAXIS 2D 2023.1 PLAXIS 2D 2023.2 Original Author Hung Ho Manh - Technical Support Group Date created 10 October 2023 Date modified 10 October 2023 Introduction Excavations (open…
27 days ago
GeoStudio | PLAXIS
GeoStudio | PLAXIS Wiki
Plaxis python get maximum Utot for a plate
Xuyan Liu
Hey, I'm following the script in (+) Output scripting example: get maximum bending moment - GeoStudio | PLAXIS Wiki - GeoStudio | PLAXIS - Bentley Communities to get maximum total displacement of the plate. The script I use is here x_left=32 IDsSLS…
1 month ago
GeoStudio | PLAXIS
GeoStudio | PLAXIS Forum
How to identify the material name of an object in Output using Python scripting
Stefanos Papavasileiou
Application PLAXIS 2D PLAXIS 3D Version PLAXIS 2D 2023.2 PLAXIS 3D 2023.2 Date created 21 September 2023 Date modified 21 September 2023 Original author Stefanos Papavasileiou - Bentley Technical Support Group …
1 month ago
GeoStudio | PLAXIS
GeoStudio | PLAXIS Wiki
Target machine refuse connection on output
Abdiel Ramon Leon Bal
Dear all, I'm trying to run some batch calculations in a number of machines using the python-Plaxis wrapper. I have configured both input and an output ports for the machines to communicate with the Plaxis server. However, when writing the output, the…
2 months ago
GeoStudio | PLAXIS
GeoStudio | PLAXIS Forum
Interrogating a Plaxis 2D model via python scripting to get all phase information data
Natalie Bouwman
HI I have an existing PLaxis 2D model, and i am interrogating the model via python to get all the information out. For the structural elements and soil elements etc this is straight forward, however I am not having much luck to extract the information…
3 months ago
GeoStudio | PLAXIS
GeoStudio | PLAXIS Forum
There is no plxscripting module!
Sanaz Karimi
Hello, I need to use the Plaxis script to get the result but I have this error (No module plxscripting) in the script! I did below steps: 1- Activated remote scripting server 2- Started SciTE editor 3- Included boilerplate below: from plxscripting. easy…
4 months ago
GeoStudio | PLAXIS
GeoStudio | PLAXIS Forum
There is no plxscripting module !!
Sanaz Karimi
Hello, I need to use the plaxis script to get the result but I have this error (No module plxscripting) in the script! I did below steps: 1- Activated remote scripting server 2- Started SciTE editor 3- Included boilerplate below: from plxscripting. easy…
4 months ago
GeoStudio | PLAXIS
GeoStudio | PLAXIS Forum
Python script for user defined model
Kunyu Yang
Hi, I am trying to use the Python script to set my material model and properties. For example, If I try to set material properties for the user-defined Drucker-Prager model: material1 = g_i.soilmat() material1.setproperties( "MaterialName", "1"…
Answered
4 months ago
GeoStudio | PLAXIS
GeoStudio | PLAXIS Forum
Extracting the structural forces (i.e. M, Q, N) in volume plate using python
Habib Rasouli
Hi there, I am trying to find a way to extract the structural force in volume plate using python for multiple phases and multiple volume elements. I understand there is option in Tool (structural forces in plate volume) and you can define the centreline…
5 months ago
GeoStudio | PLAXIS
GeoStudio | PLAXIS Forum
Hi, how can I use the Python API to model tunnels? I'm already going crazy! If I use the process of Tunnel Designer to code and model, the code will terminate when assigning material to the tunnel plate unit, and the error is' The plate unit does
tongji_liukai Liu
Tunnel, Python API
5 months ago
GeoStudio | PLAXIS
GeoStudio | PLAXIS Forum
API connection to Plaxis on server
Christian Rasch
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…
Answered
7 months ago
GeoStudio | PLAXIS
GeoStudio | PLAXIS Forum
How to output the tips about phases fail to calculate?
Pan SUN
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…
11 months ago
GeoStudio | PLAXIS
GeoStudio | PLAXIS Forum
Python script for function 'arrayr' in Plaxis3D, got errors
Yuting Zhang
I tried to use 'arrayr' to creat 30*30 cubiods in x-y plane using Python script. Codes: soil1 = g_i.cuboid(1, (0.5, 0.5, 0)) g_i.arrayr(soil1, 30, (1,0,0), 30, (0,1,0)) Errors: !!!!> arrayr (Volume_1 Volume_1.Soil) 30 (1 0 0) 30 (0 1 0) Invalid…
over 1 year ago
GeoStudio | PLAXIS
GeoStudio | PLAXIS Forum
How to complete Tunnel Geometry ("extendtosymmetryaxis" and "symmetricclose" command).
Muhammad Rayyan
Dear Stefanos and Team, I am using Plaxis 2D V21. I am currently trying to re-do Tutorial 7 (Excav. of an NATM Tunnel) through Python remote scripting. I would like to perform the "extendtosymmetryaxis" and "symmetricclose" command through python…
Answered
over 1 year ago
GeoStudio | PLAXIS
GeoStudio | PLAXIS Forum
Palxis remote scripting - "Einc" command does not work for Mohr-Coulomb soil model
Muhammad Rayyan
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: -----------------------------------------…
Answered
over 1 year ago
GeoStudio | PLAXIS
GeoStudio | PLAXIS Forum
How to set material's "IncreaseOfShearStrengthWithDepth" value through Python
Muhammad Rayyan
Dear Soilvision experts, I am using Plaxis 2D Version 21.01.00.479 through python scripting. I would like to set an Su increment value for a Mohr-coloumb material. I checked the command reference (through Help tab), it says the right command is called…
Answered
over 1 year ago
GeoStudio | PLAXIS
GeoStudio | PLAXIS Forum
Changing Soil Material in Calculation Stages using python
Sangeet Patra
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…
over 1 year ago
GeoStudio | PLAXIS
GeoStudio | PLAXIS Forum
Plaxis Python API - Change parameters of soil materials
Christian Rasch
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…
Answered
over 1 year ago
GeoStudio | PLAXIS
GeoStudio | PLAXIS Forum
Plaxis 2D Version 22 - Remote Scripting Error
Neethu Ragi Manoj
While trying to connect to Plaxis Version 22 through a Python interpreter, getting the following error. How can we resolve this?
over 1 year ago
GeoStudio | PLAXIS
GeoStudio | PLAXIS Forum
CONNECTION Client user message causes problems on remote server.
Johan Ede
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…
over 1 year ago
GeoStudio | PLAXIS
GeoStudio | PLAXIS Forum
Python output, missing result
Xuyan Liu
Hi guys, I tried to use Python scripts to select a node and want to retract the Utot of this node for all steps and phases. Here is how I selected the node output_port = g_i.selectmeshpoints() s_o, g_o = new_server('localhost', output_port, password…
over 1 year ago
GeoStudio | PLAXIS
GeoStudio | PLAXIS Forum
drawing frame setting showing the ID
yiu sing choi
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…
over 1 year ago
GeoStudio | PLAXIS
GeoStudio | PLAXIS Forum
Python Script: extrude multiple surfaces to volumes
Kunyu Yang
Hi, I am trying to use Python script in Plaxis to automate my work and I am stuck with extruding multiple surfaces to volumes: here is my code: for i in range (1000 ): g_i.extrude((g_i.Polygon_i), 0 , 0 , 1 ) the error message: AttributeError…
Answered
over 1 year ago
GeoStudio | PLAXIS
GeoStudio | PLAXIS Forum
Remote scripting: input values to Linear Elastic soil material
Lasse Kudsk
I'm used to model PLAXIS using remote scripting, but has encountered a problem when scripting a linear elastic soil material. I get an error when I input the following, in that order: MaterialName, SoilModel, DrainageType, gammaUnsat, gammaSat, Eref,…
over 1 year ago
GeoStudio | PLAXIS
GeoStudio | PLAXIS Forum
Why are the Plaxis' polygons object not in the exact order as they were generated?
Muhammad Rayyan
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…
Answered
over 1 year ago
GeoStudio | PLAXIS
GeoStudio | PLAXIS Forum
View related content from anywhere
More
Cancel
>