Revit API Course for beginners | Introduction

Поділитися
Вставка
  • Опубліковано 26 жов 2024

КОМЕНТАРІ • 37

  • @mariyandeveloper8437
    @mariyandeveloper8437  Рік тому +2

    If you want a complete Revit API and OOP course with tons of exercises + my support reach out to me via this email : marianslesar.08@gmail.com

  • @henrylee1006
    @henrylee1006 2 роки тому +2

    Great finally a Revit API tutorial, looking foward for next vid

  • @willlywillly
    @willlywillly 2 роки тому +1

    Thank you for making this video. Its been most helpful. I am just starting off with Revit API applications and I am so excited about finding your channel! And you are making new videos that aren't 5 years old. Love you brother!

  • @arkplato2186
    @arkplato2186 2 роки тому

    I almost missed a heartbeat at 10.47. I mean have looked heaven knows everywhere on internet but never got any further with revit api working with linked files. I asked for help at several forrums but nothing. Once even a very reputable youtuber just told me that he charges a hefty amount when I just asked the solution to my problem or guideline how to go about it.I cant wait you to cover working with linked files. Like a dream come true. Words cant express my gratitude.

  • @mutludogan5408
    @mutludogan5408 6 місяців тому

    Thank you so much for your nice video. It's been very clear for me with what to move on in the future.

  • @naveenmaddela9355
    @naveenmaddela9355 2 роки тому +2

    Thank you for your time, when can I expect the next video?

  • @christopheragbodzahmakafui12

    You won yourself a new subscriber.

  • @yousufleads
    @yousufleads 3 місяці тому +1

    Macro Manager says in Revit it's tested and compiled without issues yet the app can't run, what could be the cause that it's grey?

  • @tengmilano
    @tengmilano 2 роки тому

    Waiting for the next vdo. Great Job !!

  • @MohamedSabith-wl1ii
    @MohamedSabith-wl1ii 9 місяців тому

    I understand that you have discussed this in the video.
    But I'll ask anyways - Can I Learn Revit API with C# directly, without learning Python first ?

  • @winngwe1519
    @winngwe1519 4 місяці тому

    Thank u so much Sir. Can try this course on macOS?

    • @mariyandeveloper8437
      @mariyandeveloper8437  4 місяці тому +1

      You're welcome! You can try, but the limitations are dictated by Revit. Using Revit on macOS might not be easy due to compatibility issues.

  • @YaroslavShelest
    @YaroslavShelest Рік тому

    Thanks ! really appreciate your way to teach!

  • @rupalsapra
    @rupalsapra 10 місяців тому

    Well explained...

  • @sammrema4526
    @sammrema4526 2 роки тому

    Can u do a video on the pro and cos of dynamo and c#

  • @CesarCADfull
    @CesarCADfull Рік тому

    Hi, is it possible to change the parameters of a Workset using C#-API?

  • @CesarCADfull
    @CesarCADfull Рік тому

    Hi, is it possible to change the parameters of a Workset?

  • @wingfaiman8388
    @wingfaiman8388 Рік тому

    Hi Sir, what the software u use on the lecture ?

  • @saidialifajr504
    @saidialifajr504 Рік тому

    I wonder how your perspective on debugging has changed with the coming of Chat GPT 😉

    • @mariyandeveloper8437
      @mariyandeveloper8437  Рік тому +1

      I don't think my perspective on debugging has changed, but ChatGPT is very helpful at finding problems.

  • @kongpadintharayota9197
    @kongpadintharayota9197 2 роки тому

    Could you please guide code design button menu. Thank

  • @CesarCADfull
    @CesarCADfull 2 роки тому

    I have created a Shape using C#, it is possible to give this shape a category and user customs parameters??

    • @mariyandeveloper8437
      @mariyandeveloper8437  2 роки тому

      Whay do you mean by shape? Direct shape? If it's a direct shape, you create it by passing a category. Adn you can easily add new parameters to a category that you passed for a direct shape and use them.If you are not familiar with DirectShape, check out this class in documentation. DirectShape.CreateElement - is for creating a direct shape. SetShape - is a method for creating that shape in the revit document, so don't forget to put it into a transaction.

    • @CesarCADfull
      @CesarCADfull 2 роки тому

      @@mariyandeveloper8437 Thank you for your quick response...

    • @mariyandeveloper8437
      @mariyandeveloper8437  2 роки тому

      @@CesarCADfull My pleasure!