We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1012204 commit 019ecbbCopy full SHA for 019ecbb
pyrevitlib/pyrevit/revit/selection.py
@@ -68,6 +68,7 @@ def is_empty(self):
68
69
@property
70
def elements(self):
71
+ # type: () -> list[DB.Element]
72
return [DOCS.doc.GetElement(x) for x in self._refs]
73
74
0 commit comments