Skip to content

Commit 17cfb90

Browse files
committed
added selection to the init
1 parent 49b1856 commit 17cfb90

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

NavisPythonShell/init.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
from Autodesk.Navisworks.Api import *
44

55
doc = Application.ActiveDocument
6-
6+
selection = doc.CurrentSelection.SelectedItems
77

88
def quit():
99
__window__.Close()

0 commit comments

Comments
 (0)