# Torus

## <img src="https://3375153115-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2F5uhW8FwQpXQj8tHUULMo%2Fuploads%2FtNUttZpTS6lSjfQpcetg%2FG1_03_SOLID_TORUS.png?alt=media&#x26;token=3340bccb-eda2-447d-b40f-1c7728274015" alt="" data-size="line"> Torus <a href="#profiles" id="profiles"></a>

The Torus command draws a torus (doughnut shape).

#### Base circle options

* Radius: Pick a point or enter a radius to decide the size of the base circle.
* Vertical: Draws the base circle vertical to the construction plane.
* 2Point: Pick two opposite points on the base circle.
* 3Point: Draws the base circle through three points.
* Tangent: Draws the base circle tangent to one, two, or three curves.
* AroundCurve: Draws the base circle perpendicular to the picked point on a curve. The center line of the torus will be tangent to the curve.
* FitPoints: Draws the base circle by fitting to selected points, control points, or mesh vertices.

#### Second circle options

* Radius: Pick a point or enter a radius to decide the size of the second circle.
* Diameter: Pick a point or enter a diameter to decide the size of the second circle.
* FixInnerDimension: The first radius chosen sets the inner dimension of the torus and the second radius is constrained to be outside of the first radius.

For more information, please refer to the [Rhino documentation](https://docs.mcneel.com/rhino/8/help/en-us/commands/torus.htm?Highlight=Torus).


---

# 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/solid/basic-geometry/torus-1.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.
