Category Geometry items, Object ProAxis

Function ProAxisIdGet


Description
Gets the identifier of the axis object.

NOTE:

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

Replacement in Object TOOLKIT: pfcModelItem::Id
Synopsis
#include <ProAxis.h>
ProErrorProAxisIdGet(
ProAxis axis
/* (In)
The axis 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. Fundamentals: Object Handles
  2. Core: 3D Geometry: Visiting Solid Geometry
  3. Core: 3D Geometry: Visiting Solid Geometry

Sample Code References:

  1. pt_examples ( TestGeom.c )
  2. pt_userguide ( UgFundVisit.c )