API 文档
>
Creating import and custom geometry
>
Object ProEdgedata
> Function ProEdgedataFree
Function ProEdgedataFree
Description
Frees all the underlying memory for the edge data structure.
Synopsis
#include <
ProEdgedata.h
>
ProError
ProEdgedataFree
(
ProEdgedata
* p_edge_data
/* (In)
The edge data structure
*/
)
Returns
PRO_TK_NO_ERROR
The function successfully freed the memory.
PRO_TK_BAD_INPUTS
The input argument is invalid.
Sample Code References
pt_examples ( TestGeomdata.c )
User Guide References
Geometry of Solid Edges:ProEdgedataFree
这对您有帮助吗?
此站点在 JavaScript 启用时工作最佳