- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report
Dear everybody,
At my company (where we work with autocad) we've got some third party plugins (most importantly infracad).
In this plugins there is 2 functions I'd really wonder how they are made, or in what type of coding they're made (objectarx? dot net? not in VBA thats for sure, and probably neither in lisp). And how I could make similar functions. Here's their functionality:
1) when you keep your mouse on a line, it gives you some 'meta-data' about the line, which isn't saved in the drawing itself, but in some external xml file saved somewhere else on the computer. When the mouse is on the object (not clicked), a window/pallette pops up (similar to for example quick properties) with some data like for example the owner of the object, and an working hyperlink to the website to contact the owner. I've written some topic about allready with the question if this was an autocad/civil function (which it wasn't), find it here.
2) by infracad (which is some kind of pallete with all kind of buttons and dropdownlists) you can load photo's (.jpg) in your drawing. If these photo's have got an GPS-location, on these locations there are placed some 'scale-independent' blocks, and when you keep your mouse on that block (again not clicking it), the actual photo taken on that location pops up in autocad. By scale-independent I mean that nomatter if you zoom in or out, the blocks are allways displayed the same size (for example 1 centimeter on your screen instead of 1 centimeter in you're coordinate system)... so something like the way points can be shown in autocad with pdmode. (Bby the way the blocks are only scale-independent (and only showing the picture) when the plugin is loaded, if not loaded it acts like a normal block).
Anybody got any clue how this is done? And if I can do something similar myself? I'm not looking for exactly how and what to do but more for something like 'use this language or this classlib or something like that'. I'm looking for something that makes me ring i bell so i know where to look/search.
Thanks!
Solved! Go to Solution.