> For the complete documentation index, see [llms.txt](https://interopxyz.gitbook.io/three-plus/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://interopxyz.gitbook.io/three-plus/components/helpers/grid.md).

# Grid

Two-dimensional arrays of lines

## Description

Two-dimensional arrays of lines on the ground plane.

{% tabs %}
{% tab title="Preview" %}
![](https://2542354621-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2FbH1SBOktQqL8caPM2Xpc%2Fuploads%2FPvezd1JLPy8xQeQJGyGW%2FHelper-Grid.png?alt=media\&token=992274bb-4ced-4841-956b-e3324b1f0236)
{% endtab %}

{% tab title="Location" %}
**Name** | Grid

**Nickname** | Grid

**Tab** | ThreeJs

**Panel** | Helpers

**Division** | 1
{% endtab %}

{% tab title="Inputs" %}
**S** | **Size** (*Number*) | The size of the grid&#x20;

**D** | **Divisions** (*Number*) | The number of divisions in the grid

**A** | **Axis Color** (*Colour*) | The axis color of the grid

**G** | **Grid Color** (*Colour*) | The grid line color&#x20;

**P** | **Polar** (*Bool*) | If true the grid will be displayed in a polar configuration&#x20;
{% endtab %}

{% tab title="Ouputs" %}
**G** | **Grid** (*T+ Helper*) | A Three Plus Helper Element&#x20;
{% endtab %}

{% tab title="Mode" %}
*none*
{% endtab %}
{% endtabs %}

## Usage
