
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report
Hi all,
My problem is quite simple in nature, yet difficult to accomplish.
I have a list of 3 spaces as shown below, that are selected from active view. I would like to be able to select each single space in the list starting from index 0 alone by itself to perform some processing on it, the item selection has to progress one item at a time - if successful with these 3 spaces the script will be scaled up to include 200 spaces.
I have tried to iterate through this list using a Python script, but the script will always output a list again because I am using list.append() method to get the output, it's really important to get one space at a time automatically, and not generate a new list.
Using filter by bool mask is not going to work for this exercise, as there are certain aspects of the calculations done on each space that requires supplying each space individually one at a time.
Any help in this matter will be greatly appreciated. I am using Revit 2020. @jeremytammik
Dynamo Graph:
Dynamo Graph
Solved! Go to Solution.