I want to automate the complete workflow for creating area plans from Dynamo.
With help from some of you, I was able to create the area plan views, and the area boundaries from within Dynamo. Now, I’m wondering if it is possible to create areas within those area boundaries I just managed to create. Any ideas?
First, I use the Rhynamo package to retrieve the curves from the conceptual design which were made in a Rhino model, this are arranged according to the Rhino layers. I proceed to transform them into a Dynamo PolyCurve.
Once organized on lists by levels, I used the AreaSeparator.FromCurve to create Area Boundaries according to these Dynamo PolyCurves in the specified Area Plan.
Now, what I would like to do is, create the Areas corresponding to these Area Boundaries I just created. I’m attaching a reference image of what I would to achieve with Dynamo (the areas on the image below I had to placed them manually).
Excellent, I didn’t know that package. I didn’t have to regroup the curves as such, as I had them as PolyCurves, so I just connected those to the Area.CreateAtPoint node from SteamNodes, as well as the respecting Area Plan and that worked perfectly.