Hello,
I am doing this ABAQUS script as below however it continues to give me a Value Error, part where Value Error is I have shown below:
# Apply concentrated force at the specified point
top_point = part.vertices.findAt(((length / 2, height, width / 2),))
top_point_set =...