Repeat inputs at LoopWhile node

Hi all,

For elements in a list, is it possible to retrieve elements one by one from the top of the list and apply multiple instructions to all elements in sequence?

Specifically.

  1. retrieve a room on one floor
  2. Open a parameter input dialog for one item in the room list.
  3. The user enters a parameter value (the corresponding room is selected in the active view at this time)
  4. The entered parameter is set to the element, and the input dialog is opened for the next item in the room list.
  5. Repeat until the last item in the list.

I would like to perform the above 2~4 operations for all elements in the list of 1.

Any help would be appreciated.

@miyazaki.shin ,

can you not try in dynamo? It sounds like you will need datashapes. or even costum nodes in Python.

KR

Andreas

Hi Draxl_Andreas,

Thank you for your reply.

I was able to solve the problem by incorporating Data-Shapes nodes into a custom node. The following topic was helpful.

1 Like