Skip to content

Commit

Permalink
update docs
Browse files Browse the repository at this point in the history
  • Loading branch information
NeVeSpl committed Oct 15, 2023
1 parent 838b39e commit 4b60c35
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 1 deletion.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
5 changes: 5 additions & 0 deletions readme.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@

Yet another [RevitLookup](/~https://github.com/jeremytammik/RevitLookup) like tool. RevitLookup was an indispensable tool to work with Revit API for many years. But now, there is a better tool for the job. Let me introduce you to Revit database explorer and its capabilities. It not only allows us to explore database in a more efficient way thanks to querying, but also to modify Revit database through ad hoc scripts written in C#.

- [compare objects and parameters](#compare-object-members-and-element-parameters-values)
- [query Revit database](#query-revit-database-with-rdq-revit-database-querying)
- [script Revit database](#script-revit-database-with-rds-revit-database-scripting)
- [ad hoc SELECT query](#ad-hoc-select-query)
Expand All @@ -30,6 +31,10 @@ Download and install [RevitDBExplorer.msi](/~https://github.com/NeVeSpl/RevitDBExp

## Features

### compare object members and element parameters values

![compare objects and parameters](documentation/examples/compare-objects-and-parameters.gif)

### query Revit database with RDQ (Revit database querying)

RDQ is able to interpret words separated by `,` as element ids, Revit classes, categories, parameters and many more. RDQ builds from them FilteredElementCollector and uses it to query Revit database.
Expand Down
Original file line number Diff line number Diff line change
@@ -1,6 +1,5 @@
using System;
using Autodesk.Revit.DB;
using Autodesk.Revit.DB.Architecture;
using RevitDBExplorer.Domain.DataModel.Parameters;
using RevitDBExplorer.Domain.DataModel.ValueContainers.Base;
using RevitDBExplorer.Domain.DataModel.ValueViewModels;
Expand Down

0 comments on commit 4b60c35

Please sign in to comment.