All Projects → mattmas → Metamorphosis

mattmas / Metamorphosis

Licence: MIT License
A tool for watching changes between Revit models, addin and Dynamo.

Programming Languages

C#
18002 projects

Labels

Projects that are alternatives of or similar to Metamorphosis

Nina
A collection of Shorcuts to work faster in Revit.
Stars: ✭ 17 (-67.31%)
Mutual labels:  revit-api
python-revit-resources
List of Resources for Python-Revit Lovers
Stars: ✭ 43 (-17.31%)
Mutual labels:  revit-api
Revit2glTF
An open source glTF format exporter for Autodesk Revit.
Stars: ✭ 143 (+175%)
Mutual labels:  revit-api

Metamorphosis

A tool for watching changes between Revit models, addin and Dynamo.

Download Link

When you receive a new Revit model from a partner - it's a challenge to know exactly what has changed. The Metamorphosis tool attempts to assist you; by enabling you to take a snapshot of an older model, and compare it against the newer model. Metamorphosis captures all Revit parameter data (instance and type) as well as basic geometric data. While this is not a guarantee that all changes will be detected, we believe it will help significantly.

It has two components:

  • A Revit Addin with two commands:
    • Take a snapshot of the current model, to a file.
    • Compare the current model to a previous snapshot file.
  • A Dynamo script to take the results of the comparison and use Dynamo Mandrill to show a dashboard of the changes.

![Metamorphosis Video]https://youtu.be/uUcwH8GvlDY/0.jpg)

This tool was developed at the CORE Studio AEC Symposium and Hackathon, December 2016 (a 26-hour project).

Further Development

Since the original hackathon, we've added a number of newer features, including:

  1. A Windows Installer
  2. Support for Revit 2020, 2019, 2018, 2017, 2016 and 2015 (all signed DLLs in the provided MSI)
  3. Enhanced Coloring/identifying of elements that changed.
  4. Configuration of colors
  5. Beginnings of API hooks for batch operation.

Watch this space as we see where it goes...

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].