Browse By Tags

  • PLAXIS Python output plot zoom

    newest_plot = g_o.Phases[-1] newest_plot.ResultType = g_o.ResultTypes.Plate.Utot newest_plot.PlotType = 'shadings' image_wrapper = newest_plot.export(2048, 1200) For an example I have a plot like this, Is it possible to make it zoom in or out to make…
  • How to identify the material name of an object in Output using Python scripting

    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 …
  • Plaxis Plate MaterialID property is missing V2023.2

    If I am not wrong, until version 2023.1, I could access the Plate Material ID through Python using the g_o.ResultTypes.Plate.MaterialID syntax. My goal is to obtain the names of plates and their corresponding plate materials for each phase (in Output…
  • PLAXIS2D Python automation - any api for report generator?

    Hello everyone, Is there any pythonic way to deal with generating report? Thank you.
  • Colormap normalization in output

    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…
  • Python is interface/plate/anchor active?

    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…
  • set automatic values in Legend for OUTPUT using Plaxis Python

    Hi, I want to set automatic values in the legend for OUTPUT using Plaxis Python. I tried this: g_o.Plots[- 1 ].LegendSettings.MinValue.Automatic = True g_o.Plots[- 1 ].LegendSettings.MaxValue.Automatic = True it doesn't give any error, but also…
  • create annotations in an output in plaxis2D by python

    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.
  • Output reading Plaxis 3D embedded beams with Python

    Dear all, This is my first time asking a question here, but I have trouble creating a output script for my files to automate the reading of several of the resultant forces. The output is now made with the following script (see below). The problem…
  • Python - ResultType and PlotType

    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…
  • Python command for close active project

    Hello, What is the Python command for "close active project" in the Output? With "g_o.close()" I am closing all project plots and the Output, but I only want to close the plots and not the whole Output.
  • Unlock the Colour Legend from Plaxis Output by Python

    Hi, I am trying to generate the outputs by python. However, the max and min value of the colour legend is always locked. How can I unlock it? Thanks,
  • How to code /output in python?

    How can I code the following lines in Python for Plaxis 2D (2018)? Thank you. _selectmeshpoints /output addcurvepoint "Node" (1.4 0.0)
  • Export and format plots from PLAXIS Output using Python

    Application PLAXIS 2D PLAXIS 3D Version PLAXIS 2D CONNECT Edition PLAXIS 3D CONNECT Edition Date created 01 September 2021 Date modified 24 November 2022 Introduction The PLAXIS Output program offers the possibility…
  • How to retrieve results from PLAXIS Output by the node number

    Application PLAXIS 2D PLAXIS 3D Version PLAXIS 2D CONNECT Edition V21 PLAXIS 3D CONNECT Edition V21 Date created 30 July 2021 Date modified 30 July 2021 Description In this article, a simple example is provided…
  • COULD NOT SET HYDRAULIC GRADIENT RESULTS-PYTHON

    Hello; Actually, i have been wondering that;I ge the results for hgt like this : Hgt=g_o.getresults(g_o.Phases[-1], g_o.ResultTypes.Soil.HydraulicGradientTot, 'node') I could read the results on hgt but i could not set any result in the list like…
  • 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…
  • Extracting Material Names from Plaxis Output using Python

    Hi, I have a question regarding the extraction of material information from Plaxis Output. Following the example given by this article: https://communities.bentley.com/products/geotech-analysis/w/plaxis-soilvision-wiki/45443/material-lists-in-plaxis…
  • 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…
  • 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…
  • 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: get anchor force

    Application PLAXIS 2D Version PLAXIS 2D 2015 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…
  • Output scripting example: get heave of excavation bottom

    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 ] as an example. In this case, we want…