Does anyone know of a way to embed html into Autocad? I want to be able to click on an object and a window within Autocad pop-up with some pictures and text in a table. I'm hoping there's a way that looks similar to a Google earth kml when the description shows?
Autocad can be driven by Javascript meanwhile. And by that, you can create your own palettes which are in fact a chrome browser window that seamlessly integrates into the Acad application. You can nearly reach the full acad API from Javascript. And it's also possible to extend the JS API by own routines as well. So you will be able to use the native links inside the drawing as well as any own Xdata or Dictionary as well. Getting started with Autocad Javascript|Enhance ACAD JS API by. NET| Updated JS API Reference