"I would like to extract stress values for all steps along a defined path in Abaqus-Python. The path should be based on a node set, which, in turn, is based on an edge. How can I obtain the node coordinates in the correct order to create the path?"

I am looking for a way to get a list like "((1, 1, 1, 1), (2, 1, 1, 1), (3, 1, 1, 1), (4, 1, 1, 1), (5, 1, 1, 1),..." but the node labels are not necessarily in order, like here. So is there maybe a way to obtain the node coordinates along a direction?

More Marco Walter's questions See All
Similar questions and discussions