We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 49b1856 commit 17cfb90Copy full SHA for 17cfb90
1 file changed
NavisPythonShell/init.py
@@ -3,7 +3,7 @@
3
from Autodesk.Navisworks.Api import *
4
5
doc = Application.ActiveDocument
6
-
+selection = doc.CurrentSelection.SelectedItems
7
8
def quit():
9
__window__.Close()
0 commit comments