API 설명서 > Curve and edge geometry > Object ProCompositeCurvedata > Function ProCompositeCurvedataInit
Function ProCompositeCurvedataInit
Description
Initializes a composite curve data structure.
Synopsis
#include <ProCurvedata.h>
ProCompositeCurvedataInit
(
ProComponentCurvedata* component_arr
/* (In)
The ProArray of components
*/
ProCurvedata* p_curve
/* (Out)
The composite curve data structure
*/
)
Returns
The function successfully initialized the composite curve data structure.
The input argument is invalid.
Sample Code References
도움이 되셨나요?