AutoCAD .NET
-
I had a fun request, earlier in the week, that I thought worth turning into a couple of blog posts. The problem itself is quite specific, but some of the techniques shown β especially in the second of the two posts β seemed worth sharing. The basic request was this: to implement a "quick SaveAs" […]
-
Sorry for the late notice on this oneβ¦ I'd have posted sooner but for having taken some time off, last week, to take the family to Disneyland Paris. Now I just need a few more days of vacation to recover. :-S π Tomorrow there's a free webcast showing how to migrate your VBA code to […]
-
Thanks to all those who provided feedback on this recent post. I really appreciate people taking the time to provide feedback β both positive and negative β as I want to ensure this tool is used by more than just a few AutoCAD users. Today's version extends the last one to include a few more […]
-
Next week Fenton Webb, from DevTech Americas, will be presenting a free webcast on the 3D capabilities of AutoCAD's APIs. Here's Fenton's synopsis: "If your product has always been 2D and you are now considering moving to 3D or if you are simply interested in finding out about the different API's that are available to […]
-
Thanks to all who provided input on this last post, where I asked for guidance on how best to design the command-line interface for the Screenshot application, the proposed Plugin of the Month for November. The current code is based largely on this previous post, but may end up being extended - in time - […]
-
I'm currently thinking about using the code from this previous post as a basis for November's Plugin of the Month. This simple AutoCAD application would provide three main capabilities: Take a screenshot of the entire AutoCAD application window Take a screenshot of the current drawing window Take a screenshot of a user-specified section of the […]
-
I'm this week's "expert" over on the AutoCAD Exchange: I don't know whether people visiting that site will be interested in asking programming-related questions, but as I'm routinely re-directing support questions I receive by email or as blog comments across to the ADN site or to our discussion groups, I thought I'd point this blog's […]
-
As Scott is leaving on a well-deserved sabbatical, he has gone ahead and posted our next Plugin of the Month a few days ahead of schedule. Here's a link to Scott's post announcing the tool. This is a very cool little application developed by Mark Dubbelaar from Australia. Mark has been drafting/designing with AutoCAD for […]
-
Following on from this recent post β and inspired by a question we received recently from a developer β I decided to extend the previous code to allow a user to select a portion of a drawing they would like to save to a file or place on the clipboard. This is actually a really […]
-
In response to September's Plugin of the Month - which Shaan has very kindly posted about over on Between the Lines β a few people have requested enhancements to the OffsetInXref tool. Two came up, in particular: The ability to offset the contents of blocks, not just xrefs The ability to enable the XLINE command's […]