API Documentation > Interface Classes > Class pfcCompositeCurveDescriptor
Class pfcCompositeCurveDescriptor

# include <pfcGeometry.h>

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

Description
A data object representing the geometry of a composite curve, consisting of two or more curve elements joined to forma single curve.
User Guide References:
Direct Known Subclasses:
Methods Inherited from Class pfcCurveDescriptor::
Method Summary
This method creates a new CompositeCurveDescriptor object.
void
The geometry of the component curves.
Method Detail
GetElements
()
void
SetElements
The geometry of the component curves.
This method creates a new CompositeCurveDescriptor object.
Parameters:
Elements
The geometry of the curves making up the composite curve
Returns:
The new CompositeCurveDescriptor object.
Was this helpful?