API 文档 > Manufacturing > Object ProTool > Function ProToolFileRead
Function ProToolFileRead
Description
Creates a new tool or redefines an existing tool.
Synopsis
#include <ProTool.h>
ProToolFileRead
(
ProTool* tool_handle
/* (In)
The handle to the tool to be created or redefined.
*/
ProPath input_file
/* (In)
The full path and name of the input file.
*/
)
Returns
The function succeeded.
Model is in read-only state.
One or more of the input arguments are invalid.
The input file does not have the correct format, or data.
Sample Code References
这对您有帮助吗?