Hello All,
I am new to python.
I want to create a script for extracting contact pressure along a path.
Path type is node list, and the name and node numbers are provided via a text file.
Following is the code I wrote so far.
read_file=open("Node_Numbers.txt", "r")...