Skip to content

Revit Add-in, a custom Revit ribbon panel containing discipline related tools

License

Notifications You must be signed in to change notification settings

akseidel/WTA_FireP

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

WTA_FireP

RibbonTab

Revit add-in in C# – creates a custom ribbon tab with discipline related tools. The tools at this writing are for placing specific Revit family types with some families requiring parameter settings made on the fly.

Included is the 3dAimer example that "aims" a special Revit family to a target. The enclosed Revit project is for demonstrating the 3dAimer.

This repository is provided for sharing and learning purposes. Perhaps someone might provide improvements or education. Perhaps it will help to boost someone further up the steep learning curve needed to create Revit task add-ins. Hopefully it does not show too much of the wrong way.

Used by the tools in this ribbon are classes intended to provide a Revit family instance placement without the Revit user interface overhead normally required by Revit. The classes are intended to provide a universal mechanism for placing some types of Revit families. This includes tags, which is a task not in this discipline tab but is in other discipline add-ins. The custom tab employs menu methods not commonly explained, for example a split button sets a family placement mode that is exposed to the functions called by command picks. Other tools use add-in application settings as a way to persist settings or communicate to code that runs subsequently within a command that provides a task workflow.

This add-in demonstrates many of the typical tasks and implementation required for providing a tab menu interface involving family placement, e.g.:

  • Creating a ribbon tab populated with some controls
    • Tool tips
    • Image file to button image
    • Communication between controls and commands the controls execute
  • Establishing the family type for placement
    • Determine if the correct pairing exists in the current file
    • Automatically discovering and loading the family if it does not exist in the current file but does exist somewhere starting from some set directory
  • Providing the family type placement interface
    • In multiple mode or one shot mode
    • With a heads-up status/instruction interface form
      • As WPF with independent behavior
        • Sending focus back to the Revit view
    • Returning the family instance placement for further processing after the instance has been placed
    • Managing an escape out from the process
    • Handling correct view type context
  • Changing family parameter values

Much of the code is by others. Its mangling and ignorant misuse is my ongoing doing. Much thanks to the professionals like Jeremy Tammik who provided the means directly or by mention one way or another for probably all the code needed.

About

Revit Add-in, a custom Revit ribbon panel containing discipline related tools

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages