This website requires JavaScript.

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

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

查詢模塊
2022-09-13 17:38 2664 0

函數(shù)

gkl_json script_get_steps (const gkl_json &param, gkl_string &errorStr) 獲取job的所有step 名字數(shù)組 更多...

 gkl_json script_get_layers (const gkl_json &param, gkl_string &errorStr) 獲取層數(shù)組 更多...

 gkl_json script_profile_boundbox (const gkl_json &param, gkl_string &errorStr) 獲取profile size 更多...

 gkl_json script_repeats_boundbox (const gkl_json &param, gkl_string &errorStr) 獲取所有repeat 的邊界矩形 更多...

 gkl_json script_step_boundbox (const gkl_json &param, gkl_string &errorStr) 獲取step boundbox,boundbox 不包含profile的尺寸, boundbox 只含有 feature和repeat 更多...

 gkl_json script_layer_boundbox (const gkl_json &params, gkl_string &errorString) 層邊界范圍 更多...

 gkl_json script_selection_boundbox (const gkl_json &param, gkl_string &errorStr) 獲取所有選中圖形的邊界矩形 更多...

 gkl_json script_get_selection (const gkl_json &param, gkl_string &errorStr) 獲取所有選中的feature handle 更多...

 gkl_json script_get_selection_count (const gkl_json &param, gkl_string &errorStr) 獲取所有選中的feature的數(shù)目 更多...

 gkl_json script_layer_features (const gkl_json &params, gkl_string &errorString) 獲取層所有feature id集合 更多...

 gkl_json script_layer_symbols (const gkl_json &params, gkl_string &errorString) 獲取層中symbol表 更多...

 gkl_json script_layer_tools (const gkl_json &params, gkl_string &errorString) 獲取層的刀具表,道具表獲取的單位只返回mm單位,不支持英制單位返回 更多...

 gkl_json script_layer_update_tools (const gkl_json &params, gkl_string &errorString) 更新刀具表 更多...

 gkl_json script_layer_features_count (const gkl_json &params, gkl_string &errorString) 獲取層所有feature id集合 更多...

 gkl_json script_feature_descript (const gkl_json &param, gkl_string &errorString) 獲取層所有feature id集合 更多...

 gkl_json script_layer_area (const gkl_json &param, gkl_string &errorString) 獲取銅面積 更多...

 gkl_json script_layer_expose_area (const gkl_json &param, gkl_string &errorString) 獲取expose面積 更多...

 詳細描述

函數(shù)說明

◆ script_feature_descript()

gkl_json script_feature_descript(const gkl_json & param,gkl_string & errorString )

獲取層所有feature id集合

參見

script_feature_descript()

參數(shù)

[in]jsonid信息

    {
    "class":12,
    "insid":1203
    }

返回

string "tl,id:289,#4,pad,x=5.05146,y=0.47244,angle=0,x_mirr=false,y_mirr=false,dcode:11,r41.339,POS"

◆ script_get_layers()

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

獲取層數(shù)組

參見

script_get_layers()

參數(shù)

[in]無參

返回

數(shù)組對象

    [
        {
            "context" : "board",            --板屬性           board-板 misc-雜層
            "layername" : "tp",             --層名
            "polarity" : true,              --層極性           true正性 false 負性
            "start" : "",                   --機械層 起始層名
            "end" : "",                     --機械層 終止層名
            "order":2,                      --層排序序號
            "layertype" : "solder_paste"    --層類型           signal-線路
                                                                power_ground-電源(線路)
                                                                mixed-混合層
                                                                solder_mask-阻焊
                                                                silk_screen-絲印
                                                                solder_paste-貼片
                                                                drill-鉆孔
                                                                rout-鑼帶
                                                                document-文檔
                                                                component-元器件
                                                                mask-掩膜層
                                                                cond_paste-鋼網層
                                                                coverlay- 覆蓋膜層
                                                                covercoat-覆膜層
                                                                drawing-標注層
        },
        {
            "context" : "board",
            "end" : "",
            "layername" : "to",
            "polarity" : true,
            "start" : "",
            "order":1,                      --層排序序號
            "layertype" : "silk_screen"
        }
    ]

◆ script_get_selection()

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

獲取所有選中的feature handle

參見

script_get_selection()

參數(shù)

[in]string"E:\\test_unit\\info.txt" --— 將數(shù)據(jù)寫入的目標文件,文件路徑為空或者文件路徑不合法,則直接用網絡方式返回

返回

array --— 文件路徑為空返回 數(shù)據(jù)信息,有效路徑則返回空

    [
        {
            "class":12,
            "insid":1203,
            "tl,id:289,#4,pad,x=5.05146,y=0.47244,angle=0,x_mirr=false,y_mirr=false,dcode:11,r41.339,POS"
        },
        {
            "class":15,
            "insid":3256,
            "tl,id:289,#4,pad,x=5.05146,y=0.47244,angle=0,x_mirr=false,y_mirr=false,dcode:11,r41.339,POS"
        }
    ]

◆ script_get_selection_count()

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

獲取所有選中的feature的數(shù)目

參見

script_get_selection_count()

返回

