AutoCAD .NET
-
As promised, here's my handout for CP3840, the main class I'm teaching at this year's AU. Introducing Kinect Since Kinect for Xbox 360® was launched on November 4th, 2010, the device has taken the world by storm: it became the quickest selling consumer electronics device ever (according to the Guinness Book of World Records), selling […]
-
After an initial attempt at adjusting the view in AutoCAD based on input from Kinect, this post takes it further by implementing a more effective orbit/zoom capability. The proportions/rates of each are currently still hard-coded – and so will vary in effectiveness depending on the scale of the model being navigated – but it's certainly […]
-
The looming AU material deadline has finally forced me to work out how to use Kinect gestures to navigate within an AutoCAD model. It's far from perfect, but the fundamentals are all there: we have a loop – outside of a jig, this time, as we don't need to display a point cloud or generate […]
-
This question came up, from our friends over at The Swamp: I have been re-building some old code in VS2010 using the 2012 ObjectARX SDK and came across some 'blablabla is obsolete: use thingy instead' warnings. The code still compiles and runs fine but I want to start thinking about the future. a few […]
-
I'm not sure why it's taken me so long to get around to posting this code. It was originally developed by Philippe Leefsma for last year's Developer Days, to demonstrate a very interesting API added to AutoCAD 2012. Looking back, it appears it was covered in this DevTV session, posted when AutoCAD 2012 was announced, […]
-
Over the last couple of months, Wayne Brill has been delivering online AutoCAD .NET training. The training has received very positive feedback from attendees. Recordings of most of the sessions are now (or will soon be) available from our online API webcast archive (which is also accessible via http://autodesk.com/apitraining –> Webcast Archive). You'll notice that […]
-
This interesting question came up in our discussion forums: Does anyone have a routine that will insert all the drawings from a single folder into one drawing to create a legend sheet? I'm trying to document the company's various blocks and details for dissemination amongst several offices. The simplest – and most elegant, in my […]
-
This post follows on from this recent post which showed a flat port of the previous OpenNI/NITE code which swept a single solid along a spline path defined by the user being tracked by the Kinect device. As mentioned, the previous approach was ultimately flawed, as adding vertices to our spline path made the whole […]
-
A big thanks to Ishwar Nagwani – an old friend, colleague and member of Autodesk Consulting working in our Bangalore office – for kindly providing this code. Ishwar tells me that he has come across many developers struggling to identify holes in 3D solid using its boundary representation (Brep). The code he has provided works […]
-
After this previous post, which updated my previous implementation drawing polylines in AutoCAD to use the Microsoft Kinect SDK, it made sense to give the same treatment to this implementation, too. This version of the code doesn't really go beyond the OpenNI/NITE version – it's very much a "flat" port, which means it comes with […]