Object ProMfgprocitem

Function ProMfgprocitemDefaultfixturesetupstepGet


Description
Obtains the default fixture setup step automatically created for the operation.
Licensing Requirement
TOOLKIT for Advanced NC
Synopsis
#include <ProMfgproctable.h>
ProErrorProMfgprocitemDefaultfixturesetupstepGet(
ProMfgprocItem* operation
/* (In)
The operation item.
*/
ProMfgprocItem* fixture_setup_step
/* (Out)
The fixture setup step.
*/
)
Returns
PRO_TK_NO_ERRORThe function succeeded.
PRO_TK_BAD_INPUTSOne or more input arguments was invalid.
PRO_TK_CANT_ACCESSAccess to the manufacturing process table is not enabled, use ProMfgProctableEnable().

Manual References:

  1. Production Applications: NC Process Manager: Accessing the Properties of Manufacturing Process Items