Revit 2013 API Webcast Recording

The recording of the

Revit 2013 API webcast
that
we held on May 17 is now available from the ADN DevTech

Webcast Recordings Archive
,
entering “Revit API” as the course topic, or

directly from here
.

The 34 MB zip file includes:

  • ReadMe.txt
  • Slide deck
  • Recording
  • Code Samples

The webcast addresses two main areas: an introduction to Revit programming for beginners, including a quick walkthrough of basic concepts, and a discussion of some of the new functionality provided by the Revit 2013 API, which will be of interest to both beginners and experienced developers.
The two parts are roughly equal in length.

The new API topics discussed have been selected to avoid too much overlap with the

DevDays Online presentation on What’s New in Revit 2013
,
from which a recording is also available, so these two complement each other and should do quite a good job together to cover all important aspects of the Revit 2013 API.
This is the agenda of the second half of the webcast:

  • New feature overview and DevDays Online recording
  • Add-in integration features in depth, Idling and external events
  • Analysis, simulation, MEP and Structure
  • New SDK samples
  • More News

For your convenience, here is the content of the readme file describing the sample code provided:

Webcast on Revit 2013 API

This folder includes the following materials:

  • Recording – recording of the webcast and the Q&A collection.
    Click on the WMV file to view the recording.
    Answers to questions asked using the Q&A Console can be found in document file.

  • Webcast – powerpoint slides used in the recording.
  • Code Samples – code samples used for the demo. Please see below for notes on each sample.

About Code Samples Folder

This folder includes samples demonstrated in the webcast
presentation. Some samples that were not demonstrated during
the webcast but used in the presentation slides are also
included.

The sample code is available in both C# and VB in the directories SourceCS and SourceVB, respectively.
Both of these contain a Visual Studio solution file WebcastDemo.sln to compile and run it.

A sample Revit model Demo.rvt containing a few simple elements that can be used to
test the functionality demonstrated by the sample code is also included.
If you prefer, you may use any other Revit file.

Functionality Demonstrated by the Solutions

  1. HelloWorldCmd – a bare-bones example of an external command.
  2. HelloWorldApp – a bare-bones example of an external application.
  3. CommandData – parameters of the execute method of the IExternalCommand interface.
  4. SelectedElements – method to retrieve selected elements.
  5. FilteredElements – use of FilteredElementCollector to identify all Walls that exceed a certain length.
  6. AllElements – use of FilteredElementCollector to retrieve all elements in the model.
  7. ElementIdentification – method to identify the type of an element.
  8. AllWalls – use of FilteredElementCollector to retrieve all walls in the model.
  9. AllDoors – use of FilteredElementCollector to retrieve all doors in the model.
  10. ElementCreation – use of the Creation namespace and the static creation method to create a wall.
  11. ElementModification – use of ElementTransformUtils to rotate a wall.
  12. BuiltInParameters – method to retrieve built-in parameters.
  13. SharedParameter – creation of a shared parameter and binding it to the Doors category.

Comments

4 responses to “Revit 2013 API Webcast Recording”

  1. Hi, Jeremy.
    I wanted to join to the last API webcast and even registered to it. But, unfortunately, it was at the late time :(
    Can you say, are video recording planning on the DevCamp? I cannot visit measure but I would be happy to wath video recordings.
    Best regards, Victor.

  2. Dear Victor,
    How sad that you missed the webcast. At least you have the recording for that.
    Unfortunately, I do not believe that any recordings of the DevCamp session are planned. Sorry about that.
    Cheers, Jeremy.

  3. It is a really bad news.
    My be you remember I said my director promised to think about send me to the DevCamp. But on April we were moved to another company with new director.
    I was really surprised when my boss asked me again about the DevCamp a few days ago. As it turned out, the big boss can give money for trainings. But, unfortunately, it was too late. It is impossible to get Visa to the USA for the short time.
    Hope in the next year I’ll go there:)
    P.S. By the way, I have a new interesting article for your post. I’m sure you’ll like it. Now I have only idea. I’ll try to implements it as soon as possible and write you a message.
    Best regards, Victor.

  4. Dear Victor,
    Oh dear, that really is a shame! Yes, I remember, and was a bit surprised when you asked. Better luck next time around.
    Exciting to hear about the blog post idea. I’m looking forward to seeing what it is. Good luck with that.
    Cheers, Jeremy.

Leave a Reply

Discover more from Autodesk Developer Blog

Subscribe now to keep reading and get access to the full archive.

Continue reading