# Torus Knot Geometry

## Description

A Three JS Standard Geometry Torus Knot

{% tabs %}
{% tab title="Preview" %}
![](/files/RoZMQ7U10NrQ5n5t4nuC)
{% endtab %}

{% tab title="Location" %}
**Name** | Torus Knot Geometry

**Nickname** | Torus Knot

**Tab** | ThreeJs

**Panel** | Shapes

**Division** | 3
{% endtab %}

{% tab title="Inputs" %}
**P** | **Plane** (*Plane*) | The base plane

**R** | **Radius** (*Number*) | The radius

**T** | **Thickness** (*Number*) | The torus thickness

**P** | **P** (*Integer*) | How many times the geometry winds around its axis of rotational symmetry

**Q** | **Q** (*Integer*) | How many times the geometry winds around a circle in the interior of the torus

**U** | **U Divisions** (*Integer*) | The number of divisions about the axis

**V** | **V Divisions** (*Integer*) | The number of divisions along the axis
{% endtab %}

{% tab title="Ouputs" %}
**M** | **Model Element** (*T+ Model*) | A Three Plus Model
{% endtab %}

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

## Usage


---

# 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://interopxyz.gitbook.io/three-plus/components/shapes/torus-knot-geometry.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.
