# Compass

![](/files/-MihilhpJAGk3hfHLlDO)

![](/files/-Mihilhqe4avrU5Vy5JE) - [\[source code\]](https://github.com/ladybug-tools/ladybug-grasshopper/blob/master/ladybug_grasshopper/src//LB%20Compass.py)

Create a compass sign that indicates the direction of North in the Rhino scene.

### Inputs

* **north**

A number between -360 and 360 for the counterclockwise difference between the North and the positive Y-axis in degrees. Counterclockwise means "90 is West and 270 is East". This can also be Vector for the direction to North. (Default: 0)

* **center**

A point for the center position of the compass in the Rhino scene. (Default: (0, 0, 0) aka. the Rhino scene origin).

* **scale**

A number to set the scale of the compass. The default is 1, which corresponds to a radius of 10 meters in the current Rhino model's unit system.

### Outputs

* **compass**

A set of circles, lines and text objects that mark the cardinal directions in the Rhino scene.


---

# 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/ladybug-primer/components/4_extra/compass.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.
