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

# Frame Along Curve

Create a frame at a specified distance along a curve. The resulting frame will have its Z axis along the curve tangent, its X axis along the curve normal, and its Y axis along the curve binormal.

### Inputs

| Name     | Type                                                   | Description                                                                                                                                                                                                                                                                                                                                             |
| -------- | ------------------------------------------------------ | ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- |
| Curve    | [Curve](../../../../block-documentation/types/curve)   | Curve to evaluate.                                                                                                                                                                                                                                                                                                                                      |
| Distance | [Scalar](../../../../block-documentation/types/scalar) | Distance along the curve to create the frame. If this value is outside of the range from zero to the length of Curve, the point will be extrapolated. The extrapolation will be linear for Lines and Splines, and circular for Arcs. If Curve is a Polycurve, the extrapolation will be based on the type of the segment at the corresponding endpoint. |

### Outputs

| Type                                                 |
| ---------------------------------------------------- |
| [Frame](../../../../block-documentation/types/frame) |
