Category Assembly, Object ProProcstep

Function ProProcstepActiveSet


Description
Activates the process step.
Synopsis
#include <ProProcstep.h>
ProErrorProProcstepActiveSet(
ProSolid p_solid
/* (In)
The solid that corresponds to the process step
*/
ProProcstep* p_proc_step
/* (In)
The process step
*/
)
Returns
PRO_TK_NO_ERRORThe function successfully activated the process step.
PRO_TK_BAD_INPUTSOne or more of the arguments are invalid.
PRO_TK_E_NOT_FOUNDThe specified process step was not found in the model.

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 )