API 文件集 > Curve and edge geometry > Object ProCompositeCurvedata > Function ProCompositeCurvedataGet
Function ProCompositeCurvedataGet
Description
Retrieves information from the composite curve data structure.
Replacement in Object TOOLKIT:
Synopsis
#include <ProCurvedata.h>
ProCompositeCurvedataGet
(
ProCurvedata* p_curve
/* (In)
The composite curve data structure
*/
ProComponentCurvedata** p_component_arr
/* (Out)
The pointer to a ProArray of components
*/
)
Returns
The function successfully retrieved the information.
The specified data is not a composite curve data structure.
The input argument is invalid.
Sample Code References
這是否有幫助?