Category Manufacturing, Object ProMfgoper

Function ProMfgoperActiveGet


Description
Retrieves the current manufacturing operation.
Synopsis
#include <ProMfgoper.h>
ProErrorProMfgoperActiveGet(
ProSolid mfg_solid
/* (In)
The handle to the manufacturing solid
*/
ProMfgoper* oper_feat
/* (Out)
The handle to a manufacturing operation feature
*/
)
Returns
PRO_TK_NO_ERRORThe function successfully retrieved the information.
PRO_TK_E_NOT_FOUNDNo active operation feature was found.
PRO_TK_BAD_INPUTSThe argument is invalid.

Sample Code References:

  1. pt_examples ( TestMfgOper.c )