For the past few years, I’ve done a series of posts describing what’s new and possible in the latest version of Revit and it’s Application Programming Interface (API). For the uninitiated, the API is the series of mechanisms that Autodesk provides to be able to drive or analyze Revit through programming.
2011 represents a watershed year in the ongoing development of the Revit API. Autodesk has taken the opportunity to re-work the API to better match how Revit works internally – and at the same time to do some amazing new things.
Over the following series of posts, I hope to cover topics such as:
- Upgrading Existing Revit API commands/applications
- New Deployment Methods
- The New UI vs. Database split.
- New Ribbon Capabilities
- Element Iteration Changes
- Ooh-ooh Pick Me! New Selection Methods
- Dynamic Model Update
- Event Model Changes
- RevitLookup: The New RevitMgdDbg
- Revit AddIn Manager: Almost Edit & Continue
- What’s New in Element Creation?
- Exceptional Stuff
- What Kinds of Applications are Possible Now?
- And More…
2 comments:
Where would I find info about an API to get space and room data out of Revit models?
JDF,
You can get started with the Revit API with the following link:
http://usa.autodesk.com/adsk/servlet/index?siteID=123112&id=2484975
On the same page there are webcasts and such for getting started.
For specifics, you'll be looking for the Room and Space object fields - but beyond that, you'll want to get a copy of Revit and use the RevitLookup application to see the hundreds of parameters that are associated with rooms and spaces.
Good Luck!
Matt
Post a Comment