Revit API C# Playpen - 19 Coding Techniques for Add-ins (secrets part 4)

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

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

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

    Thank you Joshua, you really bring Revit API to another level.

  • @Teachy
    @Teachy 8 หลายเดือนก่อน

    Is there a way to add a dockable panel this way? I´ve been trying this for two days and I don´t get it to work without referencing .dll, which kills the advantages your workflow has.

    • @jlumley
      @jlumley  8 หลายเดือนก่อน +1

      If you mean dockable panel the way the 'properties' window is docked that is a different kettle of fish entirely. I wouldn't recommend it unless your making a very advanced addin. Stick with ribbon panels.

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

    very very cool jushua :), should dive into this sometime.

    • @jlumley
      @jlumley  4 ปีที่แล้ว

      It is all segmented in visual studio, there is a cs file for each button.

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

    Well done Josh. you're awesome! :)

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

    Hello Joshua, can I have the code of the installer(msi) for this addin?

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

      github.com/joshnewzealand/Revit-API-Playpen-CSharp/tree/master/Source

  • @yassinebahter839
    @yassinebahter839 4 ปีที่แล้ว

    Thank you josh, I can't get which part in the code that allow you to work on the form and Revit UI at the same time???

    • @jlumley
      @jlumley  4 ปีที่แล้ว

      In Revit Playpen it is technique 19 of 19 that has the best examples of external events (this is the way a WPF form can interact with the UI without needing to close it). It is a separately loaded project called 'RevitTransformSliders' in the solution.

  • @solvedplus858
    @solvedplus858 3 ปีที่แล้ว

    many thanks for the valuable information

    • @solvedplus858
      @solvedplus858 3 ปีที่แล้ว

      can we know what is the code it self

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

      Can you rephrase the question.

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

      @@jlumley in your previous tutorials, you gave us link for the plugin code, in this video you just gave us the main idea for each button
      is it possible to gave us the detailed c# code, or the final c# code
      many thanks for your big effort

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

      @@solvedplus858 Follow the link to the github respository, then click the Code button then click Download ZIP.

    • @solvedplus858
      @solvedplus858 3 ปีที่แล้ว

      @@jlumley many thanks dear

  • @pierpaolocanini7050
    @pierpaolocanini7050 4 ปีที่แล้ว

    Hi Joshua I've been learning a lot from your videos, thanks for making them! I looked into the c#playepen solution and found the code to add a button in the modify tab. I think I almost got it but it doesn't show any button in my modify tab. Does it work only with specific categories?

    • @jlumley
      @jlumley  4 ปีที่แล้ว

      Playpen has its own tab, is that present?

    • @pierpaolocanini7050
      @pierpaolocanini7050 4 ปีที่แล้ว

      @@jlumley yes, i got that. I used the msi installer

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

      @@pierpaolocanini7050 it should work on all categories, i would add the button first to the c# playpen tab to check it works before adding it to the modify tab.Goodnight, I am going to bed.

    • @pierpaolocanini7050
      @pierpaolocanini7050 4 ปีที่แล้ว

      @@jlumley thank you Joshua

  • @josnoordzij6802
    @josnoordzij6802 4 ปีที่แล้ว

    great!