Category Geometry items, Object ProPoint

Function ProPointIdGet


Description
Gets the identifier of the point object.

NOTE:

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

Replacement in Object TOOLKIT: pfcModelItem::Id
Synopsis
#include <ProPoint.h>
ProErrorProPointIdGet(
ProPoint point
/* (In)
The point handle
*/
int* p_id
/* (Out)
The returned 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. Core: 3D Geometry: Visiting Solid Geometry
  2. Core: 3D Geometry: Visiting Solid Geometry

Sample Code References:

  1. pt_examples ( TestAnalysisCsys.c )
  2. pt_examples ( UtilGeom.c )
  3. pt_userguide ( UgExtAnalysisSurfcsys.c )