freepeople性欧美熟妇, 色戒完整版无删减158分钟hd, 无码精品国产vα在线观看DVD, 丰满少妇伦精品无码专区在线观看,艾栗栗与纹身男宾馆3p50分钟,国产AV片在线观看,黑人与美女高潮,18岁女RAPPERDISSSUBS,国产手机在机看影片

正文內(nèi)容

基于proe的彈簧模型庫(kù)二次開發(fā)設(shè)計(jì)論文(參考版)

2024-11-14 03:30本頁面
  

【正文】 E)) ( cl_cancel) ( 4) ( 8) ( 4) ( 4) ( 4) ( 4) (.Label 彈簧參數(shù)化設(shè)計(jì) ) !對(duì)話框標(biāo)題 (.StartLocation 5) !對(duì)話框居中 (.Resizeable 0) !用戶不能改變對(duì)話框大小 (.Layout !對(duì)話框元件的布局 (Grid (Rows 1 1 1) (Cols 1) !總體分成 3行 1列 (Grid (Rows 1) (Cols 1 1) !第 1行分成 2列 Image Layout1 ) Separator1 (Grid (Rows 1) (Cols 1 1) !第 3 行分成 2 列 Update1 Cancel ) ) ) ) ) (Layout Layout1 (Components (Label H_Label) (InputPanel H_Value) (Label D_Label) (InputPanel D_Value) (Label L_Label) (InputPanel L_Value) (Label DD_Label) (InputPanel DD_Value) ) (Resources ( True) ( 4) ( 長(zhǎng)度 H) ( True) ( 4) ( 中徑 D) ( True) ( 4) ( 螺距 L) ( True) ( 4) ( 直徑 d) 。 圖 411 彈簧對(duì)話框 2 對(duì)話框 2 對(duì)應(yīng)的資源文件如下: (Dialog Spring1_1 (Components !對(duì)話框元件聲明 (Label Image) (SubLayout Layout1) (Separator Separator1) (PushButton Update1) (PushButton Cancel) ) (Resources !對(duì)話框資源 (屬性定義 ) ( ) ( 10) ( 4) ( 2) ( 生成模型 (amp。E)) ( cl_cancel) ( 4) ( 8) ( 4) ( 4) ( 4) ( 4) (.Label 彈簧參數(shù)化設(shè)計(jì) ) !對(duì)話框標(biāo)題 (.StartLocation 5) (.Resizeable 0) (.Layout !對(duì)話框元件的布局 (Grid (Rows 1 1 1) (Cols 1) (Grid (Rows 1) (Cols 1 1) Image Layout1 ) Separator1 (Grid (Rows 1) (Cols 1 1) Update1 Cancel ) ) ) ) ) (Layout Layout1 (Components (Label H_Label) (OptionMenu H_Value) (Label D_Label) (OptionMenu D_Value) (Label L_Label) (OptionMenu L_Value) (Label DD_Label) (OptionMenu DD_Value) (Label Userdefined1_Value) (PushButton Userdefined1) ) (Resources ( 自定義 ) ( 4) ( 8) ( 4) ( 4) ( True) ( 4) ( 長(zhǎng)度 H) ( True) ( 4) ( 中徑 D) ( True) ( 4) ( 螺距 L) ( True) ( 4) ( 直徑 d) ( 自定義參數(shù) ) ( True) ( 4) ( 4) ( 2) ( 4) ( 4) ( n1 n2 n3 n4 n5 n6 n7 n8 n9 n10) ( 30 40 50 60 70 80 90 100 110 120) ( True) ( 4) ( 4) ( 2) ( 4) ( 4) ( n11 n12 n13 n14 n15 n16 n17 n18 n19 n20) ( 10 20 25 30 35 40 45 50 55 60) ( True) ( 4) ( 4) ( 2) ( 4) ( 4) ( n21 n22 n23 n24 n25 n26 n27 n28 n29 n30) ( 5 8 10 12 15 18 20 22 25 28) ( True ( 4) ( 4) ( 2) ( 4) ( 4) ( n31 n32 n33 n34 n35 n36 n37 n38 n39 n40) ( 2 3 4 5 6 8 10 12 16 20) (.Decorated True) (.Label 設(shè)計(jì)參數(shù) ) (.TopOffset 4) (.BottomOffset 2) (.LeftOffset 4) (.RightOffset 4) (.Layout (Grid (Rows 1 1 1 1 1) (Cols 1 1) H_Label H_Value D_Label D_Value L_Label L_Value DD_Label DD_Value Userdefined1_Value Userdefined1 ) ) ) ) 上面對(duì)話框資源文件對(duì)應(yīng)的對(duì)話框如圖 410所示。 圓截面圓柱螺旋壓縮彈簧的選擇型對(duì)話框資源文件如下 : (Dialog Spring1 (Components !對(duì)話框元件聲明 (Label Image) (SubLayout Layout1) (Separator Separator1) (PushButton Update1) (PushButton Cancel) ) (Resources !對(duì)話框資源 (屬性定義 ) ( ) ( 10) ( 4) ( 2) ( 生成模型 (amp。 編寫對(duì)話框資源文件 對(duì)話框應(yīng)包含以下 內(nèi)容: 彈簧模型圖片,彈簧設(shè)計(jì)各參數(shù) (參數(shù)要求既有用下拉選擇型的,又能供用戶自定義的 )以及確定和取消按鈕。 下面以圓截面圓柱螺旋壓縮彈簧為例介紹說明彈簧對(duì)話框的創(chuàng)建全過程。對(duì)話框資源文件的功能相當(dāng)于AutoCAD 的對(duì)話框控制語言( DCL),用 ASCII 碼文本格式編寫,其內(nèi)容定義了對(duì)話框的組成、外觀和屬性。 UI 對(duì)話框的設(shè)計(jì)思路和方法 與 AutoCAD 的 DCL 對(duì)話框類似。 對(duì)話框的設(shè)計(jì) 用戶界面對(duì)話框( User Interface Dialog Boxes,簡(jiǎn)稱 UI 對(duì)話框)是Pro/TOOLKIT 提供的一 項(xiàng) 交互界面。不必再手動(dòng)注冊(cè)和運(yùn)行。 Revision 指定 Pro/TOOLKIT 版本號(hào) End 段結(jié)束標(biāo)志 注意,將 DELAY_START 字段內(nèi)容設(shè)為 FALSE,這樣打開 Pro/ENGINEER 時(shí)使自動(dòng)注冊(cè)運(yùn)行該應(yīng)用程序。 圖 49中各字段及其意義如表 41所示。用相對(duì)路徑方式的優(yōu)點(diǎn)在于具有可移植性。 注冊(cè)文件內(nèi)容如圖 49 所示。 將上面
點(diǎn)擊復(fù)制文檔內(nèi)容
環(huán)評(píng)公示相關(guān)推薦
文庫(kù)吧 www.dybbs8.com
備案圖鄂ICP備17016276號(hào)-1