Announcement

Collapse
No announcement yet.

REVIT API or DYNAMO?

Collapse
X
 
  • Filter
  • Time
  • Show
Clear All
new posts

    REVIT API or DYNAMO?

    Hi all!
    I'm using revit structure. And i want to improve performance of my work. But i don't know what i should to choose to start. Learning REVIT API, or DYNAMO?
    Can anyone give me an advise?
    Thanks a lot!

    #2
    Start learning Dynamo first, and you will find that you need to delve into Revit API more along the way. Since Dynamo works on top of the Revit API, it will enable you to learn the correct way to "think".

    The way I learned is, Dynamo > Python (in Dynamo) > C# (in Dynamo) > Full Revit Addins in C#

    John Pierson
    Creator of Rhythm, Monocle, Bang! and Lots of Other Okay Stuff.
    Twitter - @60secondrevit | Email - [email protected] | Work - parallaxteam.com | Blog - designtechunraveled.com | 🔗- bio.link/johnpierson

    Comment


      #3
      Originally posted by johnp View Post
      Start learning Dynamo first, and you will find that you need to delve into Revit API more along the way. Since Dynamo works on top of the Revit API, it will enable you to learn the correct way to "think".

      The way I learned is, Dynamo > Python (in Dynamo) > C# (in Dynamo) > Full Revit Addins in C#
      Thanks Johnp!
      I will follow your way.

      Comment


        #4
        One thing to add: In terms of progression, Python and C# kind of sit in the same space, but are very different approaches with pro's and con's to both

        Python can be difficult to begin with (But check out my blog post to get started: Diving Deeper - A Beginners Look at Python in Dynamo), but can iterate very very quickly!

        However, most folk prefer C# eventually as you can migrate into Revit add-ons a little easier (There is a lot more tutorial resource available on the web).

        Sol Amour

        Architectural Explorer, Digital warrior, Affectual adventurer and Curious Human Being
        Portfolio Website @ Cargo Collective

        Comment


          #5
          Originally posted by amoursol View Post
          One thing to add: In terms of progression, Python and C# kind of sit in the same space, but are very different approaches with pro's and con's to both

          Python can be difficult to begin with (But check out my blog post to get started: Diving Deeper - A Beginners Look at Python in Dynamo), but can iterate very very quickly!

          However, most folk prefer C# eventually as you can migrate into Revit add-ons a little easier (There is a lot more tutorial resource available on the web).
          There is the PyRevit addin that uses Python modules which can speed the jump to add-ons a little.
          Revit for newbies - A starting point for RFO


          chad
          BEER: Better, Efficient, Elegant, Repeatable.

          Comment


            #6
            Thanks all!

            Comment

            Related Topics

            Collapse

            Working...
            X