Object ProGeomitemdata

Function ProGeomitemdataGet


Description
Retrieves the geometric representation data of the specified geometry item.

The following types of Geomitems are supported:

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

Manual References:

  1. Core: 3D Geometry: Geometry Objects
  2. Core: 3D Geometry: Visiting Feature Geometry
  3. Core: 3D Geometry: Geometry Equations
  4. Core: 3D Geometry: Geometry Equations

Sample Code References:

  1. pt_examples ( TestAnalysisCompCurve.c )
  2. pt_examples ( TestAnalysisCurve.c )
  3. pt_examples ( TestAnalysisSrfCurve.c )
  4. pt_examples ( TestInterface.c )
  5. pt_examples ( TestDtmPln.c )
  6. pt_examples ( TestDtmPln.c )
  7. pt_examples ( TestCollect.c )
  8. pt_userguide ( UgDwgtableExamples.c )
  9. pt_userguide ( UgGeomArcDiaDisp.c )
  10. pt_userguide ( UgGeomConeAngDisp.c )
  11. pt_userguide ( UgSolidOutlineComp.c )