API 설명서 > Manufacturing > Object ProWcell > Function ProWcellToolGet
Function ProWcellToolGet
Description
Retrieves the identifier of the tool at the specified machine head and position for a workcell feature.
Synopsis
#include <ProWcell.h>
ProWcellToolGet
(
ProWcell* wcell
/* (In)
The handle to the workcell feature
*/
/* (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
The function successfully retrieved the information.
There is no tool at the specified head and position.
One or more of the input arguments are invalid.
도움이 되셨나요?