I have a list of the path node labels, more than 10 thousand nodes, now I want to using this node labels to get the Field output values, how can I do?

I know I can get the values though python script below, but [45]'s nodeLabel is not 45.

prettyPrint(odb.steps['xxx'].frames[1].fieldOutputs['S'].values[45].mises)

prettyPrint(odb.steps['xxx'].frames[1].fieldOutputs['S'].values[45].nodeLabel)

# nodeLabel is not 45, it can be anything else.

How can I do?

Similar questions and discussions