机器视觉 dev_close_tool算子

Posted 沧海一笑-dj

tags:

篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了机器视觉 dev_close_tool算子相关的知识,希望对你有一定的参考价值。

00. 目录

01. 概述

dev_close_tool - 关闭指定的工具。

02. 签名

dev_close_tool( : : ToolId : )

03. 描述

dev_close_tool通过ToolId关闭tool。 ToolID除了使用在打开tool时给予的ToolId,还可以使用在dev_open_tool中使用的名称。 在这种情况下,只要符合ToolID参数的工具都可以使用此算子关闭。

原文描述

​ dev_close_tool closes the tool with the ToolId. Instead of using the ToolId, given during opening the tool, you can use the name that has to be used in dev_open_tool. In that case a arbitrary tool, which fits the parameter ToolId, is used.

04. 注意

此算子不支持代码导出。

05. 参数

ToolId (input_control)   dev_tool → (string)
  Tool identifier.

06. 结果

如果指定参数的值正确,则dev_open_tool返回2(H_MSG_TRUE)。 否则会引发异常并返回错误代码。

HDevelop例程

dev_open_tool.hdev Open and adjust tools in HDevelop。

程序示例

dev_open_tool ('matching_assistant', 0, 0, 'default','default', ToolId)
dev_close_window (ToolId)

07. 附录

7.1 机器视觉博客汇总
网址:https://dengjin.blog.csdn.net/article/details/116837497

以上是关于机器视觉 dev_close_tool算子的主要内容,如果未能解决你的问题,请参考以下文章

机器视觉 exit算子

机器视觉 switch算子

机器视觉 export_def算子

机器视觉 insert算子(已废弃)

机器视觉 stop算子

机器视觉 endwhile算子