Lists and sub lists

Hi guys,

I need to move lists of curves into create sub lists dependent on the model group they are from.

Currently the output is this:

List 1
1
2
3
4
List 2
1
2
3
4
List 3
1
2
3
4
List 4
1
2
3
4
List 5
1
2
3
4
List 6
1
2
3
4

The output should be something like this:
List 1
List 1
1
2
3
4
List 2
1
2
3
4
List 3
1
2
3
4
List 4
1
2
3
4
List 2
List 1
1
2
3
4
List 3
List 1
1
2
3
4

Hopefully that makes sense.

If you can, count the number of elements in model groups, then chop your curve lists at appropriate level.

1 Like

use lacing levels

2 Likes

Thank You Jan_Secnik and Seyedamir.hakim

Kind regards

1 Like