服务指引

常见服务

下单提示

设计提醒

重大提示

PCB常见问题

视图模块

( 2022-09-13 阅读 2175)

函数


gkl_json script_redraw (const gkl_json &param, gkl_string &errorStr) 视图重绘 更多...

 gkl_json script_view_all (const gkl_json &param, gkl_string &errorStr) 视口显示全部范围 更多...

 gkl_json script_view_range (const gkl_json &param, gkl_string &errorStr) 视口显示指定范围 更多...

 详细描述

函数说明

◆ script_redraw()

gkl_json script_redraw(const gkl_json & param,gkl_string & errorStr )

视图重绘

参见

script_redraw()

返回

json_null

◆ script_view_all()

gkl_json script_view_all(const gkl_json & param,gkl_string & errorStr )

视口显示全部范围

参见

script_view_all()

返回

json_null

◆ script_view_range()

gkl_json script_view_range(const gkl_json & param,gkl_string & errorStr )

视口显示指定范围

参见

script_view_range()

参数

[in]json对象

    {
        "left":0.2,             //单位随当前系统的单位设置
        "right":1.23,
        "bottom":0.3,
        "top":2.0
    }

返回

json_null


阅读 2175
(0) (0)