Skip to content

Commit 4b60c35

Browse files
committed
update docs
1 parent 838b39e commit 4b60c35

File tree

3 files changed

+5
-1
lines changed

3 files changed

+5
-1
lines changed
1.01 MB
Loading

readme.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,7 @@
44

55
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#.
66

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

3132
## Features
3233

34+
### compare object members and element parameters values
35+
36+
![compare objects and parameters](documentation/examples/compare-objects-and-parameters.gif)
37+
3338
### query Revit database with RDQ (Revit database querying)
3439

3540
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.

sources/RevitDBExplorer/Domain/DataModel/SnoopableParameter.cs

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,5 @@
11
using System;
22
using Autodesk.Revit.DB;
3-
using Autodesk.Revit.DB.Architecture;
43
using RevitDBExplorer.Domain.DataModel.Parameters;
54
using RevitDBExplorer.Domain.DataModel.ValueContainers.Base;
65
using RevitDBExplorer.Domain.DataModel.ValueViewModels;

0 commit comments

Comments
 (0)