In Mechanical Scripting, how do I access the selected (highlighted) analysis tree object(s)?
Landon Mitchell Kanner
Member, Employee, GitHub-issue-creator Posts: 327
✭✭✭✭
in Structures
Best Answer
-
For a list of all active objects:
Tree.ActiveObjects
Or if you just want the first active object:Tree.FirstActiveObject
0