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

# Cone

## About this Block

**What it does:** The **Cone** block creates a cone from two points and two radii.

**Common uses:**

* Boolean operations

***

Create a cone from two points and two radii.

### Inputs

| Name     | Type                                                   | Description           |
| -------- | ------------------------------------------------------ | --------------------- |
| Point 1  | [Point](../../../../block-documentation/types/point)   | Point 1 of the cone.  |
| Point 2  | [Point](../../../../block-documentation/types/point)   | Point 2 of the cone.  |
| Radius 1 | [Scalar](../../../../block-documentation/types/scalar) | Radius 1 of the cone. |
| Radius 2 | [Scalar](../../../../block-documentation/types/scalar) | Radius 2 of the cone. |

### Outputs

| Type                                               |
| -------------------------------------------------- |
| [Cone](../../../../block-documentation/types/cone) |
