# Hinge

## <img src="/files/oCysY9SRIWcgiX77j1Lx" alt="" data-size="line"> Hinge <a href="#hinge" id="hinge"></a>

Using this command, you can generate a hinge mechanism on almost any solid object to allow it to open and close. This is beneficial for making closed bracelets and other pieces that require this motion.

<figure><img src="/files/Td6wPG0kaC83Ywpq48bW" alt=""><figcaption></figcaption></figure>

On its parameters, you can find the selection square that allows you to choose which object you want to make the hinge on, and then select the point where to generate the hinge. Below, you can find the various measurements, the number of male inserts, the opening angle, the direction it opens, and also an option to flip the direction it is facing currently.

{% hint style="warning" %}
Rhino does not allow boolean split operations on the same object.&#x20;
{% endhint %}

Rhino does not allow boolean split operations on the same object.  For example, creating a hinge on a torus is not possible due to the limitations of the split command. Therefore, we recommend creating a geometry to split the object, make the hinge, and then rejoin it using a boolean union operation.

<figure><img src="/files/atOs7bNpg29QgEe4VNaA" alt=""><figcaption></figcaption></figure>


---

# 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/hinge.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.
