AutoCAD .NET
-
I feel like I'm posting a lot about our Plugin of the Month initiative, at the moment, but then I suppose it's to some degree a function of what I'm spending time on. It's definitely eating into the time I would normally focus on blogging… after a number of AU-related posts coming out over the […]
-
We've had a few reports of issues with the Screenshot "Plugin of the Month". They fall into two main categories: Attempting to NETLOAD the application DLL from a network share Within the ReadMe for each of the plugins we've documented that each application's DLL module should be copied to the local file system – preferably […]
-
Given the previous posts on this topic, I'd hope it's no great surprise to regular readers that this month's "Plugin of the Month" consists of a tool to simplify the capturing of screenshots within AutoCAD. This month's tool allows you to capture the current document, the entire application and an area of the drawing specified by […]
-
Another interesting little problem, that of how to detect the use of modifier keys during a jig operation (to indicate different jig behaviour). In this case the specific task was to detect the use of the Control and Shift keys, which – if held down during the jig – should cause our object to display […]
-
As mentioned in this previous post, at this year's Autodesk University the "Developer Track" has rightly been combined with the "Customization & Programming" track (it made sense to rationalise these two tracks which had a very similar style of class). So unlike in previous years, the sessions we're either presenting or helping coordinate are listed with […]
-
I've been toying for some time with the idea of writing some code to turn AutoCAD into a Spirograph, a device which I'm sure fascinated and inspired many of you as children (just as it did me). I chose to write the application in F# for a couple of reasons: this type of task is […]
-
A big thanks to Tony Tanzillo for providing some tips to help improve the implementation of the application we saw in these previous posts: in particular Tony pointed out the ability of AutoCAD 2010 to generate a thumbnail image for a document in the editor programmatically (something I had forgotten was possible… at least I […]
-
Now that I'm completely finished with my AU 2009 preparation, it's time for me to get back to the next "Plugin of the Month", given that we have just a few days left of the month of October. Here's another iteration of the application, this time implementing the following enhancements: The application now keeps the […]
-
Seeing Jeremy's post from Friday, I decided to give you a quick update of where I am with my own preparation for this year's Autodesk University. I'm delivering two sessions, this year: CP9214-1 AutoCAD® .NET – Developing for AutoCAD Using F# CP208-1 AutoCAD® .NET – Developing for AutoCAD Using IronPython and IronRuby So yes, it […]
-
This post carries directly on from the last one, which implemented a rudimentary "Quick SaveAs" capability in AutoCAD. Much of the explanation behind the design of today's code is there, so please do read it first (if you haven't already). Today we're taking the code further by automatically creating an item on a tool palette […]