Object ProGeomitemdata

Function ProGeomitemdataFree


Description
Frees the geometry item data allocated by ProGeomitemdataGet() (or any of the Pro*dataGet() functions).
Synopsis
#include <ProGeomitemdata.h>
ProErrorProGeomitemdataFree(
ProGeomitemdata** to_free
/* (In)
The pointer to the data pointer
*/
)
Returns
PRO_TK_NO_ERRORThe function successfully freed the data.
PRO_TK_BAD_INPUTSThe argument is invalid.
See Also
ProCurveDataGet
ProEdgeVertexdataGet
ProGeomitemdataGet

Manual References:

  1. Pro/DEVELOP to Creo Toolkit Function Mapping: Equivalent Pro/DEVELOP Functions
  2. Core: 3D Geometry: Geometry Equations
  3. Core: 3D Geometry: Geometry Equations
  4. Core: 3D Geometry: Geometry of Solid Edges

Sample Code References:

  1. pt_af_examples ( PTAFExNotesToPlane.c )
  2. pt_autoaxis ( AutoAxis.c )
  3. pt_autoaxis ( AutoAxis.c )
  4. pt_autoaxis ( AutoAxis.c )
  5. pt_examples ( TestAnalysisCompCurve.c )
  6. pt_examples ( TestAnalysisCurve.c )
  7. pt_examples ( TestAnalysisSrfCurve.c )
  8. pt_examples ( TestAnalysisSurface.c )
  9. pt_examples ( TestInterface.c )
  10. pt_examples ( TestExtobj.c )
  11. pt_examples ( TestDtmPln.c )
  12. pt_examples ( TestDtmPln.c )
  13. pt_examples ( TestExtrude.c )
  14. pt_examples ( TestExtrude.c )
  15. pt_examples ( TestExtrude.c )
  16. pt_examples ( TestExtrude.c )
  17. pt_examples ( TestExtrude.c )
  18. pt_examples ( UtilGeom.c )
  19. pt_examples ( UtilGeom.c )
  20. pt_examples ( UtilGeom.c )
  21. pt_examples ( UtilGeom.c )
  22. pt_examples ( TestRay.c )
  23. pt_examples ( TestCollect.c )
  24. pt_examples ( UtilCollect.c )
  25. pt_examples ( UtilVisit.c )
  26. pt_userguide ( UgDimLocationUtils.c )
  27. pt_userguide ( UgDwgtableExamples.c )
  28. pt_userguide ( UgGeomArcDiaDisp.c )
  29. pt_userguide ( UgGeomConeAngDisp.c )
  30. pt_userguide ( UgGtolCreate.c )