I’ve made this script that collects all the families in my project and assign every mark of said family a different letter (a,b,c,…). My current script works but it is quite hectic as im copy pasting the different nodes times the amount of families in my project. fyi the different types in the family need the same letter.
Group FamilyType by Family and then generate your mark sequence for the number of families. Then you assign the mark to the group (sublist) of FamilyTypes.
This would either be a number of groupings in series (for each value) or you can join all 3 values as a string and use that as an “identifier”. But it’s the same idea as above.