簡易檢索 / 詳目顯示

研究生: 劉駿昱
Liu - Chun Yu
論文名稱: 以Pro/Toolkit開發零件擷取及預覽平台
Development of Parts Retrieval and Preview Platform Using Pro/Toolkit
指導教授: 林清安
Ching-An Lin
口試委員: 陳炤彰
Chao-Chang Chen
謝文賓
none
學位類別: 碩士
Master
系所名稱: 工程學院 - 機械工程系
Department of Mechanical Engineering
論文出版年: 2008
畢業學年度: 96
語文別: 中文
論文頁數: 132
中文關鍵詞: Pro/E二次開發零件擷取零件預覽
外文關鍵詞: Pro/Toolkit, Parts Retrieval, Parts Preview
相關次數: 點閱:99下載:0
分享至:
查詢本校圖書館目錄 查詢臺灣博碩士論文知識加值系統 勘誤回報
  • 現今電腦技術的快速發展,使得電腦輔助設計系統已成為設計者的利器,但至目前為止,多數電腦輔助設計軟體中的零件庫模組提供使用者的操作方式大多採用2D介面來呈現零件外型及尺寸供使用者設計修改,且需要將零件開啟後,方能了解其設計是否符合使用者要求,而無法立即將設計結果直接呈現。
    爲了改善上述缺點,本論文使用Pro/Toolkit及Visual C++之MFC為核心程式,開發零件擷取及預覽功能的平台,並利用此平台建構Pro/ENGINEER環境下的零件庫系統,此平台具有零件擷取模組、動態預覽模組及零件組裝模組,當使用者擷取所需零件後,進入動態預覽時系統可提供即時3D模型預覽功能,並且針對使用者在觀察零件尺寸時,自動調整零件視角至最佳視角,讓使用者更快速了解尺寸與模型相對應關係。另外,本研究所開發的平台也提供零件尺寸及設計參數說明,以及設計變更功能,並針對設計需求立即檢驗與告知使用者是否正確,最後利用零件預組裝模組進行零件組裝,即可完成整體操作流程。


    Today, the rapid development of computer technology has made the computer-aided design (CAD) system a powerful tool to designers. However, the parts library module of most CAD software only provides users with 2D interface to present shapes and dimensions for design and modification. Only after opening the parts could designers realize whether the design meets their needs, and the design results are not presented directly.
    To improve the abovementioned problems, this study employs Pro/Toolkit and MFC of Visual C++ as the kernels to develop the platform for parts retrieval and preview, and applies this platform to establish a parts library system under Pro/ENGINEER environment. The platform is composed of parts retrieval module, dynamic preview module and part assembly module. The real-time 3D model preview function is available after the user has retrieved the parts needed. Orientations of the retrieved parts can be automatically adjusted to ensure best viewing angles for the user, which facilitates the user to associate the dimensions of interest with the 3D models of the parts. In addition, the platform developed in this research work allows the user to access both part dimensions and design parameters, so that the change of geometry design can be easily made. It checks and informs users the feasibility of the design change instantaneously. In the final, the pre-assembly module can be applied for part assembly to complete the overall system operation.

    中文摘要I ABSTRACTII 誌謝III 目錄IV 表目錄VII 圖目錄VIII 第一章 緒論1 1.1 研究動機與目的1 1.2 研究方法及範圍2 1.3 論文架構4 第二章 文獻探討6 2.1 相關文獻6 2.1.1 零件種類擷取方式6 2.1.2 零件規格設計方式9 2.2 商用軟體發展概況13 2.2.1 Dassault CATIA-Catalog13 2.2.2 Solid Edge-標準零件14 2.2.3 Autodesk Inventor-資源中心資源庫14 2.2.4 Dassault SolidWorks -Toolbox15 第三章 零件擷取及預覽平台應用方法介紹16 3.1 零件建構規則介紹16 3.1.1 尺寸控制規則17 3.1.2 參數控制規則19 3.2 族表簡介21 3.2.1 族表之特性21 3.2.2 族表控制方式22 3.3 模型外部儲存法24 3.3.1 外部儲存區概念24 3.3.2 外部儲存區應用25 3.4 輔助工具視窗26 3.4.1 輔助工具視窗應用27 第四章 零件擷取及預覽平台規劃29 4.1 零件擷取模組30 4.1.1 圖形介面控制區31 4.1.1.1 樹狀零件分類功能32 4.1.1.2 零件圖形化按鈕設計33 4.1.1.3 零件擷取預覽34 4.1.1.4 零件規格選用37 4.1.2 系統資訊處理區38 4.1.2.1 零件類型資訊處理38 4.1.2.2 零件縮圖按鈕控制39 4.1.2.3 零件預覽圖片資訊處理40 4.2 動態設計模組43 4.2.1 3D動態模型預覽43 4.2.2 3D動態模型定向預覽45 4.2.2.1 實際尺寸與模型關係顯示45 4.2.2.2 尺寸動態定向視角47 4.2.2.3 尺寸設計變更後的動態定向關係58 4.2.3 參數與尺寸設計提示說明60 4.2.3.1 參數設計提示說明60 4.2.3.2 尺寸設計提示說明63 4.2.4 檢驗設計可行性65 4.3 零件儲存與組裝模組67 4.3.1 零件儲存規劃67 4.3.1.1 使用者變更設計67 4.3.1.2 使用者無變更設計68 4.3.2 零件組裝規劃69 第五章 實例驗證73 5.1 系統配備73 5.2 零件前置作業之運作流程73 5.3 系統運作流程74 5.4 系統介面說明76 5.5 實例介紹78 5.6 實例一、凸緣件組立79 5.6.1 六角螺栓前置作業80 5.6.2 組裝零件至凸緣件84 5.6.2.1 組裝平墊圈85 5.6.2.2 組裝六角螺栓95 5.6.2.3 組裝平墊圈98 5.6.2.4 組裝六角螺帽98 5.7 實例二、齒輪件組立99 5.7.1 正齒輪前置作業100 5.7.2 組裝齒輪零件至虛擬支架104 5.7.2.1 組裝正齒輪105 5.7.2.2 組裝正齒條111 第六章 結論與未來研究方向115 6.1 結論115 6.2 未來研究方向116 參考文獻117 作者簡介118

    1.張國燦、韓祖行,「基於Pro/E二次開發夾具標準件參數化設計技術研究」,福州大學機械工程學院,中國,福建,2006。
    2.鄧崢、孫海波、王一民,「利用Visual C++ 開發Pro/ENGINEER三維標準庫」,中國礦業大學機電工程學院,中國,江蘇,2007。
    3.艾妮,「用VC++ 開發Pro/E三維標準件庫」,貴州大學,中國,貴州,2005。
    4.Joonmyun Cho, Soonhung Han, Hyun Kim, “Meta-on-tology for automated information integration of parts libraries, Computer-Aided Design, vol. 38, pp. 713-725(2006).
    5.楊功琪,「以多頁多層螢幕驅動方式製作標準模具零件庫繪圖系統」,大同大學機械工程研究所碩士論文,台灣,台北,2004。
    6.鐘協佐,「3D齒輪自動設計與繪圖之研究」,國立台灣師範大學工業教育研究所碩士論文,台灣,台北,2003。
    7.閻峰雲、張小甫、單巍巍、孫立平,「基於Pro/ENGINEER的注塑模標準零件庫的開發」,蘭州理工大學,中國,甘肅,2004。
    8.Cepex 3D/2D CAD Library http://www.cepex.com/eng/drawings.html.
    9.Dassault System, CATIA Catalog , 2008.
    10.Siemens PLM Software, Solid Edge 標準零件, 2008.
    11.Autodesk, Inventor資源中心資源庫, 2008.
    12.Dassault System, SolidWorks Toolbox, 2008.

    無法下載圖示 全文公開日期 2013/07/29 (校內網路)
    全文公開日期 本全文未授權公開 (校外網路)
    全文公開日期 本全文未授權公開 (國家圖書館:臺灣博碩士論文系統)
    QR CODE