API Documentation > Interface Classes > Class pfcCurveDescriptor
Class pfcCurveDescriptor

# include <pfcGeometry.h>

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

Description
A data object representing the geometry of a curve, edge, or geometric entity.
User Guide References:
Direct Known Subclasses:
Method Summary
This method returns the geometric type of the curve descriptor.
Method Detail
GetCurveType
()
This method returns the geometric type of the curve descriptor.
Returns:
The curve type
Was this helpful?