簡易檢索 / 詳目顯示

研究生: 盧雅淑
Ya-sue Lu
論文名稱: 營建工程上監測資料視覺化之初探
A Preliminary Study of 3D Visualization on Construction Monitoring Data
指導教授: 謝佑明
Yo-Ming Hsieh
口試委員: 陳鴻銘
Hung-Ming Chen
楊亦東
I-Tung Yang
學位類別: 碩士
Master
系所名稱: 工程學院 - 營建工程系
Department of Civil and Construction Engineering
論文出版年: 2009
畢業學年度: 97
語文別: 中文
論文頁數: 156
中文關鍵詞: 監測視覺化電腦繪圖
外文關鍵詞: field monitoring, Visualization, computer graphics
相關次數: 點閱:237下載:5
分享至:
查詢本校圖書館目錄 查詢臺灣博碩士論文知識加值系統 勘誤回報

現地自動化監測系統在營建與土木工程上為一重要的工具,可自動化的收集大量的數據資料,然而這些數據資料必需善加利用,才能充份發揮其效用。現行實務上常使用統計統計圖表呈現監測資料,然其缺乏了在土木營建上重要的空間資訊。本研究開發一軟體系統,將現地模型與自動化監測資訊系統所儲存之現地監測資料透過三維電腦繪圖技術結合並同步呈現,將監測資料與空間資訊進行結合,可提供工程師或相關人員快速且直觀的使用視覺化介面時掌握現地即時監測狀況與查詢過去歷史監測資料。
本研究使用設計模版之協助並以程式語言C++ 進行物件導向程式設計與系統開發。透過一分散式運算之高延展性自動化監測資訊系統,以其所提供出來之網路式服務取得其所儲存管理之監測資料,透過COLLADA_DOM類別庫之協助,讀取Google SketchUp軟體建置之三維現地模型;並利用繪圖類別庫VTK進行三維監測資料與現地模型的視覺化呈現。最後設計一互動式介面,讓使用者可對監測資料的呈現進作操作與資料的查詢。
而本研究所開發的工具,可讓使用者視覺化的呈現現地狀況並便捷的以視覺化的方式去過濾篩選資料。而在工程困難發生時可輔助決定工程困難影響範圍與受影響設施,並提供一視覺化溝通工具協助各方面專家去診斷工程困難並進行意見交流,最終能達到快速決定工程對策以降低工程困難之影響之目的。


Automated in-situ monitoring systems are important tools in construction and civil engineering. They can automatically collect much monitoring data. However, these data needs to be analyzed or utilized before they become useful. In current practice, monitoring data are primarily plotted using statistical charts built in most graphical software or spreadsheets are used to plot monitoring data. However, these plots do not present spatial information, which is of crucial importance in civil and construction engineering. In this work, a software system is developed to combine three-dimensional field model and monitoring data through computer graphics into one display. Therefore, monitoring data is presented with their spatial information. Engineers and interested parties can use the developed software to easily understand both up-to-date field monitoring data and historical performances.
Object-oriented programming, assisted by design patterns, is used to develop the software in in C++. The software uses web services to obtain monitoring data managed by a scalable and reliable automated monitoring information system. Three-dimensional field models, created by Google SketchUp, are read by using the COLLADA_DOM class library linked into the developed software. Computer visualization is done by using the VTK class library. Finally, a primitive text-console based interface is used to manipulate monitoring data visualization and processing.
By using the software developed in this work, users can intuitively “see” up-to-date site condition and visually process and filter monitoring data. In events of engineering difficulties, the software can help to determine its extent and affected utilities and buildings. The software can also serve as a visual communication tool to facilitate communications between experts to diagnose engineering problems. Hopefully, by using the developed tool, strategies to mitigate engineering difficulties and their extent can be quickly solidified.

