# Compass

![](https://894783789-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2F-LPHXQ1I3gb93zpLrLZf%2Fuploads%2Fgit-blob-f8fce4c6cd3dfc0c269d4b488e244c3a23b58e5f%2FCompass.png?alt=media)

![](https://894783789-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2F-LPHXQ1I3gb93zpLrLZf%2Fuploads%2Fgit-blob-46552f0653196d75aad2501a46d3a75207e46ea2%2FCompass.png?alt=media) - [\[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.
