Feed Area Information to Elements Within

Here’s one way to look at it

That’s the python script
import clr
OUT = [a.AreaScheme.Name for a in UnwrapElement(IN[0])]

2 Likes