博碩士論文 102322097 詳細資訊




以作者查詢圖書館館藏 以作者查詢臺灣博碩士 以作者查詢全國書目 勘誤回報 、線上人數:48 、訪客IP:3.16.67.248
姓名 林泓邦(Lin, Hung-Pang)  查詢紙本館藏   畢業系所 土木工程學系
論文名稱 以空間資料庫輔助建築資訊模型資料處理與擴充研究
(A BIM Data Query and Extension Approach Using Spatial Database)
相關論文
★ 路權取得資料探勘與決策輔助工具設計之研究★ 以時空資料庫管理管線單位道路申挖許可之雛形系統研究
★ 關鍵基礎設施相依性模型設計與應用★ 應用RFID技術於室內空間防救災時的疏散指引系統之研究
★ 考量列車迴轉與擾動因子情況下高速鐵路系統最佳化排班設計之研究★ 應用資料探勘分群分類演算法與空間資料庫技術在鋪面裂縫影像辨識之初探
★ 以本體論建構工程程式設計課程之線上考試平台研究★ 結合遙測影像與GIS資料以資料挖掘 技術進行崩塌地辨識-以石門水庫集水區為例
★ 設計整合型手持式行動裝置平台於災害設施損毀資料收集研究★ 考量擾動因子情況下傳統鐵路時刻表建置合併於高速鐵路時刻表模型之回顧與探討
★ 關鍵基礎設施相依性分析:以竹科某晶圓廠區為例★ 建築資訊模型於火災原因調查流程的應用
★ Hadoop雲端平台在工程應用之探討研究★ 關鍵基礎設施投入產出停轉模型之回顧與應用
★ 擴展建築資訊模型於防救災應用:使用Revit平台★ 應用交通資料蒐集與發佈設備及資料探勘法協助觀光地區交通管理策略之研究:以桃園大溪老街為例
檔案 [Endnote RIS 格式]    [Bibtex 格式]    [相關文章]   [文章引用]   [完整記錄]   [館藏目錄]   [檢視]  [下載]
  1. 本電子論文使用權限為同意立即開放。
  2. 已達開放權限電子全文僅授權使用者為學術研究之目的,進行個人非營利性質之檢索、閱讀、列印。
  3. 請遵守中華民國著作權法之相關規定,切勿任意重製、散佈、改作、轉貼、播送,以免觸法。

