API 설명서 > Assembly > Object ProProcstep > Function ProProcstepActiveSet
Function ProProcstepActiveSet
Description
Activates the process step.
Synopsis
#include <ProProcstep.h>
ProProcstepActiveSet
(
ProSolid p_solid
/* (In)
The solid that corresponds to the process step
*/
ProProcstep* p_proc_step
/* (In)
The process step
*/
)
Returns
The function successfully activated the process step.
Model is in read-only state.
One or more of the arguments are invalid.
The specified process step was not found in the model.
Sample Code References
User Guide References
도움이 되셨나요?