API Documentation > Interface Classes > Class pfcCompositeCurve
Class pfcCompositeCurve

# include <pfcGeometry.h>

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


Description
A Creo Parametric curve consisting of two or more curve elements joined to forma single curve.
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
Lists the component curves of the composite curve.
Method Detail
ListElements
()
Lists the component curves of the composite curve.
Exceptions thrown (but not limited to):
pfcXToolkitNotImplemented - The p_curve is a valid geometry item, but not a composite curve.
pfcXToolkitNotFound - No components were visited, either because of the filter or for another reason.
Returns:
The array of component curves
Was this helpful?