【机器视觉】 dev_close_tool算子
00. 目錄
文章目錄
- 00. 目錄
- 01. 概述
- 02. 簽名
- 03. 描述
- 04. 注意
- 05. 參數
- 06. 結果
- 07. 附錄
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算子的全部內容,希望文章能夠幫你解決所遇到的問題。
- 上一篇: 【机器视觉】 dev_close_ins
- 下一篇: 【机器视觉】 dev_disp_text