# Room Status

## 1. Description

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

![](https://238629208-files.gitbook.io/~/files/v0/b/gitbook-legacy-files/o/assets%2F-LO8n4ithPJG3iCqU7ir%2F-LVnSuO__NznLiwgD88k%2F-LVnSvYlbEFBKK3hw-HM%2FCapture2.png?alt=media\&token=3dfaf526-8eef-4b72-8634-f5d186422f77)

## 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.
