Category Manufacturing, Object ProWcell

Function ProWcellToolGet


Description
Retrieves the identifier of the tool at the specified machine head and position for a workcell feature.
Synopsis
#include <ProWcell.h>
ProErrorProWcellToolGet(
ProWcell* wcell
/* (In)
The handle to the workcell feature
*/
ProMachHead head
/* (In)
The machine head being queried
*/
int tool_pos
/* (In)
The tool position being queried
*/
ProLine tool_id
/* (Out)
The tool identifier (a string)
*/
)
Returns
PRO_TK_NO_ERRORThe function successfully retrieved the information.
PRO_TK_GENERAL_ERRORThere is no tool at the specified head and position.
PRO_TK_BAD_INPUTSOne or more of the input arguments are invalid.