![]() |
![]() |
![]() |
AM_BSPLINE_INT creates a B-spline using a sequence of interpolation points, through which the curve will pass.
+--------------------<-------------------+
| |
| |
---->(AM_BSPLINE_INT)----+---|interpolation pnt|------------------+---->
| |
+---(:CLOSED)----------------------------+
| |
+---(:OPEN)------------------------------+
| |
+---(:BACK)------------------------------+
| |
+---(:ORDER)---|number|------------------+
| |
+---(:TANGENT)---+---(:ON)-----+---------+
| | | |
| +---|angle|---+ |
| | | |
| +---|pnt|-----+ |
| | | |
| +---(:OFF)----+ |
| |
| |
+---(:CLEAR_TANGENT)---------------------+
| |
+---(:APPEND)--|elem|--+-----------------+
(*) |
+--|select elem|--+
(*) if elem is ambiguous
The AM_BSPLINE_INT command automatically computes a series of control points for the curve. There is no difference between these points and user-created control points.
![]() |
![]() |
![]() |