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

# Conic by Points

Create a conic specified by three points and a rho value.

### Inputs

| Name    | Type                                                   | Description                                                                                |
| ------- | ------------------------------------------------------ | ------------------------------------------------------------------------------------------ |
| Point 1 | [Point](../../../../block-documentation/types/point)   | Start point of the Conic.                                                                  |
| Point 2 | [Point](../../../../block-documentation/types/point)   | Apex point of the Conic. The tangent lines at the start and end points meet at this point. |
| Point 3 | [Point](../../../../block-documentation/types/point)   | End point of the Conic.                                                                    |
| Rho     | [Scalar](../../../../block-documentation/types/scalar) | Rho value of the conic in the range (0.02,0.95).                                           |

### Outputs

| Type                                                   |
| ------------------------------------------------------ |
| [Spline](../../../../block-documentation/types/spline) |