int –返回選中元素數(shù)目

◆ script_get_steps()

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

獲取job的所有step 名字數(shù)組

參見

script_get_steps()

參數(shù)

[in]無參

返回

["org","edit","set"] json字符串數(shù)組

◆ script_layer_area()

gkl_json script_layer_area(const gkl_json & param,gkl_string & errorString )

獲取銅面積

參見

script_layer_area()

參數(shù)

[in]jsonid信息

    {
    "step":"edit",              ---step名字
    "layer":"tl",               ---層名字
    "affectNC":true,                ---NC 鉆孔層是否影響
    "affectName":"drl",         ---機械層
    "thinkness":0.0             ---板厚
    }

返回

    {
         "area": 501.32         ---單位為inch時,返回平方inch,單位為mm時,返回平方mm
         "factor":0.21          ---返回比率
    }

◆ script_layer_boundbox()

gkl_json script_layer_boundbox(const gkl_json & params,gkl_string & errorString )

層邊界范圍

參見

script_layer_boundbox()

參數(shù)

[in]json對象

    {
        "stepname":"edit",      //step名字
        "layername":"tl"        //層名字
    }

返回

返回 step下 層名為tl的邊界矩形

    {
        "left":0.2,             //單位隨當前系統(tǒng)的單位設置
        "right":1.23,
        "bottom":0.3,
        "top":2.0
    }

◆ script_layer_expose_area()

gkl_json script_layer_expose_area(const gkl_json & param,gkl_string & errorString )

獲取expose面積

參見

script_layer_expose_area()

參數(shù)

[in]jsonid信息

    {
    "step":"edit",              ---step名字
    "layer":"tl",                   ---層名字
    "mask":"ts",                    ---掩碼層
    "affectNC":true,                ---NC 鉆孔層是否影響
    "affectName":"drl",         ---機械層
    "thinkness":0.0             ---板厚
    }

返回

    {
         "area": 501.32         ---單位為inch時,返回平方inch,單位為mm時,返回平方mm
         "factor":0.21          ---返回比率
    }

◆ script_layer_features()

gkl_json script_layer_features(const gkl_json & params,gkl_string & errorString )

獲取層所有feature id集合

參見

script_layer_features()

參數(shù)

[in]json對象

    {
        "stepname":"edit",      //step名字
        "layername":"tl",       //層名字
        "filepath":"E:\\test_unit\\info.txt"   ----- 將數(shù)據(jù)寫入的目標文件,文件路徑為空或者文件路徑不合法,則直接用網絡方式返回
    }

返回

array --— 文件路徑為空返回 數(shù)據(jù)信息,有效路徑則返回空

    [
        {
            "class":12,
            "insid":1203,
            "feature":"tl,id:289,#4,pad,x=5.05146,y=0.47244,angle=0,x_mirr=false,y_mirr=false,dcode:11,r41.339,POS"
        },
        {
            "class":15,
            "insid":3256,
            "feature":"tl,id:289,#4,pad,x=5.05146,y=0.47244,angle=0,x_mirr=false,y_mirr=false,dcode:11,r41.339,POS"
        }
    ]

◆ script_layer_features_count()

gkl_json script_layer_features_count(const gkl_json & params,gkl_string & errorString )

獲取層所有feature id集合

參見

script_layer_features()

參數(shù)

[in]json對象

    {
        "stepname":"edit",      //step名字
        "layername":"tl",       //層名字
    }

返回

int --— 返回feature數(shù)目

◆ script_layer_symbols()

gkl_json script_layer_symbols(const gkl_json & params,gkl_string & errorString )

獲取層中symbol表

參見

script_layer_symbols()

參數(shù)

[in]json對象

    {
        "stepname":"edit",      //step名字
        "layername":"tl",       //層名字
        "filepath":"E:\\test_unit\\info.txt"   ----- 將數(shù)據(jù)寫入的目標文件,文件路徑為空或者文件路徑不合法,則直接用網絡方式返回
    }

返回

array --— 文件路徑為空返回 數(shù)據(jù)信息,有效路徑則返回空

    [
        {
            "class":12,
            "insid":1203,
            "descript":"r100"
        },
        {
            "class":15,
            "insid":3256,
            "descript":"rect1300x500"
        }
    ]

◆ script_layer_tools()

gkl_json script_layer_tools(const gkl_json & params,gkl_string & errorString )

獲取層的刀具表,道具表獲取的單位只返回mm單位,不支持英制單位返回

參見

script_layer_tools()

參數(shù)

[in]json對象

    {
        "stepname":"edit",      //step名字
        "layername":"drl",      //層名字
        "filepath":"E:\\test_unit\\info.txt"   ----- 將數(shù)據(jù)寫入的目標文件,文件路徑為空或者文件路徑不合法,則直接用網絡方式返回
    }

返回