論文摘要 I Abstract III 致 謝 V 目 錄 VII 圖目錄 XI 表目錄 XVII 第一章 緒論 1 1.1 研究動機與目的 1 1.2 研究方法 2 1.3 論文架構 3 第二章 文獻回顧 5 2.1 視覺化技術於營建工程之應用 5 2.2 視覺化類別庫_VTK 8 2.3 應用之現成軟體_SketchUp 12 2.4 應用之相關文件格式 13 2.4.1 XML 13 2.4.2 COLLADA 16 第三章 研究方法 17 3.1 研究架構與流程 17 3.2 COLLADA格式文件說明 20 3.2.1 COLLADA格式標籤介紹 20 3.2.1.1 Library_geometries元素 22 3.2.1.2 Library_nodes元素 24 3.2.1.3 Library_visual_scenes元素 26 3.2.1.4 Scenes元素 28 3.2.2 COLLADA文件資料讀取流程 28 3.2.3 COLLADA_DOM 30 3.3 小結 31 第四章 監測資料呈現之設計 33 4.1 整體之架構與設計 33 4.1.1 時間點之分類 35 4.1.2 監測資料之設定 36 4.2 視覺化之呈現方式 39 4.2.1 三維空間之呈現 39 4.2.2 二維圖表之呈現 43 4.2.3 呈現方式之裝飾 44 第五章 系統分析與設計 47 5.1 視覺化呈現系統 47 5.2 系統程式架構 51 5.2.1類別圖區塊功能之概略說明 51 5.2.2 類別圖各區塊功能之設計概念與功能詳述 54 5.2.2.1 中央控制類別 54 5.2.2.2 現地模型繪製類別 55 5.2.2.3 感測器資料設置程式類別 56 5.2.2.4 監測資料視覺化呈現程式類別 58 5.2.2.5 視覺化平台、介面控制程式類別 61 5.3 相關文件之格式設定 62 5.3.1 感測器之屬性資料檔案格式 62 5.3.2 感測器之監測資料格式設定 63 第六章 系統與案例展示 64 6.1 系統介紹與展示 64 6.1.1 系統操作說明 64 6.1.2 單一時間之功能說明 66 6.1.3 連續時間之功能說明 73 6.2 捷運隧道案例 76 6.2.1 案例說明 76 6.2.2 系統展示 78 6.2.2.1 現地模型與感測器於三維空間之呈現 78 6.2.2.2 最大與最小沈陷量之搜尋 80 6.2.2.3 沈陷量的歷史資訊--動態顯示 81 6.2.2.4 沈陷量之歷史資訊—XY散佈圖查詢 82 6.2.2.5 結論 83 6.3 室內環境溫度之監測 83 6.3.1 背景說明 83 6.3.2 系統展示 83 6.3.2.1 現地模型與感測器於三維空間之呈現 83 6.3.2.2 感測器之屬性、監測資料設定之呈現 84 6.3.2.2.1 最大、最小溫度之搜尋 85 6.3.2.2.2 區間值內監測溫度之搜尋 85 6.3.2.3 結論 86 第七章 結論與建議 88 7.1 結論 88 7.2 建議 89 參考文獻 92 附錄 A、Google Earth 95 附錄 B、KML標籤功能介紹 100 附錄 C、監測資料視覺化呈現系統之函式 108 作者簡介 133

