簡易檢索 / 詳目顯示

研究生: 侯權鍵
Chuan-chien Hou
論文名稱: 網路式之營建工程跨領域團隊協同合作設計
Internet-based Multidisciplinary Design Collaboration in Construction Engineering
指導教授: 陳鴻銘
Hung-Ming Chen
口試委員: 楊亦東
I-Tung Yang
康仕仲
Shih-Chung Kang
謝佑明
Yo-Ming Hsieh
學位類別: 碩士
Master
系所名稱: 工程學院 - 營建工程系
Department of Civil and Construction Engineering
論文出版年: 2007
畢業學年度: 95
語文別: 中文
論文頁數: 116
中文關鍵詞: 網際網路跨領域協同合作電腦輔助設計
外文關鍵詞: Internet, Multidisciplinary, Collaboration, Computer-Aided Design
相關次數: 點閱:289下載:9
分享至:
查詢本校圖書館目錄 查詢臺灣博碩士論文知識加值系統 勘誤回報
  • 營建工程跨領域團隊合作所完成的建築設計作業,由於涉及不同領域的設計需維護與處理的設計參數並不完全相同,因此,本研究針對跨領域團隊之設計協同作業,提出跨領域團隊透過網路共同建立單一的多領域模型之協同合作模式,並整合使用物件導向、資料庫及網際網路等技術,開發建立出一套整合各領域設計資訊的建築設計系統,使得分隔異地不同領域的專業人員們可使用本系統連線組成虛擬的跨領域設計團隊,共同地於虛擬空間進行設計工作並即時地觀看所有連線成員工作的進展,並以資料庫對跨領域的設計資料做集中性的維護與管理。
    本研究基於各領域設計之需求釐定出系統所建立之多領域模型所需具備的各種設計參數,將不同領域的設計資訊或參數整合為單一的多領域模型,而所建構或維護的多領域模型,是以物件導向技術模組化為構件,並賦予構件各領域之參數設定,即可組合而成為一多領域的模型,再配合資料庫技術對所建模型之資料做整體性的資料維護與管理,接著運用電腦繪圖的技術建置符合各領域需求之建模與模型顯示介面,並進一步整合網路技術,讓不同領域的設計團隊可透過網路於此平台上即時協同合作,實現跨領域團隊透過網路共同建立單一的多領域模型之協同合作模式。本研究考量到設計團隊之間角色彼此相互關係與分工的不同,故研究提出混合主從式架構與同儕式架構之網路式跨領域協同合作平台,並於此一混合式網路架構下研擬及規劃適當的網路傳輸架構與跨團隊權限控制規則,使得跨領域之設計團隊能透過網路連線共同合作完成跨領域模型以達成設計上之整合,以及提昇跨領域團隊協同設計之效率。


    This research proposes an operation model for inter-disciplinary design collaboration in construction engineering. The proposed model is to have geographical distributed design teams concurrently build a single shared multi-disciplinary model together over the Internet using distributed system to achieve design integration and conflict resolving. A synchronous collaborative design platform for inter-disciplinary collaboration was developed in this research. By using the proposed platform, the geographical distributed members of various design teams can be connected together via the Internet as an inter-disciplinary design team to work together in a same virtual design space to view the progress of each other’s work in real-time and cooperate with each other instantly. In addition, all the design data is centrally maintained in a database to provide secure and systematic data management. Based on the analysis of inter-disciplinary design scenario, the proposed system provides virtual real-world design components with multi-disciplinary design attributes for building a multi-disciplinary design model. Further considering the characteristics of and the relationships between design disciplines are different, a hybrid client-server and peer-to-peer network model and an inter-disciplinary access rule is proposed to form the working model of the proposed distributed design system.

    論文摘要 I ABSTRACT II 誌謝 III 圖目錄 VIII 表目錄 XII 第一章 緒論 1 1.1研究動機 1 1.2研究目的 2 1.3研究範圍 5 1.4研究方法 6 1.5論文架構 7 第二章 研究背景 9 2.1文獻回顧 9 2.2系統開發技術 13 2.2.1物件導向 13 2.2.1.1封裝(Encapsulation) 13 2.2.1.2繼承(Inheritance) 14 2.2.1.3多型(Polymorphism) 14 2.2.2電腦繪圖 14 2.2.2.1當前轉換矩陣(Current Transformation Matrix, CTM) 15 2.2.2.2觀點轉換(Viewing Transformations) 15 2.2.2.3投射矩陣(Projection Matrix) 16 2.2.2.4修飾(Render) 17 2.2.3網路傳輸 18 2.2.3.1多執行緒(multithread) 18 2.2.3.2使用者資料段協定(UDP) 18 2.2.3.3傳輸控制協定/網際協定(TCP/IP) 19 2.2.3.4群播(multicast) 19 2.3系統開發工具 21 2.3.1 Java程式語言 21 2.3.2 OpenGL 21 第三章 系統功能需求分析與運作機制規劃 23 3.1系統功能需求分析 23 3.1.1網路架構與協同模式 23 3.1.2資料管理與一致性 26 3.1.3多領域模型資料 28 3.1.4跨領域資料交換與版本控制 29 3.1.5回饋反應 30 3.1.6資料傳輸效率 31 3.1.7網路溝通協定 33 3.1.8工作模式 34 3.1.8.1團隊使用者權限 34 3.1.8.2模型元件使用權管理 34 3.1.8.3即時更新 35 3.1.8.4同步處理 36 3.1.8.5查詢服務 36 3.1.8.6連線修復 37 3.1.9通訊介面 37 3.1.10人機介面 38 3.1.11平台中立 39 3.2系統運作機制規劃 41 3.2.1網路連線型態 41 3.2.2繪圖及溝通介面 42 3.2.3連線機制 43 3.2.4使用者登錄權限機制 46 3.2.5模型元件所有權機制 47 3.2.6模型元件回饋機制 49 3.2.7資料傳遞機制 50 3.2.8資料儲存格式 52 第四章 系統架構 55 4.1前言 55 4.2主系統類別 56 4.2.1 LoginWebCADSystem Class 56 4.2.2 WebCadSystem Class 57 4.2.3 CadSystem Class 57 4.2.4 CadFrame Class 58 4.3模型元件使用權限控管類別 60 4.4記錄請求與建議類別 63 4.5記錄回饋請求與建議類別 64 4.6查詢請求與建議回饋類別 64 第五章 系統功能探討 67 5.1前言 67 5.2登入系統功能 67 5.3主視窗功能 69 5.3.1載入檔案功能 69 5.3.2儲存檔案功能 70 5.3.3查詢請求與建議回饋之狀態功能 72 5.4 CAD視窗功能 73 5.4.1跨領域模型元件顯示及屬性面版 73 5.4.2請求模型元件使用權限轉移 75 5.4.3建議模型元件屬性修改值 76 5.4.4審核模型元件使用權限轉移之請求 78 5.4.5審核模型元件屬性修改值之建議 79 第六章 使用範例 81 6.1前言 81 6.2登入系統 81 6.3提出模型元件之請求與建議 82 6.4審核模型元件之請求與建議 83 6.5查詢模型元件回饋資訊 84 第七章 結論 87 7.1總結 87 7.2未來展望 90 參考文獻 95 附錄 99 附錄A系統成員列表 99 附錄A.1 LoginWebCADSystem 99 附錄A.2 WebCadSystem 99 附錄A.3 CadSystem 100 附錄A.4 FeedbackFrame 101 附錄A.5 DefineFeedbackTable 102 附錄A.6 CadFrame 103 附錄A.7 CADJPanel 103 附錄A.8 ModelLight 105 附錄A.9 ModelDefault 107 附錄A.10 RequestAndSuggestion_Data 109 附錄A.11 TeamRequestAndSuggestion_ReplyInfo 111 附錄A.12模型物件 112 附錄A.13 ModelTriangle 113 附錄A.14 ModelSphere 114 附錄A.15 ModelLine 114 附錄A.16 ModelColumn 115 附錄A.17 ModelCone 115 附錄A.18 ModelWord 115 附錄A.19 ModelPolygon 116 附錄A.20 Model3DsMAX 116 作者簡介 117

    [1]CSCW, “Computer Supported Cooperative Work”, <http://www.cscw2006.org/index.html>
    [2]Kao, Y.C. and Lin, G.C.I. (1996), “CAD/CAM collaboration and remote machining”, The Journal of Computer-Integrated Manufacturing Systems, v 9, n 3, July, p.149 – 160.
    [3]Abdel-Wahab, H.M., Guan, Sheng-Uei and Nievergelt, J. (1988), “Shared workspaces for group collaboration: an experiment using Internet and UNIX interprocess communications”, IEEE Communications Magazine, v 26, n 11, November, p.10 – 16.
    [4]Mitchell, W.J. (1995), “CAD as a social process, CAD futures 1995”, Proceedings of the 6th International Conference on Computer-Aided Architectural Design Futures, Singapore, p.7 – 9.
    [5]Pang, A. and Wittenbrink, C. (1997), “Collaborative 3D visualization with CSpray”, IEEE Computer Graphics and Applications, v 17, n 2, March-April, p.32 – 41.
    [6]Nam, T.-J. and Wright, D. (2001), “The development and evaluation of Syco3D: A real-time collaborative 3D CAD system”, Design Studies, v 22, n 6, November, p.557 – 582.
    [7]Roy, A. (2000), “CyberCAD – a JavaTM-based synchronized collaborative CAD system”, Master of Engineering thesis, National University of Singapore
    [8]Tay, F.E.H. and Roy, A. (2000), “3D solid modeling techniques using CyberCAD for Web-based CAD application”, Proceedings of the 5th International Conference on Computer Integrated Manufacturing, Singapore, p.1072 – 1083.
    [9]Tay, F.E.H. and Roy, A. (2003), “CyberCAD: A collaborative approach in 3D-CAD technology in a multimedia-supported environment”, Computers in Industry, v 52, n 2, October, p.127 – 145.
    [10]Bidarra, R., van den Berg, E., and Bronsvoort, W.F. (2001), “Collaborative Modeling with Features”, Proceedings of the ASME Design Engineering Technical Conference, v 1, September, p.535 – 546.
    [11]Chan, S.C.F. and Ng, V.T.Y. (2002), “Real-Time Collaborative Solid Shape Design (RCSSD) on the Internet”, Concurrent Engineering: Research and Application, v 10, n 3, September, p.229 – 238.
    [12]Wang, H.F., Zhang, Y.L., Cao, J., Lee, S. F., and Kwong, W.C. (2003), “Feature-based Collaborative Design”, Journal of Materials Processing Technology, v 139, n 1-3 SPEC, August 20, p.613 – 618.
    [13]Li, W.D., Lu, Y.Q., Fuh, J.Y.H., and Wong, Y.S. (2005), “Collaborative Computer-Aided Design – Research and Development Status”, CAD Computer Aided Design, v 37, n 9, August, p.931 – 940.
    [14]Fuh, J.Y.H. and Li, W.D. (2005), “Advances in Collaborative CAD: the-state-of-the art”, Computer Aided Design, v 37, n 5 SPEC.ISS., April 15, p.571 – 581.
    [15]Revit, “Autodesk Revit”, <http://www.autodesk.com>
    [16]田宏鈞 (2005), “線上即時合作式電腦輔助設計”, 台灣科技大學營建工程系, 碩士論文
    [17]Fruchter, R. (1996), “Conceptual, collaborative building design through shared graphics”, IEEE Expert: Intelligent Systems, AI in Civil and Structural Engineering, v 11, n 3, June, p.33 – 41.
    [18]Fruchter, R. (1999), “A/E/C teamwork: a collaborative design and learning space”, Journal of Computing in Civil Engineering, v 13, n 4, October, p.261 – 269.
    [19]William O’Brien, Lucio Soibelman, and George Elvin (2003), “Collaborative Design Processes: An Activeand Reflective-Learning Course in Multidisciplinary Collaboration”, Journal of Construction Education Summer 2003, v 8, n 2, p.78 – 93.
    [20]Lottaz, C., Clement, D.E., Faltings, B.V., and Smith, I.F.C. (1999), “Constraint-based support for collaboration in design and construction”, Journal of Computing in Civil Engineering, v 13, n 1, January, p.23 – 35.
    [21]Chu, Y., Rao, S.G., Seshan, S. and Zhang, H. (2001), “A case for end system multicast”, IEEE Journal on Selected Areas in Communication, v 20, n 8, October, 2002, p.1456 – 1471.
    [22]Pendarakis, D., Shi, S., Verma, D. and Waldvogel, M. (2001), “Almi: An application level multicast infrastructure”, 3rd USENIX Symposium on Internet Technologies and Systems, March
    [23]Chen, H.M. and Tien, H.C. (2007), “Application of Peer-to-Peer Network for Real-Time Online Collaborative Computer-Aided Design”, Journal of Computing in Civil Engineering, v 21, n 2, March 1, p.112 – 121.

    QR CODE