Description | ||||||||
Retrieves the maximum tool position number for the specified machine head of a workcell feature. | ||||||||
Synopsis | ||||||||
#include <ProWcell.h> | ||||||||
ProError | ProWcellMaxToolPosGet | ( | ||||||
ProWcell* wcell | ||||||||
/* (In) | ||||||||
The handle to the workcell feature | ||||||||
*/ | ||||||||
ProMachHead head | ||||||||
/* (In) | ||||||||
The machine head being queried | ||||||||
*/ | ||||||||
int* r_max_tool_pos | ||||||||
/* (Out) | ||||||||
The maximum tool position being used on the specified machine head | ||||||||
*/ | ||||||||
) | ||||||||
Returns | ||||||||
|