Category Assembly, Object ProProcstep

Function ProProcstepNumberGet


Description
Retrieves the process step number from the specified solid.
Synopsis
#include <ProProcstep.h>
ProErrorProProcstepNumberGet(
ProSolid p_solid
/* (In)
The solid that corresponds to the process step.
*/
ProProcstep* p_proc_step
/* (In)
The process step handle.
*/
int* r_step_number
/* (Out)
The step number in the active step list. If there is an error, this is initialized to PRO_VALUE_UNUSED.
*/
)
Returns
PRO_TK_NO_ERRORThe function successfully retrieved the information.
PRO_TK_BAD_INPUTSOne or more of the input arguments are invalid.
PRO_TK_NOT_VALIDThe specified p_proc_step is invalid.

Manual References:

  1. Production Applications: Process Planning: Process Step Access

Sample Code References:

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