> For the complete documentation index, see [llms.txt](https://docs.ladybug.tools/fairyfly-primer/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.ladybug.tools/fairyfly-primer/components/0_create/ff_shape.md).

# FF Shape

![](/files/gLXojYx9GM7lMiA4S3OS)

Create Fairyfly Shape.

### Inputs

* **geo \[Required]**

Rhino Brep or planar Polyline geometry.

* **material \[Required]**

Optional text for the Shape's THERM material to be looked up in the material library (see the "FF Search Materials" component for a full list of materials that ship with THERM). This input can also be a custom SolidMaterial or CavityMaterial object created from the corresponding component. Lastly, it can be text for the name of a HB-Energy material to be looked up in the material library (see the ""HB Search Materials" component for a full list of materials that ship with Honeybee).

* **rgb\_color**

An optional color to set the color of the material when it is imported to THERM. All materials from the Fairyfly Therm Library already possess colors but materials from the HB-Energy material lib will have a randomly-generated color if none is assigned here.

### Outputs

* **report**

Reports, errors, warnings, etc.

* **shapes**

Fairyfly shapes. These can be used in THERM simulation.


---

# 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.ladybug.tools/fairyfly-primer/components/0_create/ff_shape.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.
