dimven / DynamoAutomation

Batch-processing of Revit models using Dynamo

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

DynamoAutomation

DynamoAutomation is a package for the Dynamo visual programming environment. It allows Dynamo users to batch process or batch purge multiple Revit models by driving Revit (and the Dynamo addin) from the outside using the Dynamo sandbox, each time using the same Dynamo workflow, e.g. process an entire folder of models. This opens up a lot of possibilities for achieving a higher degree of automation in labour-intensive areas such as quality control and enforcement of company or project standards.

DynamoAutomation Teaser Video

Requirements

Besides the DynamoAutomation package itself, you will need the following to successfully use DynamoAutomation:

  • Any Dynamo 0.9.x or 1.x build
    • You must not have more than one version of Dynamo installed on the same machine.
  • Revit 2015 or later
    • DynamoAutomation should run on top of Revit 2015 but that hasn't been tested for a while now
  • All folders that contain Revit models or Dynamo graphs (and their respective filenames) must not contain whitespaces or special characters (e.g. accented characters like an umlaut).
  • Revit models must not be saved in a Perspective view.
  • Workshared models may not be set to Specify Worksets on open.

Installation Guide

  • Make sure to pick the correct version when downloading/installing
    • If you're running Dynamo 1.x use the latest version of DynamoAutomation
    • If you're running Dynamo 0.9.x use DynamoAutomation 0.90.3 (works with Revit 2015 & 2016)
  • DynamoAutomation has a dependency on the Clockwork package, but Clockwork is updated more frequently than Dynamo.
    • When installing DynamoAutomation, Dynamo will download and install a version of Clockwork that may not be current anymore.
    • Ater installing DynamoAutomation check the package manager to see if your installed version of Clockwork can be upgraded to a more recent version.
    • Alternatively, download DynamoAutomation from http://www.dynamopackages.com (without Clockwork) and copy manually to your Dynamo packages directory.

How to Use DynamoAutomation

To get you started, this repository contains a number of sample files for different automation scenarios. If you are looking for more in-depth information, please refer to the DynamoAutomation wiki.

Updates & Version History

Since Dynamo's package manager currently does not (yet) have an update notification infrastructure in place, you may want to follow me on twitter for update notifications. Also, you can find the version history on the wiki.

About

Batch-processing of Revit models using Dynamo

License:MIT License


Languages

Language:C# 100.0%