Revit API : Adding Windows Form

แชร์
ฝัง
  • เผยแพร่เมื่อ 11 ธ.ค. 2024

ความคิดเห็น • 17

  • @dejotamezo
    @dejotamezo ปีที่แล้ว +1

    I've recently discovered your videos and are very needed for people like me who wants to learn Revit API. Please keep doing more ;)

  • @newshunhk
    @newshunhk 2 ปีที่แล้ว +1

    Thanks! I stuck on the winform before

    • @jacobiandev
      @jacobiandev  2 ปีที่แล้ว +1

      No problem. Let me know if you have any issues. Always willing to help.

    • @kongpadintharayota9197
      @kongpadintharayota9197 2 ปีที่แล้ว

      Hi could you please show mep create cable tray in window form.

  • @dattran2165
    @dattran2165 2 ปีที่แล้ว +1

    How you can auto start the Revit when you start the program ?

    • @luisarias9682
      @luisarias9682 2 ปีที่แล้ว +2

      in Visual studio right click on your project and select properties. go to the debug tab in properties and in the "start action" section select Start external program, Browse to the location of the .exe file of the Revit version you are working with.

    • @rafaelsilvavillanueva7501
      @rafaelsilvavillanueva7501 2 ปีที่แล้ว +1

      Before to try this you need to review the fisrt video where explain how to create and configure the VS project

  • @luisarias9682
    @luisarias9682 2 ปีที่แล้ว +1

    Please make more of these

  • @letsgodiscover5227
    @letsgodiscover5227 ปีที่แล้ว

    hi thanks how can i reach you i have a school project that i can ask some guidance

    • @jacobiandev
      @jacobiandev  ปีที่แล้ว

      Join me on Slack -- it’s a faster, simpler way to work. Sign up here, from any device: join.slack.com/t/jacobiandev/shared_invite/zt-1ogoy7s34-oaoSkj3VQnHCMIuuxHxqHQ

  • @yuliussulistiyo8504
    @yuliussulistiyo8504 ปีที่แล้ว

    nice...jacob

  • @rafaelsilvavillanueva7501
    @rafaelsilvavillanueva7501 2 ปีที่แล้ว +1

    I run this example in Visual 2019 latest version and not RUN.
    But when use Visual 2022 works fine even with Revit 2023.
    I add some lines in Post build comman line
    Copy "$(TargetDir)cemexwizard.dll" "$(AppData)\Autodesk\Revit\Addins\2022"
    if exist "$(AppData)\Autodesk\REVIT\Addins\2022" copy "$(ProjectDir)*.addin" "$(AppData)\Autodesk\REVIT\Addins\2022"
    SET path=$(AppData)\Autodesk\Revit\Addins\2022\Resources
    if not exist "%path%" mkdir "%path%"
    if exist "$(AppData)\Autodesk\REVIT\Addins\2022\Resources" copy "$(ProjectDir)\Resources\cemex.ico" "$(AppData)\Autodesk\REVIT\Addins\2022\Resources"
    Other change was in the configuration manager . I create Platform x64 instead Any CPU

    • @jacobiandev
      @jacobiandev  2 ปีที่แล้ว

      Glad you managed to get it working