Place Filled Region with Order

Hey guys,
I am trying to create a script that basically retrieves program data from Excel and creates filled regions to perform program study and layout. I have two questions:

  1. Is there any way to place the filled regions in a certain order so that they won’t overlap? I used to use Geometry.Translate to place the elevations, but it seems like it doesn’t work with filled regions.
  2. Any ideas on how to create curved corners on each filled region? I have no idea where to start with this question, especially since I am using areas to create the filled regions.
    attached are the script file and excel sample file.
    Thanks in advance!!

Chung
Program Test.xlsx (13.4 KB)

Filled Region Test.dyn (66.3 KB)

Hi @Chong_Ze_Lin filled region is a detail items, and behave as so…for curved corners you could try something here…

2 Likes

Thank you Sovitek,
That solved my curve corner problem.

1 Like