Browse By Tags

  • Ram Concept Python API Getting Strip Forces

    Hi Is it possible to get strip forces through the python API. I have found there is good documentation for getting column reactions and wall reactions. I think it needs to obtain through the result_layers.EnvelopeResultLayer Classes. I am determining…
  • Introducing the PLAXIS LE Slope Stability Solver API

    Application PLAXIS 2D LE PLAXIS 3D LE Version PLAXIS 2D LE CONNECT Edition V21.01 PLAXIS 3D LE CONNECT Edition V21.01 Status Technology Preview Date created 15 April 2020 Date modified 16 April 2020 With…
  • Accessing excel worksheet via Plaxis scripting

    Hi, I am running a sensitivity analysis for an excavation after demolition of an existing structure. The analysis includes a number of pile elements and plate elements. The pile locations are updated by sometimes a 0.5m or so. Now, with Plaxis Input…
  • No module named 'plxscripting'

    Hi there, I'm trying to run a python script with PLAXIS 2D with IDLE and SciTE, but I get the following error: Traceback (most recent call last): File "D:/PLX_IDLE.py", line 4, in <module> from plxscripting.easy import * ModuleNotFoundError: No module…
  • How to set name of user water level in python API?

    waterlevel_s = g_i .waterlevel(( -50 , self . WaterLevelLeft ), ( 0 , self . WaterLevelLeft )) I have a water level as can be seen above. I would like to give it a name so I can retrieve it later. I have tried " waterlevel_s.Name = "WL_Left_" + self…
  • What order should g_i.embeddedbeammat() for embedded beam row properties be?

    I have the following line g_i .embeddedbeammat(( "MaterialName" , deadman_material_name ),( "E" , deadman_E ), ("Width", deadman_width),( "w" , deadman_unit_weight ),( "PredefinedBeamType" , 2 ),( "Lspacing" , deadman_spacing ),( "SkinResistance"…
  • How to prevent two polygons from merging as same soil/material in python API? Seems that when you add a different polygon on top of an already existing polygon, Plaxis automatically assigns a soil material of the polygon underneath?

    As further description to the title, it seems in the python API when you add a polygon on top of an already existing soil polygon, when you run a gotostages or gotoflows function, the soil/material assigned to the smaller polygon (yellow below) in the…
  • How to get results for total stress on an interface in python PLAXIS api.

    I'm at the stage where I think it is g_o.ResultTypes.TotalStress possibly or g_o.ResultTypes.Plate.TotalStress. Not sure what the command will be exactly.
  • Automatically generated cross-sections of embankments

    Application PLAXIS 2D Version PLAXIS 2D CONNECT Edition V20 Date created 08 February 2021 Date modified 08 February 2021 Introduction A road embankment is usually a long structure and lies on non-homogeneous subsoil…
  • ModuleNotFoundError: No module named 'encryption'

    Hello, I want to use plaxis with python scripting and i have an error with the module plxscripting : I use Spyder as IDE and the instruction is : from plxscripting.easy import * and i get the error : File "C:\ProgramData\Bentley\Geotechnical\PLAXIS Python…
  • Adding functionality to PLAXIS Calculation Manager: pre- and post-processing

    Application PLAXIS 2D PLAXIS 3D Version PLAXIS 2D CONNECT Edition V20 Update 3 PLAXIS 3D CONNECT Edition V20 Update 3 Date created 15 December 2020 Date modified 15 December 2020 General The Calculation manager tool…
  • Could not find module plxscripting

    Using visual studio 2019 and added a new python environment with the path "C:\ProgramData\Bentley\Geotechnical\PLAXIS Python Distribution\01.00\python". The plxscripting folder exists within the Lib folder but does not appear on the list of imported packages…
  • Are there any API calls to exchange data during the energy simulation and external software like python? Possibly allow sending commands from an external interface like change in schedules to the simulator?

    Are there any API calls to exchange data during the energy simulation and external software like python? Possibly allow sending commands from an external interface like change in schedules to the simulator?
  • Remove invalid custom connections for PLAXIS 3D

    Application PLAXIS 3D Version PLAXIS 3D CONNECT Edition V20 Date created 13 October 2020 Date modified 13 October 2020 In PLAXIS 3D, a custom connection can be created in Staged construction mode between two plates…
  • How to install additional Python modules in PLAXIS

    Application PLAXIS 2D PLAXIS 3D Version PLAXIS 2D CONNECT Edition V20 PLAXIS 3D CONNECT Edition V20 Date created 13 October 2020 Date modified 13 October 2020 When using the PLAXIS scripting environment it is common…
  • SciTE issues when running a Python script

    Application PLAXIS 2D PLAXIS 3D Issue status Solved First Affected Version PLAXIS 2D CONNECT Edition V20 Update 2 PLAXIS 3D CONNECT Edition V20 Update 2 Found in Version PLAXIS 2D CONNECT Edition V20 Update 2 PLAXIS 3D CONNECT…
  • Using PLAXIS Remote scripting with the Python wrapper

    Application PLAXIS 2D PLAXIS 3D Version PLAXIS 2D PLAXIS 3D Date created 29 April 2015 Date modified 04 April 2022 The PLAXIS software provides an HTTP based API (REST HTTP API), for which a special Python wrapper…
  • User defined Python script (3D): Extract displacements by coordinates

    Application PLAXIS 3D Version PLAXIS 3D AE Date created 31 August 2016 Date modified 31 August 2016 Description A small Python script was written to obtain deformation results using the Remote scripting features…
  • Remote Scripting API: Drivemining

    Application PLAXIS 2D PLAXIS 3D Version PLAXIS 2D PLAXIS 3D Date created 01 November 2013 Date modified 01 November 2013 Since PLAXIS 3D 2013 it is possible to run scripts written in the Python programming language…
  • API Scripting Error: Missing owner object for property object

    Application PLAXIS 3D Issue status &#10004; Solved First Affected Version PLAXIS 3D 2013.00 Found in Version PLAXIS 3D 2013.00 Fixed and Released in Version PLAXIS 3D 2013.01 Issue # 19634 Date created …
  • PLAXIS Output Phase/Step object compatibility

    Application PLAXIS 2D PLAXIS 3D Version PLAXIS 2D PLAXIS 3D Date created 26 September 2017 Date modified 26 September 2017 Versions: PLAXIS 2D 2017, PLAXIS 3D 2017 Description With the released versions of PLAXIS…
  • How to create a tunnel using Python

    Application PLAXIS 2D PLAXIS 3D Version PLAXIS 2D 2023.2 PLAXIS 3D 2023.2 Date created 23 May 2017 Date modified 17 October 2023 Description The following article gives information on how to use the Remote scripting…
  • Identify Python commands from Plaxis command line

    Application PLAXIS 2D PLAXIS 3D Version PLAXIS 2D PLAXIS 3D Date created 28 October 2015 Date modified 06 July 2022 Introduction Since PLAXIS CONNECT Edition V20, extensive documentation is available regarding…
  • Output scripting example: get maximum bending moment

    Application PLAXIS 2D Version PLAXIS 2D Date created 29 April 2015 Date modified 29 April 2015 In this example, we will use Tutorial Lesson 3 (Tied back excavation) [ link ] for the Plaxis file. In this case, we want…
  • Output scripting example: create curve data

    Application PLAXIS 2D PLAXIS 3D Version PLAXIS 2D PLAXIS 3D Date created 06 May 2015 Date modified 06 May 2015 Since PLAXIS 2D 2015 and PLAXIS 3D AE, the Output program can also be accessed via REST HTTP / Remote…