Description | ||||||||
Retrieves the geometric representation data of the log object type item
The following types of Geomitems are supported: |
||||||||
Synopsis | ||||||||
#include <ProGeomitemdata.h> | ||||||||
ProError | ProLogObjectitemdataGet | ( | ||||||
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 | ||||||||
|
||||||||
See Also | ||||||||
ProArrayFree |