Hi
Say I have a sequence of 10 groups : group_0 -> group_9
I want to blast the geometry contained in some of these groups based on a certain pattern, without explicitly naming them.
eg, Blast groups 1 -> 3 inclusive
I tried group_ but this gives me group_1 and group_3 and not group_2 as I'd hoped.
I'm thinking it might require a script?
Thanks