> ## Documentation Index
> Fetch the complete documentation index at: https://docs.ntop.com/llms.txt
> Use this file to discover all available pages before exploring further.

# Checkerboard Texture

> AI context for Checkerboard Texture. Not linked in navigation.

> This page is for AI assistant context only. To use this package, visit [community.ntop.com](https://community.ntop.com/packages/ntop/checkerboard-texture).

## Summary

Returns an infinite checkerboard field along one axis with values of 0 and 1.

## Package Details

| Field            | Value                                                              |
| ---------------- | ------------------------------------------------------------------ |
| **ID**           | `checkerboard-texture`                                             |
| **Type**         | Block                                                              |
| **Author**       | nTop                                                               |
| **Version**      | 1.0.0                                                              |
| **nTop Version** | 5.43+                                                              |
| **Domain**       | Geometry                                                           |
| **Complexity**   | Beginner                                                           |
| **Tags**         | `checkerboard`, `texture`, `returns`, `infinite`, `field`, `along` |
| **License**      | MIT                                                                |
| **Verified**     | Yes                                                                |

***

Returns an infinite checkerboard field along one axis with values of 0 and 1.

## Installation

Clone this repo or copy the package folder into your nTop workspace:

```bash theme={null}
git clone https://github.com/nTopology/Utilities.git
```

The package lives at `packages/ntop/checkerboard-texture/`.

## Inputs

| Name        | Type         | Description                                                       |
| ----------- | ------------ | ----------------------------------------------------------------- |
| `Cell Size` | Scalar Field | Size of a single period of the checkerboard (always define units) |
| `Location`  | Point        | Location of the starting point of a unit                          |
| `Direction` | Vector       | Normal direction of the patterned field                           |

## Outputs

| Name                    | Type         | Description                         |
| ----------------------- | ------------ | ----------------------------------- |
| `Oriented Checkerboard` | Scalar Field | Orient to desired location and axis |

## License

MIT.

***

## Source

[https://community.ntop.com/packages/ntop/checkerboard-texture](https://community.ntop.com/packages/ntop/checkerboard-texture)
