BSPLINE_CON specifies a B-spline using a series of control points.
+-----------<------------+ v | --->(BSPLINE_CON)---+--->|data position|--->-+------> | | +--->(:CLOSED)--------->-+ | | +--->(:OPEN)----------->-+ | | +--->(:ORDER)--|number|--+ | | +--->(:BACK)----------->-+
This option acts as a toggle with :OPEN.
You can set a minimum order of 3, and there is no maximum value. However, a high order decreases the performance, and increases the possibility of wiggles along the curve.
A series of control points attract the curve you are creating, that is, they form a guideline for the curve. Every fluctuation in the control polygon, results in a fluctuation in the B-spline curve. In addition, the first and last control polygon segments define the tangent at the ends of the B-spline curve.
You can align either end of the B-spline with an existing element, if you know its tangent. The new B-spline can have tangent continuity at the end point.
No two directly subsequent control points may be coincident.
BSPLINE_CON 100,100 100,73 75,73 35,27 COMPLETE
The B-spline is created.