API 文件集 > Geometry items > Object ProCurve > Function ProCurveDataFree
Function ProCurveDataFree
Description
Frees the memory for the specified ProCurvedata structure.
Synopsis
#include <ProCurve.h>
ProCurveDataFree
(
ProCurvedata** p_curve_data
/* (In)
The address to ProCurvedata*, allocated by a previous call to ProCurveToNURBS()
*/
)
Returns
The function successfully freed the memory.
The argument is invalid.
See Also
Sample Code References
這是否有幫助?