Library | File

Class pfcSpline

# include <pfcGeometry.h>

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



Description

A Creo Parametric curve or edge representing the geometry of a curve that consists of a nonuniform bicubic spline.
Direct Known Subclasses:
wfcWSpline



Method Summary

pfcSplinePoints_ptrGetPoints ()
An array of spline interpolant points, tangent vectors and parameters.


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

pfcSplinePoints_ptrGetPoints ()

An array of spline interpolant points, tangent vectors and parameters.