Graphics system
-
A big thanks to Norman Yuan for the technique shown in this post. I stumbled across Norman's post on this topic, and decided to take his code and rework it for posting here, with Norman's permission, of course. Very interesting stuff! ๐ First things first: you probably don't have a burning need to reinvent either […]
-
Yesterday Scott Sheppard announced the availability of this plugin over on It's Alive in the Lab. We originally received a request for this Plugin of the Month some time ago. Fenton Webb, from our DevTech Americas team, developed the initial version using an ObjectARX custom entity โ as the requester required support for versions of […]
-
I finally came up with a succinct title for this post after struggling with "Shading a face of an AutoCAD solid with a transparent hatch pumped through the transient graphics sub-system using .NET". Or words to that effect. ๐ So yes, this post shows how to create a temporary hatch with transparent shading that then […]
-
Thanks to Stephen Preston for providing the prototype that I extended for this post. He put it together in response to a suggestion for a new Plugin of the Month from Shaan Hurley, who thought a "dimension finder" tool for locating overridden dimension text would be useful for people. This code may well develop into […]
-
Last week we looked at a preliminary version of this application that made use of an EntityJig to display a Spirograph as we provided the values needed to define it. While that was a good start, I decided it would be better to show additional graphics during the jig process, to give a clearer idea […]
-
After my initial fooling around with turning AutoCAD into a Spirograph using F#, I decided to come back to this and bolt a jig on the front to make the act of making these objects more visual and discoverable. The process was quite interesting โ I'd created jigs from Python and Ruby, but not from […]
-
We've had a few reports of issues with the Screenshot "Plugin of the Month". They fall into two main categories: Attempting to NETLOAD the application DLL from a network share Within the ReadMe for each of the plugins we've documented that each application's DLL module should be copied to the local file system โ preferably […]
-
Given the previous posts on this topic, I'd hope it's no great surprise to regular readers that this month's "Plugin of the Month" consists of a tool to simplify the capturing of screenshots within AutoCAD. This month's tool allows you to capture the current document, the entire application and an area of the drawing specified by […]
-
Now that I'm completely finished with my AU 2009 preparation, it's time for me to get back to the next "Plugin of the Month", given that we have just a few days left of the month of October. Here's another iteration of the application, this time implementing the following enhancements: The application now keeps the […]
-
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 […]