-
Notifications
You must be signed in to change notification settings - Fork 312
Home
RevitLookup is a free and open-source plugin for Autodesk Revit that provides a powerful way to explore and interact with the Revit API without using a debugger. It helps you easily view Revit element parameters, such as their identifiers, types, parameters, and properties, as well as access low-level model information, such as geometry, graphics, and material data.
RevitLookup is a very useful tool for all Revit users, especially those developing their own plug-ins. It helps you access model information quickly and easily, which reduces the time it takes to analyze and manage your project.
Member Explorer explores properties, methods, events of any Revit object in Runtime.
Values are evaluated on the fly, speeding up debugging, plugin development, or family modeling.
RevitLookup provides a pretty large set of objects to explore,
including the root objects Application, Document, UIApplication, as well as niche objects like Services, Updaters, and Performance Issues.

Event Monitor collects and analyses most of the events that occur in the Revit API.
These can be both application-wide and project-wide events.
Monitoring only works when the tool is open, for performance reasons.
Visualization provides a visual representation of the geometry in the Revit API, how it is arranged in space and what part of the complete object it is.
RevitLookup supports all commonly used geometry primitives, and supports multi-visualization, just open multiple instances of RevitLookup side by side.

RevitLookup provides an analysis of all commonly used Revit enumerations and units.
Built-in parameters, Built-in categories, Forge units are all available out of the box,
and in the context menu you can also go to Member Explorer
to explore the properties and methods of these units.
Search helps users to quickly find doors, walls, windows and other elements in the project.
Search supports complex queries, search for multiple elements at once, search by both ID and Name, your element will always be found
Revit.ini File editor provides a simple way to manage Revit settings without a manual editing Revit.ini file.
Revit.ini is quite complicated to configure, and not all Revit configuration can be found in the official documentation. Editor will provide all available properties that are possible.

Modules view inspect the dynamic link libraries (DLLs) and executables that Revit uses. In this view, you'll find information such as module names, versions, application domains, paths to the module. Especially useful for debugging plugins, and analyzing the dependencies they use.