MeshCurve
Current Version
1
Subtype of
GeomCurve
Fields
Entity/Object
Variable
Description
integer
Version.
integer
d
Space dimension.
integer
np
Number of interpolation points.
double[np][d+1]
P
Coordinates and parameters for each interpolation point.
BSplineCurve
Interpolating curve.
In the matrix
P
, the first
d
values of each row are the coordinates for the point and the (
d
+1):th value is the parameter.
Description
A MeshCurve represents a cubic spline interpolation curve through given interpolation points. The corresponding parameter values are also given as an increasing sequence of numbers.
See also
BSplineCurve