Category Manufacturing, Object ProToolinput

Function ProToolinputTypeSet


Description
Sets the tool type information in the tool input.
Synopsis
#include <ProToolinput.h>
ProErrorProToolinputTypeSet(
ProToolinputPtr tool_input
/* (In)
The tool input in which to set the type
*/
ProToolType tool_type
/* (In)
The tool type to be set
*/
)
Returns
PRO_TK_NO_ERRORThe function successfully set the type.
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_userguide ( UgMfgParamToolCreate.c )
  4. pt_userguide ( UgMfgSldToolCreate.c )