Category Geometry items, Object ProEdge

Function ProEdgeIdGet


Description
Retrieves the identifier of the edge.
Replacement in Object TOOLKIT: pfcModelItem::Id
Synopsis
#include <ProEdge.h>
ProErrorProEdgeIdGet(
ProEdge edge
/* (In)
The edge handle
*/
int* p_id
/* (Out)
The returned identifier of the edge
*/
)
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

Sample Code References:

  1. pt_examples ( TestGeom.c )
  2. pt_examples ( TestGeom.c )
  3. pt_examples ( TestGeom.c )
  4. pt_examples ( TestGeom.c )
  5. pt_examples ( TestGeom.c )
  6. pt_examples ( TestGeom.c )
  7. pt_examples ( UtilSect.c )
  8. pt_examples ( TestCollect.c )