How to expand a path labels in Abaqus?
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, ......,...
30 January 2023
3,361
1
View