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

# Arc Tangent to Curve

Create an Arc tangent to a curve from an end point and radius.

### Inputs

| Name   | Type                                                   | Description                                                |
| ------ | ------------------------------------------------------ | ---------------------------------------------------------- |
| Curve  | [Curve](../../../../block-documentation/types/curve)   | Curve to which the start point of the Arc will be tangent. |
| Point  | [Point](../../../../block-documentation/types/point)   | End point of the Arc.                                      |
| Radius | [Scalar](../../../../block-documentation/types/scalar) | Radius of the Arc.                                         |
| Flip   | [Bool](../../../../block-documentation/types/bool)     | Flips the Arc to the opposite valid solution.              |

### Outputs

| Type                                             |
| ------------------------------------------------ |
| [Arc](../../../../block-documentation/types/arc) |
