Create a REVIT Plugin from SCRATCH using C#

Поделиться
HTML-код
  • Опубликовано: 8 сен 2024
  • You can customize and manipulate Revit at the fundamental level using C# and REvit API. You can analyze data, extract data and automatically create geometry, plans, views,...anything you would normally do manually.
    The first step is creating an actual Plug-in (not just an External Command!) and I will walk you through it in this video.
    This is the guide that I am following in the video: www.autodesk.c...
    These are my courses where you can get C# lessons for free:
    COURSES: proarchitect.t...
    Follow our work and join our projects!
    HOME: www.programmin...
    GAAS: gaasworld.com/
    FOLLOW US:
    LINKEDIN: / milosdimcic
    INSTAGRAM: / milosdimcic
    FB: / programming.architecture
    TWITTER: / mdimcic
    Please go to our PROARCHITECT Teachable Page and Enroll in our courses (FOR FREE!). Even if you are not interested in the current courses, you will get on our exclusive email list and we will notify you when new courses, plug-ins, or exclusive videos are coming out.
    LEARN: proarchitect.t...
    Thank you for your support!
    Stay free!
    #BIM #Revit #developer
    Milos Dimcic
    Dr.-Ing.
    www.programming...

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

  • @prakashravi1638
    @prakashravi1638 5 месяцев назад +8

    Your video is the reason, I got the job as an automation developer in one of the biggest company in India. Thank you so much. keep up the good work.

  • @tommytwo9051
    @tommytwo9051 5 дней назад

    Thank you for this video! I especially appreciate you including instructions for a button on the ribbon.

  • @petertomosvary4731
    @petertomosvary4731 9 месяцев назад

    Hi Milos, tomorrow I will give a lecture about you at a BIM engineering course, I really like your work :) I am looking forward to the next videos

  • @TheMoazzeni
    @TheMoazzeni 9 месяцев назад

    Great! Thanks you for the informative data

  • @OSpics
    @OSpics 4 месяца назад

    Awsome. Thnx so much 😄

  • @rajendrameena150
    @rajendrameena150 8 месяцев назад

    Please do some video about catia in detail ...

  • @rajendrameena150
    @rajendrameena150 8 месяцев назад

    I heard that Grasshopper 2 is open-source then why we have to learn programming in revit which only allow api access.
    Is chatgpt can be used if someone dont know programming to do so...
    If get time, please plan some series of catia.

  • @wildlifehunt9460
    @wildlifehunt9460 3 месяца назад

    In system visual Studio is not showing . NET framework 4.8 and I'm working on. Net framework 8.0 but revit showing error 'it's can't be run ' Please help me

    • @jakkcrevvice6031
      @jakkcrevvice6031 2 месяца назад

      hey i had the same issue, if you havent already figured it out, what i figured out was that there was a different type of class library preset on visual studio for the 4.8 framework than there was for .net 8.0

    • @user-cf1ue1dw6q
      @user-cf1ue1dw6q 2 месяца назад

      you should download . NET framework 4.8 at Viusal Studio installer ->modify->sigle component ->.NETFramwork 4.8SDK and .NETFramework target package

  • @avinashk4346
    @avinashk4346 9 месяцев назад

    Can we create plugins in Archicad like this to work with rhino

  • @avinashk4346
    @avinashk4346 9 месяцев назад

    So you guys use Revit daily, I am confused as to learn ArchiCAD or Revit

    • @diemes5463
      @diemes5463 4 месяца назад

      Depends on where you live and your profession, here in California, USA, Revit is more common, but I've heard great things about ArchiCAD

    • @user-cf1ue1dw6q
      @user-cf1ue1dw6q 2 месяца назад

      In fact, the two complement each other, and learning one will help you quickly get started with the other. Personally, I suggest starting with Revit

  • @rmacapobre
    @rmacapobre 3 месяца назад

    anybody has tried creating one for Revit 2025 which uses .NET 8.0?