# PO\_DrawRoom

Draw a room.

## Options

* **2Points**

  Draw a rectangle by 2 points.
* **3Points**

  Draw a rectangle by 3 points.
* **FreeForm**

  Draw a closed polygon. Press enter to close the polygon.
* **ElevationByPoint**

  Pick a point to automatically get the FloorElevation.
* **Elevation**

  Reference height to consider as floor level. CPlane where to draw.
* **Height**

  Height of the room.

## See Also

* [PO\_AddRooms](/user-manual/rhino-plugin/pollination-commands/alphabetically/po_addrooms.md)
* [PO\_AddRoomsByLayer](/user-manual/rhino-plugin/pollination-commands/alphabetically/po_addroomsbylayer.md)

## Useful Links

{% embed url="<https://discourse.pollination.solutions/t/po-drawroom-suggestions/1397>" %}

## Video Tutorials

{% embed url="<https://youtu.be/8xD6KI6zFXI>" %}
Create a Pollination Model by Tracing CAD Plan
{% endembed %}

{% embed url="<https://youtu.be/yjI-glACd4w>" %}
Draw New Rooms
{% endembed %}


---

# Agent Instructions: Querying This Documentation

If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://docs.pollination.solutions/user-manual/rhino-plugin/pollination-commands/alphabetically/po_drawroom.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
