Hi,
there is a script example to get the anchor forces out during several phases:
Output scripting example: get anchor force - PLAXIS | SOILVISION Wiki - PLAXIS | SOILVISION - Bentley Communities
the anchor is identified by its location (g_o.getresults(phase,g_o.ResultTypes.NodeToNodeAnchor.Y,'node') )
is it possible to identify anchors or plates by its Name / Identification?
EXAMPLE: Plate 438 / [Plate_9_3]
thanks.
Hi, I'm interested in getting the name of each plate in my results dataframe. I tried the g_i.get_equivalent() method but I didn't get what I wanted. Maybe I didn't use it well. Could you provide an example please ?Thanks !
Dear Zakaria,
I am missing some information here, which makes it difficult to give a straightforward answer.
I will give you nevertheless an approach you can use.
If you are working with PLAXIS Output and with the getresults (or any of the "results" commands) our approach is to use the syntax that supports providing the name of the plate already instead of collecting the results for all plates. So, for instance:
for plate_parent in g_o.Plates[:]: for plate_cut in plate_parent: print(plate_cut.Name) uy_per_plate_cut = g_o.getresults(plate_cut, g_o.Phases[-1], g_o.ResultTypes.Plate.Uy, 'node')
Note that the g_i.get_equivalent() is a function implemented by us to identify the equivalent object between modes in Input and between Input and Output. The case of the user above is different and I would recommend the approach I just described.
If you need further assistance with this, please submit a service request. Then, one of our support engineers can help you in detail: https://apps.bentley.com/srmanager/ProductSupport