In Mechanical Scripting, how do I access the selected (highlighted) analysis tree object(s)?
Landon Mitchell Kanner
Member, Employee Posts: 290
✭✭✭✭
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