> For the complete documentation index, see [llms.txt](https://docs.pollination.solutions/user-manual/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.pollination.solutions/user-manual/rhino-plugin/pollination-commands/alphabetically/po_drawapertures.md).

# PO\_DrawApertures

Draw apertures on a selected room's surface

## Options

* **ElevationPlan**

  Draw onto selected faces.
* **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.
* **FloorPlan**

  Pick points which represent apertures in the plan.
* **ElevationByPoint**

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

  Reference height to consider as floor level.
* **SillHeight**

  Distance between bottom of aperture frame to floor level.
* **Height**

  Height of the aperture.

## See Also

* [PO\_AddApertures](/user-manual/rhino-plugin/pollination-commands/alphabetically/po_addapertures.md)
* [PO\_AddAperturesByWWR](/user-manual/rhino-plugin/pollination-commands/alphabetically/po_addaperturesbywwr.md)

## Video Tutorials

{% embed url="<https://youtu.be/LPFQMcqW-2s>" %}
Draw Apertures
{% endembed %}

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


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

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