AutoCAD
-
As predicted in the first post in this series, today's post looks at a slightly more robust and user-friendly approach for determining the point on a surface found by firing a ray normal to a selected X,Y point in the plane of the current UCS. Here's the updated C# code that now includes an additional […]
-
When I woke up this morning I didn't expect to write a post on this topic, but then I found a kind email in my inbox from an old friend and colleague, Ishwar Nagwani, with some code he'd written and wanted to see posted. Ishwar had generated the test code in response to the following […]
-
Viru Aithal from the ADN team posted a link to this survey on the ADN DevBlog and asked that I post it here, too. The survey will help us determine your priorities for developer-oriented documentation, so we definitely appreciate the time you take to fill it out. [You might even find out about documentation resources […]
-
It's been a good week for gadgets. Aside from getting a Netduino and some additional accessories through the post, I also received a newer version of the Leap Motion controller. The last one I had was a 0.4 version (at least that's what was written on the box) and the new one is a 0.6.5. […]
-
As a follow-on from this recent post, I decided to take a stab at a more generic solution for managing XData that should remain unique โ i.e. attached to a single object โ inside an AutoCAD drawing. This was prompted by an internal discussion that included a long-time colleague, Randy Kintzley, who suggested the approach […]
-
This question came in day or two ago: "I attach an XData to some AutoCAD entities. When the AutoCAD entity is offset by OFFSET command, the XData is cloned in the offset entity. What's the way to control(stop) the cloning of my XData in OFFSET command?" This is an interesting one. Many applications rely on […]
-
Being a bit of a Star Wars fan, I was delighted to come across this blog post by former MakerBot employee Todd Blatt (now working at Custom 3D Stuff), who modeled an Imperial Scout Trooper Blaster in AutoCAD for 3D printing. You can download the STL output and the original DWG file from here. Here's […]
-
A comment on the last post made me think it's probably worth diving into LINQ a bit further, as there's clearly interest out there. Now I don't actually use LINQ very much but whenever I do I tell myself I ought to use it more โ it's really very useful. A lot of LINQ is […]
-
I looked back and couldn't find a post covering this particular topic and so decided to put something together. It may well have been covered elsewhere (I admit to not having looked) but I felt like throwing some code together, either way. ๐ To perform a Boolean operation between Solid3d objects inside AutoCAD, you can […]
-
This week has so far had an AU theme to it, just as last week we talked exclusively about Leap Motion and AutoCAD. Perhaps I'm sub-consciously shifting this blog to a weekly-themed format? Hmm. Like many of you, I'm sure, I received an email over the weekend to let me know that the recorded sessions […]