I believe that his is possible, at least part of the way, with the big massive exception that it’s level of success depends on how well your data is managed now.
Room.Boundaries is a likely start point, but without knowing more I’m not really comfortable throwing more than that out there as it would be as likely to derail your effort as it would to get you on track.
As @Yna_Db stated, show us what you have, and where you got stuck, and we can help you get on track.
Thanks for the fast reply room boundaries or getting the area and arranging it is not the issue within dynamo
The issue is i can’t find any functionality or nodes in dynamo to create AutoCAD layers so i can assign them to the boundaries before exporting to AutoCAD as dwf instead of creating 300 layers or more in AutoCAD and assign each layer to the area boundary manually
Ok here what i did so far i got the room boundaries for a selected level and certain rooms
and extracted the room boundaries as curves displayed within the Dynamo, but i can’t find any way to export it to AutoCAD , or create a new layer with specified name to each boundary
So i exported in to Rhino and from Rhino to AutoCAD, still trying to find out about the layers part or export to autoCAD from dynamo
I will try to figure out create the layers part in rhino using grasshopper…
Any advice about how to do that in dynamo, sorry i’m still new and learning
Try first to change the lacing. Your 2 lists (curves and layers) need also to match perfectly.
Edit: Autocad needs to be launched with a blank file opened. You could also need additional nodes such as Curve.ApproximateWithArcAndLineSegments and PolyCurve.ByJoinedCurves to make your curves fit to the required format.
Thanks, i only needed to open a blank autocad file, but unfortunately in autocad they are supposed to be 27 poly-lines but its exploded as 514 lines i also tried the 2 additional nodes but with same result
Filled regions are exported as a single entity which can be used to automatically generate a polyline. Not sure if the prior setup could be used to allow that though.
@jacob.small
Something could possibly be done by placing each room / filled region on a separate view and exporting to CAD with View.ExportDWG from Chynamo, but this would result in separate files, I think…