Category Geometry items, Object ProAxis

Function ProAxisInit


Description
Initializes the ProAxis handle.
Replacement in Object TOOLKIT: wfcWSolid::GetAxis
Synopsis
#include <ProAxis.h>
ProErrorProAxisInit(
ProSolid owner_handle
/* (In)
The solid owner of the axis
*/
int axis_id
/* (In)
The axis identifier
*/
ProAxis* p_handle
/* (Out)
The handle to initialize
*/
)
Returns
PRO_TK_NO_ERRORThe function successfully initialized the handle.
PRO_TK_BAD_INPUTSOne or more of the input arguments are invalid.

Manual References:

  1. Core: 3D Geometry: Visiting Solid Geometry

Sample Code References:

  1. pt_examples ( UtilGeom.c )
  2. pt_examples ( TestRay.c )
  3. pt_geardesign ( GearDesignUtils.c )