API 文档 > Manufacturing > Object ProWcell > Function ProWcellMaxToolPosGet
Function ProWcellMaxToolPosGet
Description
Retrieves the maximum tool position number for the specified machine head of a workcell feature.
Synopsis
#include <ProWcell.h>
ProWcellMaxToolPosGet
(
ProWcell* wcell
/* (In)
The handle to the workcell feature
*/
/* (In)
The machine head being queried
*/
int* r_max_tool_pos
/* (Out)
The maximum tool position being used on the specified machine head
*/
)
Returns
The function successfully retrieved the information.
One or more of the input arguments are invalid.
Sample Code References
这对您有帮助吗?