Skip to content

My own Autodesk Revit ribbon panel with different plugins

Notifications You must be signed in to change notification settings

karthi1015/Revit-Ribbon-Panel

Repository files navigation

Create Parameters button

  • The application is based on WPF
  • Includes buttons for batch adding project parameters and family parameters;
  • A textbox shows the current shared parameters file of the document. Using the buttons on the right you can select another or create a new one;
  • Both buttons on adding project / family parameters check the shared parameters file, if it cannot be found or there are some problems with it, a warning will be shown;
  • Adding family parameters window includes a treeView of families that current document has. TreeView items inherit DependencyObject class.
  • TreeView can collapse and expand, uncheck all items
  • Also tried to implement MVVM here
  • Export parameters to excel

  • The application is based on WPF
  • TreeView has parameters of elements grouped by category that current document has. TreeView items inherit DependencyObject class.
  • TreeView can collapse and expand, uncheck all items
  • About

    My own Autodesk Revit ribbon panel with different plugins

    Resources

    Stars

    Watchers

    Forks

    Releases

    No releases published

    Packages

    No packages published

    Languages