Link drawing to external data
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report
Please excuse my newby language in trying to describe my problem. I searched for a solution and could not find it, maybe because I don't have the necessary "lingo" of the field. But hopefully you can point me in the right direction as I do hope that what I want to do is commonly done.
Say I have an AutoCAD drawing with lots of irregular shape hatch areas assigned to various layers.
I also have an Excel sheet with information that should be mapped to those hatched areas. Say one of the columns is "type" and based on that type I should place the hatch in a given layer in the drawing.
So what I am after is some guidance on how to go about:
- assigning some unique ID to the hatch (or accessing it if it automatically gets one on creation)
- export a list of hatches with their ID and current layer
- link (programatically?) the drawing to the Excel file so that on update the hatch moves to the layer commanded by the type specified in the layer
While searching for answers on my own I noticed that one can define blocks with attributes. That does not seem to be applicable here as I don't have reusable components (my understanding of blocks) but rather unique objects.
