Category Assembly, Object ProProcstep

Function ProProcstepActiveGet


Description
Returns the current active process step.
Synopsis
#include <ProProcstep.h>
ProErrorProProcstepActiveGet(
ProSolid solid
/* (In)
The solid that contains the current process step
*/
ProProcstep* p_proc_step
/* (Out)
The current active process step
*/
)
Returns
PRO_TK_NO_ERRORThe function successfully retrieved the information.
PRO_TK_BAD_INPUTSThe input argument is invalid.

Manual References:

  1. Production Applications: Process Planning: Process Step Access
  2. Production Applications: Process Planning: Process Step Access

Sample Code References:

  1. pt_examples ( TestProcstep.c )
  2. pt_examples ( TestProcstep.c )
  3. pt_examples ( TestProcstep.c )
  4. pt_examples ( TestProcstep.c )