摘要: 1 dev_close_window () 2 read_image (Image, '测量/0.bmp') 3 get_image_size (Image, Width, Height) 4 dev_open_window (0, 0, Width, Height, 'black', Window 阅读全文
posted @ 2023-08-11 14:30 明理 阅读(319) 评论(0) 推荐(0)
摘要: dev_close_window () read_image (Image, 'bracket_mask.bmp') get_image_size (Image, Width, Height) dev_open_window (0, 0, Width, Height, 'black', Window 阅读全文
posted @ 2023-08-11 14:28 明理 阅读(297) 评论(0) 推荐(0)
摘要: dev_close_window () read_image (Image, '测量/0.bmp') get_image_size (Image, Width, Height) dev_open_window (0, 0, Width, Height, 'black', WindowHandle) 阅读全文
posted @ 2023-08-11 14:17 明理 阅读(108) 评论(0) 推荐(0)
摘要: 1 dev_close_window () 2 read_image (Image, '测量/0.bmp') 3 get_image_size (Image, Width, Height) 4 dev_open_window (0, 0, Width, Height, 'black', Window 阅读全文
posted @ 2023-08-11 14:14 明理 阅读(148) 评论(0) 推荐(0)
摘要: 1 dev_close_window () 2 read_image (Image, '测量/0.bmp') 3 get_image_size (Image, Width, Height) 4 dev_open_window (0, 0, Width, Height, 'black', Window 阅读全文
posted @ 2023-08-11 14:11 明理 阅读(237) 评论(0) 推荐(0)
摘要: 阅读全文
posted @ 2023-08-11 11:52 明理 阅读(127) 评论(0) 推荐(0)
摘要: 1、create_metrology_model() create_metrology_model( : : : MetrologyHandle) 函数说明: 创建测量几何图形所需的数据结构/模型。 创建测量模型,后续的使用都是围绕着句柄ModelID。 2、set_metrology_model_ 阅读全文
posted @ 2023-08-11 10:22 明理 阅读(1111) 评论(0) 推荐(0)