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: extensions/pyRevitTools.extension/pyRevit.tab/Project.panel/ptools.stack/Links.pulldown/Create Workset For Linked Element.pushbutton/script.py
+13-14Lines changed: 13 additions & 14 deletions
Original file line number
Diff line number
Diff line change
@@ -6,21 +6,20 @@
6
6
7
7
selection=revit.get_selection()
8
8
9
-
linked_model_name=""
10
-
11
9
iflen(selection) >0:
12
-
withrevit.Transaction("Create Workset for linked model"):
0 commit comments