[1]Ahmed F. Waly、Walid Y. Thabet,”A virtual construction environment for preconstruction planning”,2003.
[2]Zhaoyang Ma、Qiping Shen、Jianping Zhang,”Application of 4D for dynamic site layout and management of construction projects”,2005.
[3]K.W. Chau、M. Anson、J.P. Zhang,”Four-dimensional visualization of construction scheduling and site utilization”,2004.
[4] K.W. Chau、M. Anson、J.P. Zhang,”4D dynamic construction management and visualization software: 1. Development”,2005.
[5]K.W. Chau、M. Anson、J.P. Zhang,”4D dynamic construction management and visualization software: 2. Site trial”,2005.
[6]Julian H. Kang、Stuart D. Anderson、Mark J. Clayton,”Empirical study on the merit of web-based 4D visualization in collaborative construction planning and scheduling”,2007.
[7]Vineet R. Kamat,Julio C. Martinez,”Visualization simulated construction operations in 3D”,2001.
[8]Ting Huang、C.W. Kong、H.L. Guo、Andrew Baldwin、Heng Li,”A virtual prototyping system for simulating construction processes”,2007.
[9]Dino Bouchlaghem、Huiping Shang、Jennifer Whyte、Abdulkadir Ganah,”Visualization in architecture, engineering and construction(AEC)”,2005.
[10]朱奕齊(2008),“以營建三維模型元件庫為基礎之建模模式”,國立台灣科技大學營建工程系碩士學位論文
[11]王宇翔(2008),“三維視覺化之設施維護管理模式”,國立台灣科技大學營建工程系碩士學位論文
[12] Vineet R. Kamat,Julio C. Martinez,”Dynamic 3D visualization of articulated construction equipment”,2005.
[13] Mohamed A1-Hussein、Muhammad Athar Niaz、Haitao Yu、Hyoungkwan Kim,”Integrating 3D visualization and simulation for tower crane operations on construction sites”,2006.
[14]Phillip S. Dunston、Xiangyu Wang,”Mixed reality-based visualization interfaces for architecture, engineering, and construction industry”,2005.
[15]V.K Bansal、Mahesh Pal,”Potential of geographic information systems in building cost estimation and visuazliation”,2007.
[16]Denghua Zhong、Jingru Li、Huirong Zhu、Ligguang Song,”Geographic information system-based visual simulation methodology and its application in concrete dam construction processes”,2004.
[17]Robert R. Lipman,”Mobile 3D visualization for steel structures”,2004.
[18]C. Thelin、K.-G. Olsson,”Static behavior of a historic roof structure”,2005.
[19]嚴景瀛(2008),“應用虛擬實境技術建構結構實驗室虛擬訓練環境-以操作制動器執行反覆載重視驗為例”,國立台灣科技大學營建工程系碩士學位論文
[20]Aemal J. Khattak、Huda Shamayleh,”Highway safety assessment through geographic information system-based data visualization”,2005.
[21]Ping Yi、P.E.、Yingcai Xiao、Anthony Ciccolini、Greg Frommer、Dongning Zhang,”Rule-based model for traffic accident visualization and analysis”,2001.
[22]Vineet R. Kamat、Julio C. Martinez,”Dynamic three-dimensional visualization of fluid construction materials”,2004.
[23]Jeffrey D. Rieker、John W. Labadie,”GIS visualization and analysis of river operations impacts on endangered species habitat”,2006.
[24] Ahmad Rafi、Khairul Anuar、Abdul Samad、Maizatul Hayati、Mazlan Mahadzir,”Improving spatial ability using a web-based virtual environment(WbVE)”,2005.
[25] Sebastien Bund、Ellen Yi-Luen Do,”SPOT! Fetch light interactive navigable 3D visualization of direct sunlight,2005.
[26]宋俊宜(2007),“有限元素網格對開挖分析結果影響之評估方法初探”,國立 台灣科技大學營建工程系碩士學位論文
[27]Google SketchUp,「SketchUp(Sketch-Based 3D Design」,
http://www.sketchup.com.tw/Software.htm
[28]林弘倫(2007),“Web Services於防救災工程之應用與探討(以基隆市為例)」”,國立台灣科技大學營建工程系碩士學位論文
[29] Khronos Group: Open Standards For Media Authoring And
Acceleration ,「Collada_Overview」,http://www.khronos.org/collada/
[30] 黃禹澄,「以SOAP網路式服務建構分散式運算之高延展性自動化監測系統」,台灣科技大學營建工程系碩士學位論文,民國96年7月。
[31] Hardy, R. L. (1990). “Theory and applications of the multiquadrics – biharmonic method(20 years of discovery 1968-1988)” ,Computers and Mathematics with Applications, 19:163-208.
[32] 謝佑明 (2005), "地下車站施工 疊穴工法立法", 營建知訊 269 期, P. 36-45.

QR CODE