Category Geometry items, Object ProCsys

Function ProCsysIdGet


Description
Gets the identifier of the coordinate system object.

NOTE:

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

Replacement in Object TOOLKIT: pfcModelItem::Id
Synopsis
#include <ProCsys.h>
ProErrorProCsysIdGet(
ProCsys csys
/* (In)
The coordinate system 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 ( TestGeom.c )
  2. pt_examples ( TestGeom.c )
  3. pt_examples ( TestCavityLayout.c )
  4. pt_examples ( TestCavityLayout.c )
  5. pt_examples ( UtilCable.c )
  6. pt_userguide ( UtilCsys.c )