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

# Torus

## About this Block

**What it does:** The **Torus** block creates a torus from a center point, axis, and two radii.

**Common uses:**

* Boolean operations

## Example File

![Torus](https://storage.googleapis.com/files-learn/static/ExtendedBlockDocs/Torus.jpg)

***

Create a torus from a center point, axis, and two radii.

### Inputs

| Name         | Type                                                   | Description                             |
| ------------ | ------------------------------------------------------ | --------------------------------------- |
| Center       | [Point](../../../../block-documentation/types/point)   | Center point of torus.                  |
| Axis         | [Vector](../../../../block-documentation/types/vector) | Normal direction of torus.              |
| Radius       | [Scalar](../../../../block-documentation/types/scalar) | Radius of the center line of the torus. |
| Torus radius | [Scalar](../../../../block-documentation/types/scalar) | Radius of the torus.                    |

### Outputs

| Type                                                 |
| ---------------------------------------------------- |
| [Torus](../../../../block-documentation/types/torus) |
