I am having difficulty to run a Python script to extract plate results. The script is attached and I get the following error.
There was a similar question on error encountered with the command of plate=[plt for plt in g_o.Plates[:]] .
ExtractResults…
Applies To
Product(s):
STAAD.Pro
Version(s):
All
Environment:
N/A
Area:
OpenSTAAD
Subarea:
Load
Original Author:
Bentley Technical Support Group, Shreyanka Bhattacharjee…
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…
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…
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"…
Good morning,
is there any possibility to receive information about the current view settings in Plaxis output via python.
I want to get the information of the current result type which is shown in the Output Programm to create the filename for…
Hello everyone,
I want to do pseudostatic analysis with Python scripting. However, I cannot find the right command to activate pseudostatic load as I would in Staged construction on the GUI. Does anyone know how to do this? I tried both set and setproperties…
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