# Facade Parameters

![](/files/-MihnsCYuue4LZr4F9N_)

![](/files/-MihnsCZ87IpAErHEKv-) - [\[source code\]](https://github.com/ladybug-tools/honeybee-grasshopper-core/blob/master/honeybee_grasshopper_core/src//HB%20Facade%20Parameters.py)

Generate lists of facadce properties ordanized by the four primary cardinal directions.

Such properties can be glazing ratios, glazing heigths, sill heights, horizontal/ vertical glazing splits for the "HB Apertures by Ratio" component. Or they could be shade depths, angles, etc. for the "HB Louver Shades" component.

## Inputs

* **north**

  Glazing parameter (boolean, float) for the north.&#x20;
* **east**

  Glazing parameter (boolean, float) for the east.&#x20;
* **south**

  Glazing parameter (boolean, float) for the south.&#x20;
* **west**

  Glazing parameter (boolean, float) for the west.&#x20;

## Outputs

* **fac\_par**

  A list of properties for different cardinal directions to be plugged into the "HB Apertures by Ratio" component or the "HB Louver Shades" component.&#x20;


---

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