API 설명서 > Surface geometry > Object ProSurfacedata > Function ProSurfacedataAlloc
Function ProSurfacedataAlloc
Description
Allocates memory for a surface data structure.
Synopsis
#include <ProSurfacedata.h>
ProSurfacedataAlloc
(
ProSurfacedata** pp_surf_data
/* (Out)
The surface data structure
*/
)
Returns
The function successfully allocated memory for the data structure.
Insufficient memory.
The input is invalid.
Sample Code References
User Guide References
도움이 되셨나요?