Documentazione API
>
Geometry items
>
Object ProCurve
> Function ProCurveIdGet
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
>
ProError
ProCurveIdGet
(
ProCurve
curve
/* (In)
The curve handle
*/
int* p_id
/* (Out)
The returned identifier of the curve
*/
)
Returns
PRO_TK_NO_ERROR
The function successfully retrieved the information.
PRO_TK_BAD_INPUTS
The input argument is invalid.
Sample Code References
pt_examples ( UtilGeom.c )
pt_examples ( UtilGeom.c )
pt_geardesign ( GearDesignUtils.c )
User Guide References
Visiting Datum Curves:ProCurveIdGet
Parent topic
Object ProCurve
È stato utile?
Questo sito è ottimizzato per l’utilizzo con JavaScript attivato