© 2012 Autodesk BIM on an Etch a Sketch Jose Guia Janitor extraordinaire .

10
© 2012 Autodesk BIM on an Etch a Sketch Jose Guia Janitor extraordinaire http://rcd.typepad.com

Transcript of © 2012 Autodesk BIM on an Etch a Sketch Jose Guia Janitor extraordinaire .

Page 1: © 2012 Autodesk BIM on an Etch a Sketch Jose Guia Janitor extraordinaire .

© 2012 Autodesk

BIM on an Etch a Sketch

Jose GuiaJanitor extraordinaire

http://rcd.typepad.com

Page 2: © 2012 Autodesk BIM on an Etch a Sketch Jose Guia Janitor extraordinaire .

© 2012 Autodesk

Tying All of Your Autodesk® Revit® Add-ins into a Pretty Little RibbonJose GuiaELD Engineering, IncPrincipal

Page 3: © 2012 Autodesk BIM on an Etch a Sketch Jose Guia Janitor extraordinaire .

© 2012 Autodesk

Creating a Company standard – REVIT Ribbon

Autodesk Revit software is a robust application with a feature-rich API. There are currently hundreds of add-ins available for all of the verticals of Autodesk Revit. As a result, it becomes a challenge to deploy a standardized set of add-ins to all of your users across the organization.

Using the API, we will show how you can use an add-in to help deploy, administer, and maintain one set of add-ins that can be applied or deployed to all your Revit stations across your organization.

Page 4: © 2012 Autodesk BIM on an Etch a Sketch Jose Guia Janitor extraordinaire .

© 2012 Autodesk

Learning Objectives

At the end of this class, you will be able to: Understand the addin mechanism REVIT uses and customize it Create a central repository for your REVIT addins Easily deploy to multiple users Maintain future updates

Page 5: © 2012 Autodesk BIM on an Etch a Sketch Jose Guia Janitor extraordinaire .

© 2012 Autodesk

The Standard Ribbon

Page 6: © 2012 Autodesk BIM on an Etch a Sketch Jose Guia Janitor extraordinaire .

© 2012 Autodesk

Installing

Download the zip file from Class page on AU or BimCadTech.com Unblock the zip file by right clicking the file -> Properties Extract to C:\ProgramData\Standard_Addins Install for ALL_USERs or Current User

ALL-C:\ProgramData\Autodesk\Revit\Addins\2013 SINGLE-C:\Users\user\AppData\Roaming\Autodesk\Revit\Addins\201

File : Standard_Revit.addin should be copied over

Page 7: © 2012 Autodesk BIM on an Etch a Sketch Jose Guia Janitor extraordinaire .

© 2012 Autodesk

XML - extensible markup language

Text file is organized and structured data in a parent/child relationship

Page 8: © 2012 Autodesk BIM on an Etch a Sketch Jose Guia Janitor extraordinaire .

© 2012 Autodesk

Customizing the Standard Ribbon

Modifying the EMAIL & Website Link

Changing Logo

Page 9: © 2012 Autodesk BIM on an Etch a Sketch Jose Guia Janitor extraordinaire .

© 2012 Autodesk

Adding an APP to the ribbon Create a new folder in ADDINS Subfolder using vendorid Create a new vendor.XML file using vendorid from original file Update vendor.xml file using information from the addins original file

Key items: Command ID (or GUID) Assembly FullClassName

Copy over any and all support files .. Dll’s etc Finally - Update C:\ProgramData\Standard_Addins\

Standard_Addins.xmlAdd VendorID, CommandID, and enable

Page 10: © 2012 Autodesk BIM on an Etch a Sketch Jose Guia Janitor extraordinaire .

© 2012 Autodesk

Autodesk, AutoCAD* [*if/when mentioned in the pertinent material, followed by an alphabetical list of all other trademarks mentioned in the material] are registered trademarks or trademarks of Autodesk, Inc., and/or its subsidiaries and/or affiliates in the USA and/or other countries. All other brand names, product names, or trademarks belong to their respective holders. Autodesk reserves the right to alter product and services offerings, and specifications and pricing at any time without notice, and is not responsible for typographical or graphical errors that may appear in this document. © 2012 Autodesk, Inc. All rights reserved.