API Documentation > Classes > Class pfcCompositeCurve
Class pfcCompositeCurve
Description
A Creo Parametric curve consisting of two or more curve elements joined to forma single curve.
Direct Parent Classes:
User Guide References:
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?