AutoCAD
-
Now things are getting interesting. ๐ It took me some effort to get this working, but looking at the results I think it was worth it. As mentioned in the last post, I've been trying to get a live feed from the Kinect sensor to display dynamically inside AutoCAD. This post shows how to do […]
-
After a longer-than-anticipated break, Stephen and Fenton are back with an all-new ADN DevCast. This one focuses on developing applications to work with AutoCAD for Mac. They've managed to keep the timing of the DevCast down to 20 minutes, so we're trying just posting this online (rather than having a separate download for offline viewing). […]
-
After a completely ridiculous wait of close to 4 months, I finally received my Kinect a few weeks ago. Apart from it being the fastest selling consumer electronics device in history, the delay was also due to the fact I was holding out for the very popular Xbox 360 250Gb Slim bundle (and also because […]
-
This question came in a few weeks ago, which I thought worth addressing: Hi, Kean! I have a question - how can we create hatch during jig? The code in this post endeavours to do just that, but โ be warned โ isn't fully successful. The problem I chose to interpret this as is "how […]
-
After many years of absence from the platform, AutoCAD is returning to MS-DOS. This is great news for our DOS-based user community, who have been struggling along with R13 for the last decade and a half. Enabled by the application re-architecture performed for AutoCAD for Mac (codenamed "Sledgehammer"), the new AutoCAD for DOS (codenamed "Screwdriver") […]
-
We've been looking a lot at transient graphics, recently. The standard approach we've been using to displaying graphics in all viewports has been to pass in an empty IntegerCollection into the various transient graphics-related methods, rather than listing the viewports specifically in which we want to display the graphics. Thorsten Meinecke made the very valid […]
-
Since starting to use the transient graphics API in AutoCAD 2009, I've believed that any DBPoints you display would not respect PDMODE (the AutoCAD system variable allowing the user to control how points are displayed). A recent internal discussion was on this very subject, and one of our engineering team, Longchao Jiang, interjected with a […]
-
Thanks for Balaji Ramamoorthy โ who recently joined our team in India โ and Adam Nagy for helping generate the code for this post. There are lots of reasons people might want to tessellate a 3D solid in AutoCAD to generate a mesh. The code in today's post uses the Boundary Representation (Brep) API in […]
-
As you may have seen โ including over at Shaan's blog โ the 2012 family of our products has now been announced. Stephen Preston, our DevTech Americas Manager, has recorded a DevTV session on the new APIs in AutoCAD 2012. This material was presented during our recent Developer Days tour, attended by ADN members around […]
-
As promised, I ended up burning more that a few hours this evening (after being up very early for meetings this morning), to add orthographic drawing support to the code shown in the last post. It took quite some work, switching between UCS and WCS until my head was more than a little twisted. This […]