> ## 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 by Angle

Create an arc from an axis, start point, and angle.

### Inputs

| Name        | Type                                                   | Description                                                                   |
| ----------- | ------------------------------------------------------ | ----------------------------------------------------------------------------- |
| Center axis | [Axis](../../../../block-documentation/types/axis)     | Axis that goes through the center point of the arc.                           |
| Start point | [Point](../../../../block-documentation/types/point)   | Start point of the arc.                                                       |
| Angle       | [Scalar](../../../../block-documentation/types/scalar) | Angle of the arc. It will be clamped to within -360 degrees and +360 degrees. |

### Outputs

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