INTERPOLATE - v14
interpolate POINTS=<p-range>, TYPE=<value>
{, Start=<vector>, End=<vector>}
Function
Create a constrained BSpline curve through an array of points through which it passes.
Parameters
|
points= |
An array of points through which the resulting curve should pass. |
|
type= |
Indicates the method to be used for the interpolation. The current level of implementation for this commands only allows creation of interpolation by cubic spline. |
|
start= |
The vector defining the tangent at the curve start point. |
|
end= |
The vector defining the tangent at the curve end point. |
Examples:
INTERPOLATE POINT=p1\nPts, type=1, Start=(0,1,0), End=(.5,-.5,0)
Notes
Command introduced [Update X4[OCC])
See also
import, curve