Category Geometry items, Object ProCurve

Function ProCurveIdGet


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 <ProCurve.h>
ProErrorProCurveIdGet(
ProCurve curve
/* (In)
The curve handle
*/
int* p_id
/* (Out)
The returned identifier of the curve
*/
)
Returns
PRO_TK_NO_ERRORThe function successfully retrieved the information.
PRO_TK_BAD_INPUTSThe input argument is invalid.

Manual References:

  1. Core: 3D Geometry: Visiting Solid Geometry
  2. Core: 3D Geometry: Visiting Solid Geometry

Sample Code References:

  1. pt_examples ( UtilGeom.c )
  2. pt_examples ( UtilGeom.c )
  3. pt_geardesign ( GearDesignUtils.c )