Revit

  • There's still time to participate in the Autodesk Exchange Apps Hackathon, a virtual event taking place this weekend (September 20-21). The point of this event is to encourage developers to post apps to the Autodesk Exchange Apps store, and we're even paying cool, hard cash ($50 or $100, whether free or paid) for each app that gets published. Presentations and discussions will include: How to architect your app for Exchange: How to build your AutoCAD® app How to build your Autodesk® Revit® app How to build your Autodesk® Inventor® app How to build your Autodesk® 3ds Max® and Autodesk® Maya®…

  • As Jeremy has pointed out on his blog, in lieu of a dedicated AEC DevCamp – as has been run every other year for some years – Autodesk and the ADN team will be supporting the upcoming AEC Technology Symposium being held in New York on May 16-18. As with the DevCamps, this is a great opportunity to get to know the people behind our AEC products – whether product management or software engineering – so you can build relationships and get a better sense of where Autodesk is heading in the AEC industry. There will also be a Hackathon…

  • I thought I was done with my posts for the week, but this was too good not to share. The below video shows a scene being captured using a GoPro Hero 3 Black edition on a 5-second timelapse setting mounted on a DJI Phantom drone and processed with Photo on ReCap 360 before being used as a basis for a conceptual model created in Revit 2014. Phew. This is very much a proof-of-concept rather than a genuine project – no architect was involved, for instance – but it does a good job of showing the possibilities of this kind of…

  • I'm hopefully sunning myself on the beaches of Brittany, at this point, but here's some information that Mikako Harada kindly brought to my attention. Adam Nagy has put together a fantastic series of posts on the AEC DevBlog that I think will be of general interest: Revit model viewer for iOS – part 1 Revit model viewer for iOS – part 2 Revit model viewer for iOS – part 3 Adam was apparently inspired by Philippe Leefsma's Inventor viewer for Android – something I'll also link to, once I see it's been published.

  • Regular readers of this blog may have followed the development of this plugin, but I've written this post is to announce its availability more officially (in addition to Scott's post from last week). TransTips uses the Bing Translator web service to translate tooltips into one of 36 languages on-the-fly, as they are displayed by AutoCAD, Inventor, Revit, 3ds Max and the products based upon them. The 36 languages are those currently supported by the Bing Translator service: Arabic, Bulgarian, Catalan, Chinese, Czech, Danish, Dutch, Estonian, Finnish, French, German, Greek, Haitian Creole, Hebrew, Hindi, Hungarian, Indonesian, Italian, Japanese, Korean, Latvian, Lithuanian, Norwegian,…

  • A few years ago I mentioned that my team was looking into learning paths for novice programmers. This effort has led to the "My First Plug-In" series, of which we now have two guides ready: My First Revit Plug-In My First Inventor Plug-In This series is really intended for power-users of Autodesk software who want to take their use of our products to the next level, but need some targeted help on the programming side of things. We currently have guides for Maya and AutoCAD in the works. While many of this blog's readership won't need this kind of assistance,…

  • 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. You may have noticed a lot of UI consistency introduced across these Autodesk products, in recent years, mainly due to a coordinated push from our product teams for a more consistent user experience. An internal acronym was used for the project driving consistency across these…

  • 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: most were posted prior to AutoCAD 2012 shipping, but when downloaded locally and NETLOADed into AutoCAD 2012, very often a security error gets reported: Cannot load assembly. Error details: System.IO.FileLoadException: Could not load file or assembly 'file:///C:\Program Files\Autodesk\AutoCAD 2012 – English\ADNPlugin-QRCodes.dll' or one of its…

  • 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 the various plugins in action: I've fixed the right-to-left issue highlighted in the video, incidentally. The next steps are to implement an in-product editing capability and then perhaps to support 3ds Max. One great aspect of this project is that I'm getting to learn a…

  • 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 necessarily a separate DLL component – sharing source can give many benefits for smaller projects, such as this) used to build plugin DLLs for both AutoCAD and Revit. Here's the result: a single solution which will build TransTips DLLs for AutoCAD and Revit (including built…