Category Geometry items, Object ProSurface

Function ProSurfaceIdGet


Description
Retrieves the identifier of the curve object.

NOTE:

Although the pointer can be reallocated, the identifier will not change.

Replacement in Object TOOLKIT: pfcModelItem::Id
Synopsis
#include <ProSurface.h>
ProErrorProSurfaceIdGet(
ProSurface surface
/* (In)
The surface handle
*/
int* p_id
/* (Out)
The identifier of the coordinate system object
*/
)
Returns
PRO_TK_NO_ERRORThe function successfully retrieved the information.
PRO_TK_BAD_INPUTSThe input argument is invalid.

Manual References:

  1. Pro/DEVELOP to Creo Toolkit Function Mapping: Techniques of Conversion and Mixing
  2. Fundamentals: Object Handles
  3. Core: 3D Geometry: Visiting Solid Geometry

Sample Code References:

  1. pt_autoaxis ( AutoAxis.c )
  2. pt_autoaxis ( AutoAxis.c )
  3. pt_autoaxis ( AutoAxis.c )
  4. pt_examples ( TestAnalysisSurface.c )
  5. pt_examples ( TestAnalysisSurface.c )
  6. pt_examples ( TestAnalysisSurface.c )
  7. pt_examples ( TestAnalysisSurface.c )
  8. pt_examples ( TestSolid.c )
  9. pt_examples ( TestExport.c )
  10. pt_examples ( TestGeom.c )
  11. pt_examples ( TestGeom.c )
  12. pt_examples ( TestGeom.c )
  13. pt_examples ( TestGeom.c )
  14. pt_examples ( TestGeom.c )
  15. pt_examples ( TestGeom.c )
  16. pt_examples ( TestGeom.c )
  17. pt_examples ( TestGeom.c )
  18. pt_examples ( TestSmtlSurf.c )
  19. pt_examples ( TestXsec.c )
  20. pt_examples ( UtilGeom.c )
  21. pt_examples ( TestMisc.c )
  22. pt_examples ( UtilSect.c )
  23. pt_examples ( TestCollect.c )
  24. pt_userguide ( UgGtolCreate.c )
  25. pt_userguide ( UgXsecMassProps.c )