Object ProLog

Function ProLogObjectitemdataGet


Description
Retrieves the geometric representation data of the log object type item

The following types of Geomitems are supported:

Synopsis
#include <ProGeomitemdata.h>
ProErrorProLogObjectitemdataGet(
ProGeomitem* p_item
/* (In)
The item handle.
*/
ProSurface** p_surf_arr
/* (Out)
The item data. The function allocates the memory for this argument. Use the function ProArrayFree() to free the memory.
*/
)
Returns
PRO_TK_NO_ERRORThe function successfully retrieved the information.
PRO_TK_BAD_INPUTSThe input argument is invalid.
See Also
ProArrayFree

Manual References:

  1. Core: 3D Geometry: Geometry Equations