Room Status

1. Description

This node sorts a list of rooms into three categories: Unplaced, Unbounded and PlacedAndBounded.

2. Inputs

  • Rooms

This input takes a room or a list of rooms from the model.

3. Outputs

  • Unplaced

If a room has been created but is not placed in the model, it will appear in the Unplaced output

  • Unbounded

If a room is not properly bounded, it will be listed in the Unbounded output.

  • PlacedAndBounded

This output retrieves the bounded rooms that have been correctly placed in the model.

Last updated