Message 1 of 7
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report
Hi everyone,
I would like to storage nodes of panel in a list with python.
The aim is to browse the list to get FEdetail.MXX for exemple.
Actually I do like this :
for j in range(58,61😞
FEParams.Case=j
for i in range(0,41😞
FEParams.Node = i
FEdetail=structure.Results.FiniteElems.Detailed(FEParams)
mxx_ELSF=(FEdetail.MXX)*0.001
myy_ELSF=(FEdetail.MYY)*0.001
mxy_ELSF=(FEdetail.MXY)*0.001
Could you help me to find the solution ?
Thank you in advance,
Regards
Louis
Solved! Go to Solution.