API 文件集
>
Geometry items
>
Object ProCurve
> Function ProCurveDataFree
Function ProCurveDataFree
Description
Frees the memory for the specified
ProCurvedata
structure.
Synopsis
#include <
ProCurve.h
>
ProError
ProCurveDataFree
(
ProCurvedata
** p_curve_data
/* (In)
The address to
ProCurvedata
*, allocated by a previous call to
ProCurveToNURBS
()
*/
)
Returns
PRO_TK_NO_ERROR
The function successfully freed the memory.
PRO_TK_BAD_INPUTS
The argument is invalid.
See Also
ProCurveToNURBS
Sample Code References
pt_examples ( UtilGeom.c )
pt_examples ( UtilGeom.c )
這是否有幫助?
此網站在啟用 JavaScript 的情況下運作成效最佳