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.
Manual References:
Casting of Creo Object TOOLKIT C++ pfc Classes to wfc Classes:pfcBSpline
,
Direct Known Subclasses:
wfcWBSpline
Method Summary
xint
GetDegree
()
The basis function's degree
xrealsequence_ptr
GetKnots
()
The array of knots on the parameter line
pfcBSplinePoints_ptr
GetPoints
()
The array of control points
Methods Inherited from Class
pfcGeomCurve
::
GetIsVisible
,
GetFeature
,
Eval3DData
,
EvalFromLength
,
EvalParameter
,
EvalLength
,
EvalLengthBetween
,
GetCurveDescriptor
,
GetNURBSRepresentation
Methods Inherited from Class
pfcChild
::
GetDBParent
,
GetOId
Methods Inherited from Class
pfcActionSource
::
AddActionListener
,
RemoveActionListener
,
AddActionListenerWithType
Methods Inherited from Class
pfcRelationOwner
::
DeleteRelations
,
GetRelations
,
SetRelations
,
RegenerateRelations
,
EvaluateExpression
Methods Inherited from Class
pfcParent
::
GetChild
Methods Inherited from Class
pfcParameterOwner
::
GetParam
,
CreateParam
,
ListParams
,
SelectParam
,
CreateParamWithUnits
,
SelectParameters
Methods Inherited from Class
pfcModelItem
::
GetName
,
SetName
,
GetId
,
GetType
Method Detail
xint
GetDegree
()
The basis function's degree
pfcBSplinePoints_ptr
GetPoints
()
The array of control points
xrealsequence_ptr
GetKnots
()
The array of knots on the parameter line
Was this helpful?
This site works best with JavaScript enabled