API 文档
>
Manufacturing
>
Object ProToolinput
> Function ProToolinputTypeSet
Function ProToolinputTypeSet
Description
Sets the tool type information in the tool input.
Synopsis
#include <
ProToolinput.h
>
ProError
ProToolinputTypeSet
(
ProToolinputPtr
tool_input
/* (In)
The tool input in which to set the type
*/
ProToolType
tool_type
/* (In)
The tool type to be set
*/
)
Returns
PRO_TK_NO_ERROR
The function successfully set the type.
PRO_TK_BAD_INPUTS
One or more of the arguments are invalid.
Sample Code References
pt_examples ( TestTool.c )
pt_examples ( TestTool.c )
pt_userguide ( UgMfgParamToolCreate.c )
pt_userguide ( UgMfgSldToolCreate.c )
这对您有帮助吗?
此站点在 JavaScript 启用时工作最佳