Creating a path in python for Abaqus
Dear all,
I want to write a python script for ABAQUS in which I can define a path for post-processing purposes. Getting the nodes which lie on the path is easy because they all lie on one edge, so with
myNodes=myEdge.getNodes()
I get the list of nodes.
Now the problem: