Function ProProcstepInit
Description
Returns the handle to the specified process step.
Synopsis
#include <ProProcstep.h>
ProProcstepInit
(
ProSolid p_solid
/* (In)
The solid that contains the process step.
*/
int step_number
/* (In)
The number of the process step in the active step list. If you specify this argument, the function ignores step_id.
*/
int step_id
/* (In)
The identifier of the process step, if you did not specify the number (you specified PRO_VALUE_UNUSED).
*/
ProProcstep* p_proc_step
/* (Out)
The handle to the process step, if found.
*/
)
Returns
The function found the process step in the solid.
The function did not find the process step in the solid.
One or more of the input arguments are invalid.
Sample Code References
User Guide References
これは役に立ちましたか?