AutoCAD .NET
-
After adding Revit and then Inventor support to the original AutoCAD application, it made sense to go ahead and include support for 3ds Max. Here's a solution supporting these four products (and their verticals). And I can now confirm that a version of this application will be September's Plugin of the Month on Autodesk Labs. […]
-
I'm now back from a nice, long weekend celebrating the Swiss National Day (August 1st) and our 10th wedding anniversary (which isn't until November, but who wants to hold a party then? ;-). So, getting back into the saddle, here's a question that came in recently by email: I'm using P/Invoke to call a function […]
-
As you're probably mostly aware, many of our 2012 products use .NET 4 as standard. This has proven "interesting" (i.e. challenging) when it comes to loading – for example – plugin DLLs downloaded from the web, due to .NET's updated security model. Our ADN Plugins of the Month on Autodesk Labs are a prime example: […]
-
Once again, it turned out to be pretty straightforward to add Inventor support to our TransTips application. We now have a single solution which builds plugins for AutoCAD, Inventor and Revit. The plugins share a common translation and caching engine as well as a WPF graphical user interface for selecting languages. Here's a demonstration of […]
-
A quick update, today. Last week Jeremy posted a migrated version of the TransTips plug-in for AutoCAD, this time working inside Revit. Thanks to the shared use of AdWindows.dll in both products, this was actually really easy. After this initial version, it made sense to refactor the code to have a core, shared file (not […]
-
In addition to posting the transcripts, we've now posted recordings of the recent DevTV series on AutoCAD .NET for you to download and watch. You'll find them on the AutoCAD .NET Developer Center, under the Samples and Documentation section (see the image on the right, if you have trouble finding them). If you'd prefer to […]
-
In this previous post we introduced a technique for automatically translating AutoCAD's tooltips into one of 35 different languages via an online translation service. To improve the process at various levels – rendering it more efficient and enabling the possibility of local editing and crowdsourced localization – this post introduces caching of the translation results […]
-
I'll be delivering a Facecast on AutoCAD Customization next Tuesday, July 19th 2011 at 5pm CET / 8am PST. If you'd like to attend, please RSVP via this Facebook page. The timing on the page seems to be for 3 hours, but I've been told the session will last around 30 minutes. I'll embed a […]
-
One of the great benefits I have from working in our Neuchâtel office is my proximity to a great many talented members of Autodesk's Worldwide Localization team, who are responsible for translating most of our products into various languages. Over the last few months, I've been working even more closely than usual with that team, […]
-
To continue on the theme established in the last post, today we're going to go ahead and modify AutoCAD tooltips, prefixing them with a fixed string. This is the next step on the path to modifying them in a more meaningful way (to translate them into a different language, for instance). Here's some C# code […]