TheSwamp

Code Red => .NET => Topic started by: nobody on August 30, 2015, 01:35:54 AM

Title: How to add random messages to drawing
Post by: nobody on August 30, 2015, 01:35:54 AM
I was thinking it would be cool if I could add notes to a drawing that I could review any time I open it... but not sure where I'd have to store them? Looking for a way to do it without text in my drawing.  Anyone know how to do this that can point me in the right direction?
Title: Re: How to add random messages to drawing
Post by: Kerry on August 30, 2015, 01:51:13 AM
Perhaps do some research on the ExtensionDictionary.
Title: Re: How to add random messages to drawing
Post by: nobody on August 30, 2015, 02:21:23 AM
Thanks Kerry! didn't even know where to start :) Much appreciated.
Title: Re: How to add random messages to drawing
Post by: Keith Brown on August 31, 2015, 09:51:45 AM
The application at the link below uses extension dictionaries to add log entries to a drawing and display those log entries on a palette.  I downloaded it when it was free but it seems it costs money now.


https://apps.exchange.autodesk.com/ACD/en/Detail/Index?id=appstore.exchange.autodesk.com%3adwglog%3aen (https://apps.exchange.autodesk.com/ACD/en/Detail/Index?id=appstore.exchange.autodesk.com%3adwglog%3aen)


In either case it might give you an idea on the direction to go.