API Documentation > Interface Classes > Class pfcBSpline
Class pfcBSpline

# include <pfcGeometry.h>

class
pfcBSpline
: public virtual
pfcCurve
{
xaideclare(pfcBSpline)
...
};


Description
A Creo Parametric curve with non-uniform rational B-spline geometry.
User Guide References:
Direct Known Subclasses:
Methods Inherited from Class pfcGeomCurve::
Methods Inherited from Class pfcChild::
Methods Inherited from Class pfcActionSource::
Methods Inherited from Class pfcRelationOwner::
Methods Inherited from Class pfcParent::
Methods Inherited from Class pfcParameterOwner::
Methods Inherited from Class pfcModelItem::
Method Summary
The basis function's degree
The array of knots on the parameter line
The array of control points
Method Detail
GetDegree
()
The basis function's degree
The array of control points
GetKnots
()
The array of knots on the parameter line
Was this helpful?