Library | Module

Interface IpfcCompositeCurveDescriptor



Description

A data object representing the geometry of a composite curve, consisting of two or more curve elements joined to forma single curve.
Direct Parent Classes:
IpfcCurveDescriptor



Property Summary

PropertyElementsas IpfcCurveDescriptors
The geometry of the component curves.



Method Summary

FunctionCCpfcCompositeCurveDescriptor.Create (Elements as IpfcCurveDescriptors) as IpfcCompositeCurveDescriptor
This method creates a new CompositeCurveDescriptor object.



Property Detail


PropertyElementsas IpfcCurveDescriptors

The geometry of the component curves.





Method Detail


FunctionCCpfcCompositeCurveDescriptor.Create (Elements as IpfcCurveDescriptors) as IpfcCompositeCurveDescriptor

This method creates a new CompositeCurveDescriptor object.
Parameters:
Elements
The geometry of the curves making up the composite curve
Returns:
The new CompositeCurveDescriptor object.