A path format is like this in Abaqus Python script.

path_1 = (23, '1602:1521:-1', 22, '1520:1489:-1', 21)

How to expand the path to (23, 1602, 1601, .........., 1521, 22, 1520, 1519, ......, 1489, 21)

Is there a function in Abaqus?

Similar questions and discussions