Sketching multiple curves inside a filled region using dynamo

Hi,

Just want to ask… is it possible to create a singe filled region instance from multiple sketch of shapes or curves derived from a nested list of points?

It is like sketching multiple shapes inside a filled region by the use of dynamo.

Thanks in advance

Hi @vbaac not sure do mean something here ?

1 Like

As long as all loops meet the requirements of sketches in Revit, you should be fine.

  1. All curve end points terminate at the start point of another curves
  2. No curves touch anywhere other than chained start/end points
2 Likes

arhhh yeah now i understand…:wink:

bros @sovitek @jacob.small ,

It was fixed by using the node FilledRegion.ByCurves+ by Spring package (as seen from @sovitek screenshot). At first I was using the OOTB node and it creates separate Filled Region instance for every curve in the list.

Thank you for the pointers from @jacob.small as well, I was able to solve the error which I did not notice was caused by over overlapping sides of the sketches.

Best Regards,

2 Likes