Skip to content

Latest commit

 

History

History
75 lines (56 loc) · 1.79 KB

README.md

File metadata and controls

75 lines (56 loc) · 1.79 KB

ApiViet

Learn and do some addin revit with C#

Inspired by the awsome solutions of Victor Chekalin and CADBIMDeveloper


📄 Table of Contents

:octocat: Why I use it

  • Simpler: Easier to create the button now, useful for other projects
  • Readable: Create the ribbbon item with the lambda expression
  • Modify exist RibbonItem: We can add, modify the button in the exist tab, panel create by other addin

:octocat: Addin

  • Revit 2019 - VS Comunity 2017 - Framework .NET Framwork 4.7.1
  • ..............

:octocat: Roadmap

  • Ribbon Revit!
    • Create all types of ribbon revit
      • Create CustomRibbon
      • Create CustomTab
      • Create CustomPanel
      • Create CustomPushButton
      • Create CustomStackedItems
      • Create CustomPulldownButton
      • Create CustomSplitButton
      • Create CustomCombobox
      • Create CustomRadioButton
      • Create CustomTextBox
      • Create CustomToggleButton
    • Add solution the permit create button in the existed panel(solution of CADBIMDevelopper)
  • Addin
    • Addin 1
    • Addin 2
    • ...
  • To do

📃 License

MIT © Tien-Duy NGUYEN

So let's go!

Good luck for me. 😄

🐤