Create Region - Data Matching

Hi all,

I am trying to create several regions. As inputs, I am using the Data Tree of Revit views and the Data tree of the closed boundary. When I place multiple views as Data Tree, not all regions are created.

Please see the image attached

Is this a bug in the component or is it meant to work like this? Thank you for the help

I manage to make it work with the use of the Duplicate Data component but I had to graft the inputs

if level the inputs as a list of lists then data matching is not working as expected

Works as expected here. What are your expectations? Can you provide internalized curves? and example? Thanks.


re_filled Regions.gh (11.1 KB)

Hi, thanks for the fast reply.

I was expecting that component will make in your example a total of six regions. 3 for view 1, 2 for view 2, and one for view on branch three. Is this possible? The same way as other components work. If one branch has one Revit view and severe boundaries then that Revit view is matched with each boundary

if you create a region in the Revit UI, placing several Rectangles its going to create one region. You would need to match the list length to the views and graft individually if you want individual regions.

Ok, thanks I understand now, I forgot how Revit works :face_exhaling: