> 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/daylight-modeling/assign-modifiers.md).

# Assign Modifiers

{% embed url="<https://youtu.be/lV9nJTqzjhg?t=130>" %}

## Step 1

**First select a geometry such as aperture, door, room face, or shade.** For a child geometry, you can double click its parent geometry which enters the editing mode and then you can select any child geometry, or you can select the child geometry from the right side room manager and expand the room all the way down to where you could find the child geometry. As for room's face, Rhino has a shortcut key for selecting child faces: hold Shift + Ctrl and click one of room's faces.

![Select a child geometry from Rhino](/files/-Megzqj6i40Id4--Mbhc)

## Step 2

Use command [PO\_EditApertureProperties](/user-manual/rhino-plugin/pollination-commands/alphabetically/po_editapertureproperties.md), [PO\_EditDoorProperties](/user-manual/rhino-plugin/pollination-commands/alphabetically/po_editdoorproperties.md), [PO\_EditFaceProperties](/user-manual/rhino-plugin/pollination-commands/alphabetically/po_editfaceproperties.md), or [PO\_EditShadeProperties](/user-manual/rhino-plugin/pollination-commands/alphabetically/po_editshadeproperties.md) or double click the item from "Room Manager" to bring up the object properties dialog, in which you can override geometry's modifier.

![Override face's modifier by selecting a new modifier from Modifier Manager](/files/-Megzdx6ey2HtwOcOcK3)

## Step 2B

Users can add new modifiers from following templates: [plastic](https://www.ladybug.tools/honeybee-schema/model.html#tag/plastic_model), [glass](https://www.ladybug.tools/honeybee-schema/model.html#tag/glass_model), [trans](https://www.ladybug.tools/honeybee-schema/model.html#tag/trans_model), [metal](https://www.ladybug.tools/honeybee-schema/model.html#tag/metal_model), [mirror](https://www.ladybug.tools/honeybee-schema/model.html#tag/mirror_model), [glow](https://www.ladybug.tools/honeybee-schema/model.html#tag/glow_model), [light](https://www.ladybug.tools/honeybee-schema/model.html#tag/light_model), and [BSDF](https://www.ladybug.tools/honeybee-schema/model.html#tag/bsdf_model).

![](/files/-Meh3q2RruTs4AONvXYz)


---

# 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, and the optional `goal` query parameter:

```
GET https://docs.pollination.solutions/user-manual/rhino-plugin/daylight-modeling/assign-modifiers.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

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.
