| Name | Type | Description |
|---|---|---|
| periodic? | boolean | Determines whether the curve is closed or not and its continuity. If the first and last points are coincident and periodic? is False then a closed curve is created with G0 continuity at the start point. If the first and last points are not coincident and periodic? is False, then an open curve is created. If the first and last points are coincident and periodic? is True then a closed curve with G1 continuity will be created. |
| startTangent | any | Start direction of the curve. The input is ignored if periodic?: is True. By default the start direction is the vector from the first point in pointList to the second point in pointList. Can be either a Vector or Natural, which is the default. |
| endTangent | any | Direction at the end of the curve. The input is ignored if periodic?: is True. By default the end direction is the vector from the second to last point in pointList to the last point in pointList. Can be either a Vector or Natural, which is the default. |
| knots | list | This is a list of points used to control the curvature of the spline curve. If periodic?: is True, then this must be a list of length equal to the length of pointList: plus 1. The last knot point is discarded if the last point in pointList is coincident with the first point in pointList. If periodic?: is False, knots: must be a list of length equal to the length of pointList. If this parameter is not supplied, then knots: will be derived from the accumulated chord length along the spline. |

| Name: | splineCurve | |
| Design: | acDrawingDocument | |
| Name | Type | Formula |
| pointList | list | {point(0,0,0), point(1,4,0), point(2,0,0), point(3,-4,0), point(4,0,0)} |
| Child Name: | curve | |
| Child Design: | splineCurve | |
| Name | Type | Supplied |
| pointList | list | pointList |
| color | string | olive green" |
| Child Name: | pt | |
| Child Design: | point | |
| Name | Type | Supplied |
| origin | point | nth(child:index:, pointList:) |
| color | string | "navy blue" |
| quantity | integer | length(pointList:) |

| Name: | splineCurve_Ex02 | |
| Design: | acDrawingDocument | |
| Name | Type | Formula |
| pointList | list | {point(0,0,0), point(1,4,0), point(2,0,0), point(3,-4,0), point(4,0,0)} |
| Child Name: | curve | |
| Child Design: | splineCurve | |
| Name | Type | Supplied |
| pointList | list | pointList |
| startTangent | vector | vector(1, 0, 0) |
| endTangent | vector | vector(1, 0, 0) |
| color | string | olive green" |
| Child Name: | pt | |
| Child Design: | point | |
| Name | Type | Supplied |
| origin | point | nth(child:index:, pointList:) |
| color | string | "navy blue" |
| quantity | integer | length(pointList:) |

| Child Name: | curve | |
| Child Design: | splineCurve | |
| Name | Type | Supplied |
| pointList | list | pointList |
| color | string | olive green" |
| Child Name: | pt | |
| Child Design: | point | |
| Name | Type | Supplied |
| origin | point | nth(child:index:, pointList:) |
| color | string | "navy blue" |
| quantity | integer | length(pointList:) |