AutoCAD
-
As mentioned in this previous post, where I gave the same treatment to IronPython, I've been trying to get display and explode overrules defined in IronRuby working properly in AutoCAD. IronRuby is still at version 0.3, so this effort has been hindered by a number of CLR interop bugs (it turns out). I finally managed […]
-
I've been meaning to get to this one for a while. This post takes the OPM .NET implementation and shows how to use it to allow modification of data persisted with an object: in this case we're going to use the XData in which we store the "pipe radius" for the AutoCAD 2010 overrule sample […]
-
It's quite common for AutoCAD developers to use Extended Entity Data (XData) to tag objects their application cares about. This is certainly the approach taken in the recent series showing how to overrule the graphics display for an object โ we store a "pipe radius" in XData attached to the Line or Circle we want […]
-
My team is trying out a new concept over the coming months, something we're calling DevLabs. The idea is that we schedule a period where members of my team are available in a particular Autodesk office to sit down with people working on their development projects. (The concept is new for us, at least: I […]
-
A huge thank you to Zeljko Gjuranic for providing this code for a guest post. The code is based on a paper of Zeljko's that was published in issue 11 of KoG magazine. The original paper is available in Croatian with an abstract in English. The code in this post asks the user to select […]
-
To continue my investigations into IronPython and the fun I'm having with overrules, I decided to to port my most recent C# overrule implementation across to IronPython. I've also been trying to do the same for IronRuby, but โ so far โ without luck. Please refer back to one of the previous IronPython posts for […]
-
As mentioned in a comment on a recent post, Stephen Preston, our DevTech Americas Manager, has put together a useful tool and accompanying DevTV session to help people migrate their VBA code to VB.NET. The resultant code uses COM Interop to call into AutoCAD. AutoCAD VBA to .NET Migration Basics view download (44.3 Mb) Stephen […]
-
This post is a miscellaneous update on things I've put off announcing because of all the fun I've been having with AutoCAD 2010's Overrule API. First up is the AutoCAD Exchange, a new site devoted to people working with, you guessed it, AutoCAD. It's stocked with lots of useful and fun content, as well as […]
-
Sorry if the title is a little abrupt, but it seemed too good an opportunity to show off my now appalling poetry skills. [Something almost no-one knows (well, OK, knew) about me is that, at the age of 8, I was the youngest winner of a poetry competition. I went along to the King's Lynn […]
-
I am really starting to love the new Overrule API in AutoCAD 2010, and I still feel as though I'm just scratching the surface. This question came in overnight from Danny Polkinhorn (thanks, Danny! ๐ : It's exciting to see a very usable implementation of 'custom' objects in .NET. Obviously, this implementation protects what could […]