Category Manufacturing, Object ProTool

Function ProToolInit


Description
Initializes a ProTool data structure.
Synopsis
#include <ProTool.h>
ProErrorProToolInit(
ProLine tool_id
/* (In)
The identifier of the tool (a string)
*/
ProMfg owner_mfg
/* (In)
The handle to the manufacturing model that owns the tool
*/
ProTool* p_tool_ref
/* (In)
The ProTool structure to be initialized
*/
)
Returns
PRO_TK_NO_ERRORThe function successfully initialized the structure.
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_userguide ( UgMfgParamToolCreate.c )
  3. pt_userguide ( UgMfgSldToolCreate.c )
  4. pt_userguide ( UgMfgToolFileReadWrite.c )
  5. pt_userguide ( UgMfgToolFileReadWrite.c )
  6. pt_userguide ( UgMfgWcellCreate.c )