{"title":"从二维 CAD 图纸生成建筑信息模型的哈希方法","authors":"Kyungjin Kang;Ilkyeun Ra;Sangoh Park","doi":"10.1109/ACCESS.2024.3472610","DOIUrl":null,"url":null,"abstract":"A building information model (BIM) encompasses the essential information required for a building’s entire lifecycle, based on a 3D model. However, because building design begins with spatial planning, the initial design is based on a 2D plane. Furthermore, introducing BIM to general buildings is not effective in terms of modeling because of the design cost and the inherent 2D structure of older buildings. Consequently, research conducted over the past few years aimed to automatically generate 3D models from 2D drawings; however, the performance is limited in terms of data structure and methodology. Therefore, this study proposes a method that generates 3D information necessary for generating BIM models from 2D drawings using 2D hash-based data structures and planar graph analysis to resolve the above problem. Time and spatial complexities for planar graph generation from drawings consisting of n line segments among the proposed methods are \n<inline-formula> <tex-math>$O(kn)$ </tex-math></inline-formula>\n and \n<inline-formula> <tex-math>$O(n)$ </tex-math></inline-formula>\n, respectively, where n is the number of the lines in drawing, k satisfies \n<inline-formula> <tex-math>$E(p)\\leq k \\leq n$ </tex-math></inline-formula>\n, and \n<inline-formula> <tex-math>$E(p)$ </tex-math></inline-formula>\n denotes the average number of intersections in each hash cell. By applying it to 2D drawing data used in actual architectures, a 3D model could be developed with approximately 2.9% effort compared to the entire 2D drawing being modeled by a worker. This enables designers unfamiliar with BIM environments to conveniently obtain IFC files containing BIM models and then utilize BIM software to harness 3D information.","PeriodicalId":13079,"journal":{"name":"IEEE Access","volume":"12 ","pages":"147065-147072"},"PeriodicalIF":3.4000,"publicationDate":"2024-10-03","publicationTypes":"Journal Article","fieldsOfStudy":null,"isOpenAccess":false,"openAccessPdf":"https://ieeexplore.ieee.org/stamp/stamp.jsp?tp=&arnumber=10704629","citationCount":"0","resultStr":"{\"title\":\"Hash-Based Method for Generating Building Information Models From 2D CAD Drawings\",\"authors\":\"Kyungjin Kang;Ilkyeun Ra;Sangoh Park\",\"doi\":\"10.1109/ACCESS.2024.3472610\",\"DOIUrl\":null,\"url\":null,\"abstract\":\"A building information model (BIM) encompasses the essential information required for a building’s entire lifecycle, based on a 3D model. However, because building design begins with spatial planning, the initial design is based on a 2D plane. Furthermore, introducing BIM to general buildings is not effective in terms of modeling because of the design cost and the inherent 2D structure of older buildings. Consequently, research conducted over the past few years aimed to automatically generate 3D models from 2D drawings; however, the performance is limited in terms of data structure and methodology. Therefore, this study proposes a method that generates 3D information necessary for generating BIM models from 2D drawings using 2D hash-based data structures and planar graph analysis to resolve the above problem. Time and spatial complexities for planar graph generation from drawings consisting of n line segments among the proposed methods are \\n<inline-formula> <tex-math>$O(kn)$ </tex-math></inline-formula>\\n and \\n<inline-formula> <tex-math>$O(n)$ </tex-math></inline-formula>\\n, respectively, where n is the number of the lines in drawing, k satisfies \\n<inline-formula> <tex-math>$E(p)\\\\leq k \\\\leq n$ </tex-math></inline-formula>\\n, and \\n<inline-formula> <tex-math>$E(p)$ </tex-math></inline-formula>\\n denotes the average number of intersections in each hash cell. By applying it to 2D drawing data used in actual architectures, a 3D model could be developed with approximately 2.9% effort compared to the entire 2D drawing being modeled by a worker. This enables designers unfamiliar with BIM environments to conveniently obtain IFC files containing BIM models and then utilize BIM software to harness 3D information.\",\"PeriodicalId\":13079,\"journal\":{\"name\":\"IEEE Access\",\"volume\":\"12 \",\"pages\":\"147065-147072\"},\"PeriodicalIF\":3.4000,\"publicationDate\":\"2024-10-03\",\"publicationTypes\":\"Journal Article\",\"fieldsOfStudy\":null,\"isOpenAccess\":false,\"openAccessPdf\":\"https://ieeexplore.ieee.org/stamp/stamp.jsp?tp=&arnumber=10704629\",\"citationCount\":\"0\",\"resultStr\":null,\"platform\":\"Semanticscholar\",\"paperid\":null,\"PeriodicalName\":\"IEEE Access\",\"FirstCategoryId\":\"94\",\"ListUrlMain\":\"https://ieeexplore.ieee.org/document/10704629/\",\"RegionNum\":3,\"RegionCategory\":\"计算机科学\",\"ArticlePicture\":[],\"TitleCN\":null,\"AbstractTextCN\":null,\"PMCID\":null,\"EPubDate\":\"\",\"PubModel\":\"\",\"JCR\":\"Q2\",\"JCRName\":\"COMPUTER SCIENCE, INFORMATION SYSTEMS\",\"Score\":null,\"Total\":0}","platform":"Semanticscholar","paperid":null,"PeriodicalName":"IEEE Access","FirstCategoryId":"94","ListUrlMain":"https://ieeexplore.ieee.org/document/10704629/","RegionNum":3,"RegionCategory":"计算机科学","ArticlePicture":[],"TitleCN":null,"AbstractTextCN":null,"PMCID":null,"EPubDate":"","PubModel":"","JCR":"Q2","JCRName":"COMPUTER SCIENCE, INFORMATION SYSTEMS","Score":null,"Total":0}
引用次数: 0
摘要
建筑信息模型(BIM)以三维模型为基础,包含了建筑整个生命周期所需的基本信息。然而,由于建筑设计始于空间规划,最初的设计基于二维平面。此外,由于设计成本和老式建筑固有的二维结构,将 BIM 引入普通建筑的建模效果并不理想。因此,过去几年开展的研究旨在从二维图纸自动生成三维模型,但在数据结构和方法论方面性能有限。因此,本研究提出了一种方法,利用基于哈希的二维数据结构和平面图分析,从二维图纸生成生成 BIM 模型所需的三维信息,以解决上述问题。在所提出的方法中,从由 n 条线段组成的图纸生成平面图的时间复杂度和空间复杂度分别为 $O(kn)$ 和 $O(n)$ ,其中 n 为图纸中的线段数,k 满足 $E(p)\leq k \leq n$ ,$E(p)$ 表示每个哈希单元中的平均交叉点数。通过将其应用于实际建筑中使用的 2D 图纸数据,与工人对整个 2D 图纸进行建模相比,只需花费大约 2.9% 的精力即可开发出 3D 模型。这样,不熟悉 BIM 环境的设计人员就能方便地获取包含 BIM 模型的 IFC 文件,然后利用 BIM 软件来利用三维信息。
Hash-Based Method for Generating Building Information Models From 2D CAD Drawings
A building information model (BIM) encompasses the essential information required for a building’s entire lifecycle, based on a 3D model. However, because building design begins with spatial planning, the initial design is based on a 2D plane. Furthermore, introducing BIM to general buildings is not effective in terms of modeling because of the design cost and the inherent 2D structure of older buildings. Consequently, research conducted over the past few years aimed to automatically generate 3D models from 2D drawings; however, the performance is limited in terms of data structure and methodology. Therefore, this study proposes a method that generates 3D information necessary for generating BIM models from 2D drawings using 2D hash-based data structures and planar graph analysis to resolve the above problem. Time and spatial complexities for planar graph generation from drawings consisting of n line segments among the proposed methods are
$O(kn)$
and
$O(n)$
, respectively, where n is the number of the lines in drawing, k satisfies
$E(p)\leq k \leq n$
, and
$E(p)$
denotes the average number of intersections in each hash cell. By applying it to 2D drawing data used in actual architectures, a 3D model could be developed with approximately 2.9% effort compared to the entire 2D drawing being modeled by a worker. This enables designers unfamiliar with BIM environments to conveniently obtain IFC files containing BIM models and then utilize BIM software to harness 3D information.
IEEE AccessCOMPUTER SCIENCE, INFORMATION SYSTEMSENGIN-ENGINEERING, ELECTRICAL & ELECTRONIC
CiteScore
9.80
自引率
7.70%
发文量
6673
审稿时长
6 weeks
期刊介绍:
IEEE Access® is a multidisciplinary, open access (OA), applications-oriented, all-electronic archival journal that continuously presents the results of original research or development across all of IEEE''s fields of interest.
IEEE Access will publish articles that are of high interest to readers, original, technically correct, and clearly presented. Supported by author publication charges (APC), its hallmarks are a rapid peer review and publication process with open access to all readers. Unlike IEEE''s traditional Transactions or Journals, reviews are "binary", in that reviewers will either Accept or Reject an article in the form it is submitted in order to achieve rapid turnaround. Especially encouraged are submissions on:
Multidisciplinary topics, or applications-oriented articles and negative results that do not fit within the scope of IEEE''s traditional journals.
Practical articles discussing new experiments or measurement techniques, interesting solutions to engineering.
Development of new or improved fabrication or manufacturing techniques.
Reviews or survey articles of new or evolving fields oriented to assist others in understanding the new area.