Creates a smooth curve that passes through or near a set of fit points, or that is defined by the vertices in a control frame.
Summary
SPLINE creates curves called nonuniform rational B-splines (NURBS), referred to as splines for simplicity.
Splines are defined either with fit points, or with control vertices. By default, fit points coincide with the spline, while control vertices define a control frame. Control frames provide a convenient method to shape the spline. Each method has its advantages.
To display or hide the control vertices and control frame, select or deselect the spline, or use CVSHOW and CVHIDE. However, for splines created with control vertices in AutoCAD LT, you can display the control frame only by selecting the spline.
List of Prompts
The prompts differ, depending on whether you choose Fit or CV (control vertices) as the creation method (Method option).
Specifies the first point of the spline, either the first fit point or the first control vertex, depending on the current method.
Prompts for Splines with Fit Points
The following prompts are specific to the fit point method.
- Knots
-
Specifies the knot parameterization, one of several computational methods that determines how the component curves between successive fit points within a spline are blended. (SPLKNOTS system variable)
- Chord. ( Chord-Length method) Spaces the knots connecting each component curve to be proportional to the distances between each associated pair of fit points. An example is the green curve in the illustration.
- Square root. (Centripetal method) Spaces the knots connecting each component curve to be proportional to the square root of the distance between each associated pair of fit points. This method usually produces “gentler” curves.
- Uniform. (Equidistant method). Spaces the knots of each component curve to be equal, regardless of the spacing of the fit points. This method often produces curves that overshoot the fit points.
- Start Tangency
- End Tangency
- Tolerance
-
Specifies the distance by which the spline is allowed to deviate from the specified fit points. A tolerance value of 0 requires the resulting spline to pass directly through the fit points. The tolerance value applies to all fit points except the starting and ending fit points, which always have a tolerance of 0.