Inputs
| Name | Type | Description |
|---|---|---|
| Curve | Curve | Curve along which to create a point. |
| Distance | Scalar | Distance along the curve to create the point. 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 |
|---|
| Point |

