The COMSOL File Formats > Serializable Types > BezierCurve

BezierCurve
Supported Versions
0
Subtype of
BezierMfd
Fields
The class is defined by the following fields:
Description
A rational Bézier curve is a parameterized curve of the form
where the functions
are the Bernstein basis functions of degree p, bi = ( x1, …, xn) are the control vertices of the n-dimensional space, and wi are the weights, which should always be positive real numbers to get a properly defined rational Bézier curve. A rational Bézier curve has a direction defined by the parameter t.
Example
The following illustrates a linear Bézier curve.
11 BezierCurve # class
0 0 # version
2 # sdim
0 2 1 # transformation
1 0 # degrees
2 # number of control points
# control point coords and weights
0 0 1
1 1 1
See also
BSplineCurve