array --— 文件路徑為空返回 數(shù)據(jù)信息,有效路徑則返回空

    [
       {
          "id" : 15,                                        ----刀數(shù)據(jù)庫id   不可修改
          "toolnumber_src" : 2,                             ----刀號,獲取的原始刀號  不可修改
          "toolnumber" : 2,                                 ----修改后的刀號  可修改
          "toolname" : "T02",                               ----刀名
          "drilltype" : "plated",                           ----刀類型 plated 通孔 nonplated非通孔 via孔  laser激光孔
          "holetype" : "孔",                             ----刀成型類型 孔,槽,鑼
          "finishsize" : "0.7112",                          ----完成孔徑 單位都是mm
          "drillsize" : 0.84999999999999998,                ----鉆孔孔徑 單位都是mm
          "ptol" : 0.0,                                     ----正公差 單位都是mm
          "ntol" : 0.0,                                     ----負公差 單位都是mm
          "slot" : "",                                      ----槽長或者鑼長 單位都是mm
          "count" : 48,                                     ----鉆孔數(shù)量  
          "remark" : ""                                     ----刀表標識,用戶自定義標識,備注
       }
    ]

◆ script_layer_update_tools()

gkl_json script_layer_update_tools(const gkl_json & params,gkl_string & errorString )

更新刀具表

參見

script_layer_tools()

參數(shù)

[in]json對象

    {
        "stepname":"edit",      //step名字
        "layername":"drl",      //層名字
        "tools":
        [
            {
                  "id" : 15,                                        ----刀數(shù)據(jù)庫id   不可修改
                  "toolnumber_src" : 2,                             ----刀號,獲取的原始刀號  不可修改
                  "toolnumber" : 2,                                 ----修改后的刀號  可修改
                  "toolname" : "T02",                               ----刀名
                  "drilltype" : "plated",                           ----刀類型 plated 通孔 nonplated非通孔 via孔  laser激光孔
                  "holetype" : "孔",                             ----刀成型類型 孔,槽,鑼
                  "finishsize" : "0.7112",                          ----完成孔徑 單位都是mm
                  "drillsize" : 0.84999999999999998,                ----鉆孔孔徑 單位都是mm
                  "ptol" : 0.0,                                     ----正公差 單位都是mm
                  "ntol" : 0.0,                                     ----負公差 單位都是mm
                  "slot" : "",                                      ----槽長或者鑼長 單位都是mm,字符串為浮點數(shù)字
                  "count" : 48,                                     ----鉆孔數(shù)量
                  "remark" : ""                                     ----刀表標識,用戶自定義標識,備注
            }
        ]

◆ script_profile_boundbox()

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

獲取profile size

參見

script_profile_boundbox()

參數(shù)

[in]string"edit" step名字

返回

gkl_json //返回profile的邊界矩形信息

    {
        "left":0.0,
        "right";1.12,
        "bottom":0,
        "top":0.52
    }

◆ script_repeats_boundbox()

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

獲取所有repeat 的邊界矩形

參見

script_repeats_boundbox()

參數(shù)

[in]string"edit" step名字

返回

gkl_json //返回profile的邊界矩形信息

    {
        "left":0,
        "right";1.12,
        "bottom":0,
        "top":0.52
    }

◆ script_selection_boundbox()

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

獲取所有選中圖形的邊界矩形

參見

script_selection_boundbox()

返回

json

    {
        "left":0.2,             //單位隨當前系統(tǒng)的單位設置
        "right":1.23,
        "bottom":0.3,
        "top":2.0
    }

◆ script_step_boundbox()

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

獲取step boundbox,boundbox 不包含profile的尺寸, boundbox 只含有 feature和repeat

參見

script_step_boundbox()

參數(shù)

[in]string"edit" step名字

返回

gkl_json //返回profile的邊界矩形信息

    {
        "left":0,
        "right";1.12,
        "bottom":0,
        "top":0.52
    }

互動評論 0

注意:此留言僅作為嘉立創(chuàng)與客戶日常交流之用,回復不是很及時,急切問題請聯(lián)系我司工作人員處理!
登錄注冊 后才可以留言哦!
主站蜘蛛池模板: 国产亚洲综合色就色| 成人福利小视频| 国产成人va亚洲电影| 麻豆成人在线视频| 日韩一中文字幕| 污网站免费观看在线高清| 九九九色视频在线观看免费| 日本久久久久亚洲中字幕| 久久久久青草大香线综合精品| 亚洲欧美人成人让影院| 亚瑟在线观看高清免费视频http| 成人高清在线| 精品国产毛片| 成人免费www在线高清观看| 久久久香蕉| 国产成人刺激视频在线观看| 日韩新片在线观看| 精品国产乱码一区二区三区| a久久99精品久久久久久不| 伊人久久成人爱综合网| 成人在线免费视频| 一区视频免费观看| 日本欧美高清全视频| 中文字幕亚洲高清综合| 日日夜夜操视频| 精品亚洲永久免费精品| 国产成人免费午夜在线观看| 久久夜夜操妹子| 日本v在线观看| 欧美国产日韩1区俺去了| 人人综合| 九九久久国产精品免费热6| 亚洲三级精品| 国产精品免费视频播放| 阿v天堂2021在线观看| 久在线观看| 车上麻麻用裙子挡着做h| 国产在线观看网站| 国产成人啪精品午夜在线播放| 亚洲视频免费在线观看| 澳门毛片精品一区二区三区|