Category Geometry items, Object ProCsys

Function ProCsysDataGet


Description
Retrieves the geometric representation data for the specified coordinate system.
Replacement in Object TOOLKIT: pfcCoordSystem::CoordSys
Synopsis
#include <ProCsys.h>
ProErrorProCsysDataGet(
ProCsys p_csys
/* (In)
The handle to the coordinate system.
*/
ProGeomitemdata** p_data_ptr
/* (Out)
The coordinate system data. The function allocates the memory for this argument. Use the function ProGeomitemdataFree() to free the memory.
*/
)
Returns
PRO_TK_NO_ERRORThe function successfully retrieved the information.
PRO_TK_BAD_INPUTSThe input argument is invalid.
See Also
ProGeomitemdataFree

Manual References:

  1. Core: 3D Geometry: Geometry of Coordinate System Datums
  2. Core: Coordinate Systems and Transformations: Transforming to Coordinate System Datum Coordinates
  3. Core: Coordinate Systems and Transformations: Transforming to Coordinate System Datum Coordinates

Sample Code References:

  1. pt_examples ( TestGeom.c )
  2. pt_examples ( UtilGeom.c )
  3. pt_examples ( TestDrwView.c )
  4. pt_examples ( TestRay.c )
  5. pt_userguide ( UgXsecMassProps.c )