AutoCAD .NET
-
This request came in a few weeks ago regarding the source code for the recently posted DGN clean-up tool: Would you modify the tool so that it can be processed by the equivalent figure ObjectDBX (of course for AutoCAD, not RealDWG)? I would like to give the Database object to the function, and the tool […]
-
I'm just back from a relaxing week spent in Ried-Brig and Valsesia, two very interesting – and in many ways similar – Alpine locations in Switzerland and Italy respectively. We were travelling with close friends of ours – she's from Ried-Brig, he's from Valsesia – which meant the week was packed with interesting (and usually […]
-
For those who have (quite understandably) not been following the story unfolding around this tool, here's a quick timeline so far. I've largely pieced this together from emails, as I don't typically tag blog updates with a date (something it seems I ought to consider starting). 12/12/12 – In response to a request from our […]
-
I received this question in a blog comment: How to determine the NurbCurve3d center between two NurbCurve3ds? I chose to interpret this in the following way: given two NurbCurve3d objects, create a NurbCurve3d that sits exactly between the two. NurbCurve3d are "AcGe" classes – which means they're non-graphical – so I've broadened the scope to […]
-
The first post I had planned for this week was to announce the availability of an officially-supported tool based on the code in this blog post from late last year. The tool was posted to the Autodesk web-site late last week. Over the weekend, Jimmy Bergmark pointed out an issue with the tool that led […]
-
Last week I received the following question from Adam Schilling: I have enjoyed your posts on .net programming for datalinks. I have searched high and low and haven't been able to find answers or any support to help me with a small issue. My code (much of which was based off of your posts from […]
-
I've been beavering away in an attempt to streamline the AutoCAD-Leap Motion integration samples I posted last week. Here's the updated project. This latest set generally gets better results than the last ones, and the LEAPEXT command certainly feels more snappy and accurate. I'm still trying to find out why the controller occasionally stops seeing […]
-
I mentioned a presentation I gave in Singapore a few weeks that talked about integrating Kinect and Leap Motion with AutoCAD. After the session I had a good conversation (in person and then by email) with Nagappan Nachiappan. Nagappan is a talented young software engineer working on AutoCAD's JavaScript API, but has a strong interest […]
-
I'm currently in Boston for an internal technical summit where I'll be presenting sessions on Kinect Fusion and Leap Motion (which will the sessions I've submitted - and will hopefully get accepted - for AU 2013). I arrived a day early and rented a bicycle from the hotel, taking the opportunity to cycle through the […]
-
Here's a question I received recently from Dustin Vest, who works as a PDMS administrator at Fluor: I am having a problem with Intergraph's SmartSketch dwg files it exports... I found some code on your site that got me into the blocks, but I can't seem to change the draworder of entities within the block. […]