Category Manufacturing, Object ProToolinput

Function ProToolinputElemAdd


Description
Adds a ProToolElem data structure to the tool input.
Synopsis
#include <ProToolinput.h>
ProErrorProToolinputElemAdd(
ProToolinputPtr tool_input
/* (In)
The tool input to which to add the element
*/
ProToolElem tool_elem
/* (In)
The tool element to be added
*/
)
Returns
PRO_TK_NO_ERRORThe function successfully added the element.
PRO_TK_BAD_INPUTSOne or more of the arguments are invalid.

Manual References:

  1. Production Applications: Manufacturing: Creating Tools
  2. Production Applications: Manufacturing: Creating Tools

Sample Code References:

  1. pt_examples ( TestTool.c )
  2. pt_examples ( TestTool.c )
  3. pt_examples ( TestTool.c )
  4. pt_examples ( TestTool.c )
  5. pt_userguide ( UgMfgParamToolCreate.c )
  6. pt_userguide ( UgMfgSldToolCreate.c )