摘要(中) 建築資訊模型(Building Information Modeling, BIM)是現代建築設計的新作法,比起過去以電腦輔助繪圖技術來進行建築設計,BIM除底層技術基於三度空間製圖外,所有建築元件亦可有豐富的屬性資訊,用來表達建築物設計或施工階段的各式資訊需求。當建築物進入完工與營運維護階段時,因建築物外觀與內部結構等主要特徵已確定,對應到BIM軟體內存放的建築物資料也應無異動。從資料庫的角度來看,因目前商用或開放軟體式之建築資訊模型軟體本質上為模型編修用,對於建築物模型與其元件的新增、修改與刪除等動作可謂常用功能,但一旦資料穩定卻有大量查詢需求時,目前BIM技術似無對此最佳化。由於BIM具有3D資料處理能力,本研究嘗試結合BIM與資料庫技術中空間資料處理能力著名的PostgreSQL+PostGIS,以截長補短的方式探討如何應付建築物營運維護階段的新資訊需求。首先將BIM的幾何資訊轉到空間資料庫,並利用資料庫查詢速度快的優勢,在空間資料庫內計算完之後傳回BIM元件ID做後續資訊應用。由於建築資訊模型的幾何計算占大部分的比例,所以利用本研究的方式,可以讓程式執行加快,並讓BIM更適用成為建築物營運維護階段的資訊管理中心。
摘要(英) The building information model (BIM) technology is a new way to design buildings, and every aspect of buildings can be stored in the BIM database. BIM changes not only the traditional design process but the project stakeholders’ responsibilities. Hence, other software applications such as facility management, disaster mitigation, and energy savings should use BIM as the base data representing their buildings and add customized functionalities into BIM so that the goal regarding comprehensive life cycle information management of buildings can be achieved. The spatial database technology is a new way to manage spatial-related data. Compared with other types of databases or technologies such as GIS, a spatial database can process each geometry data type very efficiently and effectively and utilize SQL-based, standardized spatial functions to provide advanced geometry calculation and data processing. Hence, this research aimed at synthesizing BIM and a renowned spatial database, i.e. PostgreSQL with PostGIS, to provide integrated data processing services such as query and attached files manipulation. A data transformation tool from a BIM authoring tool, i.e., Revit, to the spatial database has been developed and it utilizes the bounding box approach to transform each building element. The query performance has been significantly improved by using the synthesized approach and any types of related files can be attached to a set of selected elements. Similar to the index approach used in a typical database application, the proposed approach can provide a new way for facility management users to manipulate BIM and its extension data.
關鍵字(中) ★ 建築資訊模型
★ 空間資料庫
★ 方圓查詢
★ 方球查詢
★ 檔案處理
★ 包圍盒
關鍵字(英) ★ Building Information Model
★ BIM
★ Radius Search of Circle
★ Radius Search of Sphere
★ Spatial Database
★ Bounding Box
論文目次 目錄
摘要 i
Abstract ii
誌謝 iii
目錄 iv
圖目錄 vii
表目錄 xi
第一章 緒論 1
1.1 研究背景與動機 1
1.2 研究問題與目的 2
1.3 研究範圍與限制 2
1.4 研究流程 3
1.5 論文架構 4
第二章 文獻回顧 6
2.1 BIM 6
2.1.1 Autodesk Revit 7
2.1.2 Bentley-MicroStationArchitectureV8i 7
2.1.3 Trimble-Tekla Structures 7
2.2 空間資料庫 8
2.2.1 PostSQL 8
2.2.2 Geodatabase 9
2.3 開發環境與Microsoft Visual studio C# 9
2.4 小結 10
第三章 建築元件資料分流處理設計 11
3.1 前言 11
3.2 最小包圍盒化建築元件 14
3.3 資料庫結構設計 17
3.4 資料轉檔與匯出 18
3.4.1 取得Revit建築元件之幾何資料 18
3.4.2 建築元件匯出除錯 22
3.4.3 簡化建築元件並匯出之範例 25
3.5 空間資料庫之使用 26
3.6 數據分析 28
3.7 方圓與方球搜尋程式開發 30
3.7.1 方圓搜尋程式開發 32
3.7.2 方球搜尋程式開發 34
3.8 案例測試 37
3.8.1 案例測試一:捷運站模型 37
3.8.1 案例測試二: 公寓大樓模型 52
3.9 小結 59
第四章 建築元件附加檔案處理 60
4.1 前言 60
4.2 檔案資料庫結構設計 60
4.3 檔案操作之程式開發 61
4.4 案例測試 64
4.5 小結 73
第五章 結論與建議 74
5.1 結論 74
5.2 建議 74
5.2.1 開發層面建議: 75
5.2.2 應用層面建議: 76
5.3 貢獻 78
參考文獻 79
口試委員意見回應表 81
參考文獻 王淼、湯凱佩、曾義星,(2005),光達資料八分樹結構化於平面特徵萃取,Journal of Photogrammetry and Remote Sensing 航測及遙測學刊,10(1),59-70。
沈千量,(2013),GIS、BIM和IoT融合應用平台模式研究-以Google為例,國立臺灣大學管理學院臺大 – 復旦EMBA境外專班碩士論文,未出版,台北。
宋強、宋玲芝、康風舉、謝攀,(2009),包圍盒碰撞檢測算法應用研究,Computer Engineering and Applications 計算機工程與應用,45(24), 238-240。
張建平、李丁、胡振中,(2014),一種集成空間分解與佔用的精確碰撞檢測演算法及其在建築工程中的應用,ENGINEERING MECHANICS 工程力學,31(5),79-85。
陳俊嘉,(2014),BIM軟體之IFC相容性研究:以設施管理應用為例,國立中央大學土木工程學系碩士論文,未出版,桃園。
A. Scianna, & A. Ammiscato, (2010), Core Spatial Databases - Updating, maintenance and Services - from Theory to Practice, ISPRS Archive, 38, Part 4-8-2-W9.
Andre Borrmann, & Ernst Rank, (2009), Topological analysis of 3D building models using a spatial query language, Advanced Engineering Informatics, 23 , 370-385.
Autodesk, (n. d.), Revit 2012 API Developer′s Guide, Autodesk Revit 2013 Help. Retrieved from http://help.autodesk.com/view/RVT/2013/ENU/ (May 27, 2015).
Martin Breunig, & SisiZlatanova, (2011), 3D geo-database research: Retrospective and future directions, Computers & Geosciences, 37, 791-803.
Mohamed Sherif and Hatem Abdul-Kader, (2011), Novel Robust Multilevel 3D Visualization
Technique for Web Based GIS, The International Arab Journal of Information Technology, 8(1), 59-65.
Moock, (n. d.), moock.org lectures, moock.org lectures model/view/controller in actionscript. Retrieved from http://www.moock.org/lectures/mvc/ (June 1, 2015).
PostGIS,(n. d.), PostGIS Reference, PostGIS 2.1.8dev Manual (chap. 8). Retrieved from http://postgis.net/docs/index.html (May 27, 2015).
Q-cad, (n. d.), Revit 3D Samples, Revit BIM Samples (RVT), Retrieved from http://www.q-cad.com/samples/revit-3d/revit-3d-samples (June 3, 2015).
Simon Daum, & Andre Borrmann, (2014), Processing of Topological BIM Queries using Boundary Representation Based Methods, Advanced Engineering Informatic, 28, 272-286.
Wiet Mazairac, & Jakob Beetz, (2013), BIMQL - An open query language for building information models, Advanced Engineering Informatics, 27, 444-456.
Yao Wang, Yan-juan Hu, Jiu-chen Fan, Yu-feng Zhang, & Qi-jiu Zhang, (2012). Collision Detection Based on Bounding Box for NC Machining Simulation, Physics Procedia, 24, 247-252.
指導教授 周建成 審核日期 2015-7-16
推文 facebook   plurk   twitter   funp   google   live   udn   HD   myshare   reddit   netvibes   friend   youpush   delicious   baidu   
網路書籤 Google bookmarks   del.icio.us   hemidemi   myshare   

若有論文相關問題,請聯絡國立中央大學圖書館推廣服務組 TEL:(03)422-7151轉57407,或E-mail聯絡  - 隱私權政策聲明