comp(f){array_a:X | array_b: Y} comp(f){array_a=X | array_b= Y} comp(f){array_a[0]=X | array_b[1]= Y}

774
2
03-27-2023 01:00 AM
romainjanil
New Contributor III

etc...

we really/urgently need a comp(selector) working with arrays of indexes (either 1D or 2D) AND with the  = operator. This would allow comping logical groups of geometry  and retaining their connectivity.

Cheers,

R

2 Comments
JonasObertuefer
Status changed to: Under Consideration

Hi Romain,

This is indeed something that would be nice if its possible, thanks for the input we added it to our backlog.

romainjanil

Hi Jonas, yep I don't know if this is possible and what core design implications it may have. basically it would be similar to dynamic (g) selector for all available components. Thanks