API Documentation > Interface Classes > Class pfcBSplineDescriptor
Class pfcBSplineDescriptor

# include <pfcGeometry.h>

class
pfcBSplineDescriptor
: public virtual
pfcCurveDescriptor
{
xdeclare(pfcBSplineDescriptor)
...
};
This is a
COMPACT class.

Description
A data object representing the geometry of a non-uniform rational B-spline curve.
Method Summary
This method creates a new BSplineDescriptor object.
void
SetDegree (xint value)
The basis function's degree
void
The array of knots on the parameter line
void
The array of control points
Methods Inherited from Class pfcCurveDescriptor::
Method Detail
GetDegree
()
void
SetDegree
(xint value)
The basis function's degree
GetPoints
()
void
SetPoints
The array of control points
GetKnots
()
void
SetKnots
The array of knots on the parameter line
This method creates a new BSplineDescriptor object.
Parameters:
Degree
The B-Spline degree
Points
The array of control points
Knots
The array of knots
Returns:
The new BSplineDescriptor object
Was this helpful?