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 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…
I am trying to save and export plot of different forces and displacement for a plate.
Should I use this function Structuralforcesplot? or am I mistaken?
Which function should I use to generate contour plots of a pile cap modelled using a plate?
Hello
Will you share the script in the webinar ? communities.bentley.com/.../coffee-corner-geotechnical-analysis---more-efficient-plaxis-usage-with-python-api---am-and-pm-sessions-available
Can we download and use it?
Thank you
Hello everybody,
I'm trying to programm a simple Plaxis routine to run my model and generate results such as deviatoric stress vs axial strain, pore pressure vs axial strain, among others.
The thing is that i cannot find where those names are. I…