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

# Rounded Cylinder

Create a Rounded Cylinder from two points and two radii.

### Inputs

| Name       | Type                                                   | Description                                                 |
| ---------- | ------------------------------------------------------ | ----------------------------------------------------------- |
| Point 1    | [Point](../../../../block-documentation/types/point)   | Point 1 of the cylinder.                                    |
| Point 2    | [Point](../../../../block-documentation/types/point)   | Point 2 of the cylinder.                                    |
| Radius     | [Scalar](../../../../block-documentation/types/scalar) | Radius of the cylinder.                                     |
| Cap radius | [Scalar](../../../../block-documentation/types/scalar) | Radius applied to the top and bottom faces of the cylinder. |

### Outputs

| Type                                                                 |
| -------------------------------------------------------------------- |
| [Implicit Body](../../../../block-documentation/types/implicit-body) |
