API 文件集
>
Surface geometry
>
Object ProSurfacedata
> Function ProSurfacedataAlloc
Function ProSurfacedataAlloc
Description
Allocates memory for a surface data structure.
Synopsis
#include <
ProSurfacedata.h
>
ProError
ProSurfacedataAlloc
(
ProSurfacedata
** pp_surf_data
/* (Out)
The surface 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 ( TestAnalysisSurface.c )
pt_examples ( TestGeomdata.c )
User Guide References
Adding Surfaces:ProSurfacedataAlloc
這是否有幫助?
此網站在啟用 JavaScript 的情況下運作成效最佳