You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: readme.md
+7-7Lines changed: 7 additions & 7 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -2,14 +2,15 @@
2
2
3
3
**The fastest, most advanced, asynchronous Revit database exploration tool for Revit 2021+.**
4
4
5
-
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 but also to:
6
-
-**edit**, any parameter value
7
-
-**query**, database with intuitive syntax that is translated into a FilteredElementCollector
8
-
-**script**, by running ad hoc scripts written in C#
9
-
-**visualize**, geometrical features of elements
5
+
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. It not only allows us to **explore** database but also to:
6
+
-**edit** any parameter value
7
+
-**query** database with intuitive syntax that is translated into a FilteredElementCollector
8
+
-**script** by running ad hoc scripts written in C#
9
+
-**visualize** geometrical features of elements
10
10
11
11
List of features:
12
12
13
+
-[easier work with Element.Geometry](#easier-work-with-elementgeometry)
13
14
-[compare objects and parameters](#compare-object-members-and-element-parameters-values)
0 commit comments