# Voronoi

## <img src="/files/FYrpZoFeeVHC9ZHOcsvK" alt="" data-size="line"> Voronoi <a href="#voronoi" id="voronoi"></a>

With this command, you can select a closed curve, and RhinoArtisan will fill it with a unique, randomly generated Voronoi pattern. This is particularly useful for filling hollow designs and creating beautiful, organic-like patterns.

Voronoi is a mathematical and geometric concept used in various fields, from science to graphic design. In simple terms, a Voronoi diagram divides a space into regions based on the distance to a specific set of points.

![](/files/KoNhoUlhHF8MyqPqgryp)

You can choose the closed curve you want to use by clicking on the selection box. Below, you'll find parameters such as the thickness of the branching, its height, and measurements.

{% hint style="info" %}
You can click the Refresh button anytime to generate a new random pattern. This is great because there won't be two identical patterns worldwide.
{% endhint %}


---

# 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.rhinoartisan.com/commands/accessories/voronoi.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.
