API Documentation
>
Creating import and custom geometry
>
Object ProContourdata
> Function ProContourdataAlloc
Function ProContourdataAlloc
Description
Allocates memory for the contour data structure.
Synopsis
#include <
ProContourdata.h
>
ProError
ProContourdataAlloc
(
ProContourdata
** pp_contour_data
/* (Out)
The contour data structure
*/
)
Returns
PRO_TK_NO_ERROR
The function successfully allocated memory for the contour.
PRO_TK_OUT_OF_MEMORY
Insufficient memory.
PRO_TK_BAD_INPUTS
The input argument is invalid.
Sample Code References
pt_examples ( TestGeomdata.c )
pt_userguide ( UgImportfeatCreate.c )
pt_userguide ( UgImportfeatCreate.c )
pt_userguide ( UgImportfeatCreate.c )
pt_userguide ( UgImportfeatCreate.c )
pt_userguide ( UgImportfeatCreate.c )
pt_userguide ( UgImportfeatCreate.c )
pt_userguide ( UgImportfeatCreate.c )
pt_userguide ( UgImportfeatCreate.c )
User Guide References
Surfacedata Contours:ProContourdataAlloc
Was this helpful?
This site works best with JavaScript enabled