[pyRevitMEP] Transition between 2 elements

Someone told me that the common add-in they were using to make transition between 2 elements was discontinued in Revit 2018. So I made mine I’ve been surprised about how easy and short it is :

with rpw.db.Transaction("Create transition"):
    doc.Create.NewTransitionFitting(connector1, connector2)

So the only thing you need is to prompt user to pick 2 elements (targeting desired connectors) and it is exactly what I described in my previous article.

2 comments

  1. Hallo
    Sehr sehr interessant.
    Wie kann ich es in meinem Revit 19 integrieren?
    Pyrevit habe ich auf meine Maschine aber wir kann ich den Transition auswählen?

    Danke

    Gruss, Butraga

    1. Hallo,
      Wenn ich richtig verstanden habe, ist pyRevit bereits auf einer anderen Version von Revit installiert, aber nicht auf Revit 2019 aktiviert? In diesem Fall müssen Sie zu den pyRevit-Optionen der vorherigen Version von pyRevit gehen und Revit 2019 aktivieren.

      Meine Muttersprache ist Französisch und ich fühle mich mit Englisch wohler als mit Deutsch.

      Gruss, Cyril

Leave a Reply

Your email address will not be published. Required fields are marked *

This site uses Akismet to reduce spam. Learn how your comment data is processed.