API 설명서 > Curve and edge geometry > Object ProCurvedata > Function ProCurvedataMemoryFree
Function ProCurvedataMemoryFree
Description
Frees the top-level memory used by the specified curve data structure.
Synopsis
#include <ProCurvedata.h>
ProCurvedataMemoryFree
(
ProCurvedata* p_curve
/* (In)
The curve data structure
*/
)
Returns
The function successfully freed the memory.
The argument is invalid.
Sample Code References
User Guide References
도움이 되셨나요?