Tutorial: Create Revit elements with Python. Access the Revit API to make a wall with Dynamo.

Поделиться
HTML-код
  • Опубликовано: 4 фев 2025

Комментарии • 9

  • @smitbangare9526
    @smitbangare9526 5 месяцев назад

    Thanks for explaining each line of code in an easy, simplified way.

  • @luisantos090
    @luisantos090 2 года назад +2

    Thanks for the video. Indeed you can't do more than one output directly on dynamo but that's easily fixed: in the Python node you can write "OUT = output1, output2" and then have a code block to unpack the list

  • @bloproject242
    @bloproject242 2 года назад +1

    Thank you very much.🙏🙏🙏

  • @nifemitomini4318
    @nifemitomini4318 3 года назад +1

    Any pointers to where I could learn.. Textbooks, Videos courses or seminars. Thanks

  • @toannghiale8064
    @toannghiale8064 Год назад

    interesting your work!!
    May i ask you if you can create a window or door with the Revit API via Python and Dynamo?

  • @AbuPaul
    @AbuPaul 2 года назад

    I just learned that "ConvertToInternalUnits" had been deprecated in 2021.
    There is also something wrong with the TransactionManager line 30.
    Anyways, I could not make this work in Revit 2023 and gave up.

    • @abduls9316
      @abduls9316 2 года назад

      DisplayUnitType has been made obsolete. However, I have used height = UnwrapElement(IN[3]) in line 26 and it seem to work. You might like to change the height code block input to 10 in this case.