API 文件集
>
Creating import and custom geometry
>
Object ProIntf
> Function ProIntfDataAlloc
Function ProIntfDataAlloc
Description
Allocates memory for the interface data.
Synopsis
#include <
ProIntfData.h
>
ProError
ProIntfDataAlloc
(
ProIntfData
** pp_intfdata
/* (Out)
The interface data structure
*/
)
Returns
PRO_TK_NO_ERROR
The function successfully allocated memory for the data structure.
PRO_TK_OUT_OF_MEMORY
Insufficient memory.
PRO_TK_BAD_INPUTS
The input is invalid.
Sample Code References
pt_examples ( TestImportfeat.c )
pt_examples ( TestImportfeat.c )
pt_userguide ( UgImportfeatCreate.c )
pt_userguide ( UgImportfeatCreate.c )
這是否有幫助?
此網站在啟用 JavaScript 的情況下運作成效最佳