Category Geometry items, Object ProAxis

Function ProAxisDataGet


Description
Retrieves the geometric representation data for the specified axis.
Replacement in Object TOOLKIT: wfcWAxis::GetAxisData
Synopsis
#include <ProAxis.h>
ProErrorProAxisDataGet(
ProAxis axis
/* (In)
The axis handle.
*/
ProGeomitemdata** p_data_ptr
/* (Out)
The axis 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 data.
PRO_TK_BAD_INPUTSThe input argument is invalid.
See Also
ProGeomitemdataFree

Manual References:

  1. Core: 3D Geometry: Geometry of Axes

Sample Code References:

  1. pt_autoaxis ( AutoAxis.c )
  2. pt_autoaxis ( AutoAxis.c )
  3. pt_examples ( UtilGeom.c )
  4. pt_examples ( TestRay.c )
  5. pt_examples ( UtilVisit.c )
  6. pt_userguide ( UgDimLocationUtils.c )