This website requires JavaScript.

日本成人一区,热九九精品,亚洲一区自拍,在线播放真实国产乱子伦,免费视频一区,久久久久女人精品毛片九一

幫助文檔
鋼網(wǎng)相關(guān)事項
財務相關(guān)事項
治具相關(guān)事項
下單指引
CNC相關(guān)事項
FA商城協(xié)議
FA發(fā)票管理
鈑金相關(guān)事項
pcb layout相關(guān)事項
3D模型商城相關(guān)說明
3D模型商城購買協(xié)議
3D模型商城授權(quán)許可協(xié)議
紙盒相關(guān)事項
FPC-設計指南-結(jié)構(gòu)和阻抗
FPC-服務指引-技術(shù)文檔
FPC-設計指南-阻焊設計
FPC-設計指南-文字設計
FPC-設計指南-補強設計
FPC-設計指南-拼版設計
FPC-設計指南-外形設計
FPC-品牌合作-合作案例
FPC-設計指南-鉆孔設計
FPC-設計指南-線路設計
手板復模相關(guān)事項
外殼相關(guān)事項
電熱膜相關(guān)事項

界面交互模塊
2022-09-13 17:35 2681 0

函數(shù)

gkl_json script_set_unit (const gkl_json &param, gkl_string &errorStr) 設置軟件 單位方式 更多...

 gkl_json script_layertree_mount_steps (const gkl_json &param, gkl_string &errorStr) 設置項目樹上掛載的step 更多...

 gkl_json script_refresh_layer_ui (const gkl_json &param, gkl_string &errorStr) 刷新左側(cè)層管理列表 更多...

 gkl_json script_show_profile (const gkl_json &param, gkl_string &errorStr) 顯示profile 更多...

 gkl_json script_show_repeat (const gkl_json &param, gkl_string &errorStr) 顯示repeat 更多...

 gkl_json script_show_application (const gkl_json &param, gkl_string &errorStr) APP界面影藏 更多...

 gkl_json script_ask_locator (const gkl_json &param, gkl_string &errorStr) 請求一個點坐標,帶捕捉功能,鼠標帶十字叉 更多...

 gkl_json script_ask_position (const gkl_json &param, gkl_string &errorStr) 請求一個點坐標,不帶捕捉功能,鼠標到十字叉 更多...

 gkl_json script_ask_view_rect (const gkl_json &param, gkl_string &errorStr) 請求一個矩形,鼠標選取一個矩形范圍,鼠標呈框 更多...

 gkl_json script_call_ui_command (const gkl_json &param, gkl_string &errorStr) 直接執(zhí)行頁面UI界面的命令名字 更多...

 詳細描述

函數(shù)說明

◆ script_ask_locator()

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

請求一個點坐標,帶捕捉功能,鼠標帶十字叉

參見

script_ask_locator()

返回

json

    {
        "x":1.02,
        "y":-0.3
    }

◆ script_ask_position()

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

請求一個點坐標,不帶捕捉功能,鼠標到十字叉

參見

script_ask_position()

返回

json

    {
        "x":1.02,
        "y":-0.3
    }

◆ script_ask_view_rect()

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

請求一個矩形,鼠標選取一個矩形范圍,鼠標呈框

參見

script_ask_view_rect()

返回

json

    {
        "left":-1.02,
        "right":-0.3,
        "bottom":1.2,
        "top":1.5
    }

◆ script_call_ui_command()

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

直接執(zhí)行頁面UI界面的命令名字

參見

script_call_ui_command()

參數(shù)

[in]json    {
    "command_name":"cam_show_addfeature_ui"         ----命令名字
*}

返回

true成功,false 失敗

◆ script_layertree_mount_steps()

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

設置項目樹上掛載的step

參見

script_layertree_mount_steps

參數(shù)

[in]jsonarray

    [
        "orig",
        "edit",
        "set"
    ]

返回

bool 設置成功返回true

◆ script_refresh_layer_ui()

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

刷新左側(cè)層管理列表

參見

script_refresh_layer_ui()

返回

json_null

◆ script_set_unit()

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

設置軟件 單位方式

參見

script_set_unit()

參數(shù)

[in]string"inch" 或者 "mm"

返回

json_null

◆ script_show_application()

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

APP界面影藏

參見

script_show_application()

參數(shù)

[in]booltrue顯示 false影藏

◆ script_show_profile()

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

顯示profile

參見

script_show_profile()

參數(shù)

[in]json    {
        "stepname":"set",           ----step名字
        "show":true                 ----profile顯示狀態(tài)
    }

返回

json_null

◆ script_show_repeat()

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

顯示repeat

參見

script_show_repeat()

參數(shù)

[in]json    {
        "stepname":"set",           ----step名字
        "show":true                 ----profile顯示狀態(tài)
    }

返回

json_null

互動評論 0

注意:此留言僅作為嘉立創(chuàng)與客戶日常交流之用,回復不是很及時,急切問題請聯(lián)系我司工作人員處理!
登錄注冊 后才可以留言哦!
主站蜘蛛池模板: 免费看黄在线| 亚洲欧美中文字幕在线网站| 在线观看色网站| 青青青青青国产费线在线观看| 成人高清在线视频| 91青青在线视频| 国产欧美视频在线| 亚洲精品电影天堂网| 久久美女精品国产精品亚洲| 成人a大片高清在线观看| 亚洲精品在线电影| 永久免费91桃色福利| 色综合久久综合欧美综合| 91成人午夜在线精品| 在线精品免费观看综合| a在线观看网站| 龙腾亚洲人成电影网站| 色老头一区二区三区| 伊人狠狠丁香婷婷综合色| 久草大| 国产精品第三页在线看| 最新毛片网站| 99九九精品国产高清自在线| 国产成人18黄网站免费网站| 亚洲黄色免费观看| 在线国产一区二区三区| 午夜视频精品| 亚洲精品无码专区在线播放| 亚洲人成综合| 国产精品久久久久久久久齐齐| 亚洲一二三区在线观看| 久久黄色网| 国产精品第1页| 中文免费视频| 亚洲视频中文字幕在线观看| 日日艹夜夜艹| 亚洲免费观看在线视频| 成人网视频免费播放| 黄在线网站| 亚洲国产欧美日韩| 国产第一页在线播放|