Select sub-interfaces with Python

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 is: with Python, how do I select Interface_1_2 and then take results from it? I know how to do it for the global interface: <<g_o.getresults(g_o.Interfaces[i], phase_o, g_o.ResultTypes.Interface.InterfaceEffectiveNormalStress, "node") >> but I would like to take the results only for Interface_1_2, how am I supposed to do it with Python?


With my best regards,

Afonso Anjos

Parents Reply Children
No Data