AutoCAD
-
Or otherwise named "Creating an AutoCAD jig to dynamically display a guillochΓ© pattern using F#". But then why pass up the chance for a Jerry Maguire reference? π Anyway, to continue on from last week's post, Doug β who had presented the original challenge β went on to suggest that I give it the same […]
-
Here's a fun one to finish up the week. And no, it isn't a belated April Fool's gag. π I should probably say right away that you won't be printing money after reading this blog post, but you might know more about some of the security measures used by those who do. A couple of […]
-
As a follow-on from the last post, in today's we're going to look at a crude approach for collecting execution information about functions of your choosing from a .NET app inside AutoCAD. We're going to extend the implementation shown last time to record the time taken for the various "instrumented" commands to execute and make […]
-
Late last week I received an interesting email from Bruno Saboia, who's been experiencing some performance issues with code he'd written to return all the objects of a particular type β in his case, Lines β from the model-space of the active drawing. We exchanged a few emails on the topic, and Bruno kindly allowed […]
-
After introducing the new JavaScript API as one of the new features in AutoCAD 2014, in the last post we looked at a simple command defined using JavaScript. In this post, we're going to implement a simple, palette-based UI inside AutoCAD using HTML5 and JavaScript. Let's start by looking at the HTML code (with the […]
-
As promised in yesterday's post, here's my first attempt at writing a simple JavaScript app for AutoCAD. This app is purely JavaScript β no HTML to be seen, anywhere β and implements a command inside AutoCAD that will zoom to the extents of an entity selected by the user. Let's start by looking at the […]
-
Today is the official launch of 2014 family of products. AutoCAD 2014 will be available in the coming days to customers around the world. You'll no doubt find lots of information on the interwebs regarding the product's features, so I'm going to focus specifically on the opportunities β and requirements β the new release presents […]
-
OK, here goes: my first (public) attempt at integrating the brand new Kinect Fusion functionality β made available this week in v1.7 of Microsoft's Kinect for Windows SDK β into AutoCAD. There are still a few quirks, so I dare say I'll be posting an update in due course. As mentioned in the last post, […]
-
This is very exciting: v1.7 of the Kinect for Windows SDK is being released today and it includes the uber-cool Kinect Fusion component. For those of you who have not yet heard of Kinect Fusion, it allows you to use your Kinect for Windows sensor as an effective reality capture device: it aggregates input from […]
-
Everyone who uses AutoCAD β even if they use it exclusively in one or the other mode β knows that it's capable of being used to generate both 2D drawings and 3D models. Not everyone realises there are actually two distinct graphics systems in the product, however. (At least at the time of writing, talking […]