技术领域technical field
本发明涉及一种生成三维建筑模型的方法,特别是涉及一种基于二维CAD图纸快速生成三维建筑模型的方法,属于计算机图形处理技术领域。The invention relates to a method for generating a three-dimensional architectural model, in particular to a method for rapidly generating a three-dimensional architectural model based on a two-dimensional CAD drawing, and belongs to the technical field of computer graphics processing.
背景技术Background technique
当随着科学技术的快速发展,公安、消防、军事等领域对复杂空间区域的人员精准定位的需求日益明显增加,但定位精准还要依托于准确的三维建筑模型。目前三维建筑模型的设计方法有很多,常见方法有以下几种:With the rapid development of science and technology, the demand for accurate positioning of personnel in complex spatial areas in the fields of public security, fire protection, and military affairs has increased significantly, but accurate positioning depends on accurate 3D building models. At present, there are many design methods for 3D architectural models, and the common methods are as follows:
三维设计软件建模3D design software modeling
专业设计人员通过三维设计软件完成建筑模型的三维建模,通过输出一定格式三维模型再导入到需要使用的三维场景系统中,该方法的优点是可以通过渲染使建筑模型比较逼真,还可以人工对模型进行再次修改;缺点是该方法需要专业的设计人员了解建模知识,并且需要设计人员消耗大量时间精力来设计,对建模人员的专业技能要求较高。Professional designers use 3D design software to complete the 3D modeling of the architectural model, and then import the 3D model in a certain format into the 3D scene system that needs to be used. The model is modified again; the disadvantage is that this method requires professional designers to understand modeling knowledge, and requires designers to spend a lot of time and energy to design, and requires high professional skills of modelers.
基于二维模型导入Import based on 2D model
设计人员通过解析一定格式的二维建筑模型数据,通过三维设计软件的拉伸、旋转等操作实现三维建筑模型的构建。该方法的优点是可以生成与二维图纸几乎一样的三维模型;但该方法的缺点是无法区分数据对象所对应的实体,存在数据冗余并且无法针对指定的对象做场景重现,比如楼梯、消防栓、安全出口等,所以无法满足专业场景构建的需求。By analyzing the two-dimensional architectural model data in a certain format, the designer realizes the construction of the three-dimensional architectural model through operations such as stretching and rotation of the three-dimensional design software. The advantage of this method is that it can generate a 3D model that is almost the same as a 2D drawing; but the disadvantage of this method is that it cannot distinguish the entity corresponding to the data object, there is data redundancy, and it is impossible to reproduce the scene for the specified object, such as stairs, Fire hydrants, safety exits, etc., so it cannot meet the needs of professional scene construction.
发明内容Contents of the invention
针对上述现有技术的缺陷,本发明提供了一种基于二维CAD图纸快速生成三维建筑模型的方法,解决现有技术设计或者生成三维建筑模型难度大、效率低、模型数据冗余等问题。Aiming at the defects of the above-mentioned prior art, the present invention provides a method for quickly generating a three-dimensional architectural model based on two-dimensional CAD drawings, which solves the problems of difficulty in designing or generating a three-dimensional architectural model, low efficiency, and redundant model data in the prior art.
本发明技术方案如下:一种基于二维CAD图纸快速生成三维建筑模型的方法,包括以下步骤:S101、将单个楼层的建筑平面图导入二维软件;S102、获取当前建筑平面图的图层信息;S103、根据预先设定的特征要素,对图层进行分类;S104、根据特征要素提取对应图层中具体特征要素的模型信息;S105、以结构化文件输出包含特征要素的模型信息的特征要素数据文件;S106、判断是否已完成所有楼层的特征要素数据文件输出,如果已完成则进入S201,如果未完成则返回S101;S201、导入所有楼层的特征要素数据文件;S202、通过解析特征要素数据文件识别各个特征要素的模型信息;S203、根据特征要素的模型信息生成各特征要素的模型并得到相应的建筑模型。The technical scheme of the present invention is as follows: a method for rapidly generating a three-dimensional building model based on two-dimensional CAD drawings, comprising the following steps: S101, importing the building plan of a single floor into two-dimensional software; S102, obtaining the layer information of the current building plan; S103 1. Classify the layers according to the preset characteristic elements; S104, extract the model information of the specific characteristic elements in the corresponding layer according to the characteristic elements; S105, output the characteristic element data files containing the model information of the characteristic elements with structured files ; S106, judging whether the feature element data file output of all floors has been completed, if completed, then enter S201, if not completed, then return to S101; S201, import the feature element data files of all floors; S202, identify by analyzing the feature element data file Model information of each characteristic element; S203, generate a model of each characteristic element according to the model information of the characteristic element and obtain a corresponding building model.
优选的,所述预先设定的特征要素包括墙体、门窗、楼梯、安全出口和重点设施。Preferably, the preset characteristic elements include walls, doors and windows, stairs, safety exits and key facilities.
优选的,所述特征要素的模型信息包括特征要素的点、线、多线段和块的信息。Preferably, the model information of the feature element includes information of points, lines, polyline segments and blocks of the feature element.
进一步的,所述点、线、多线段和块的信息包括点、线、多线段和块的坐标。Further, the information of the points, lines, polylines and blocks includes coordinates of the points, lines, polylines and blocks.
进一步的,所述步骤S106、判断是否已完成所有楼层的特征要素数据文件输出时根据楼层数量进行判断。Further, the step S106, when judging whether the output of the feature element data files of all floors has been completed, is judged according to the number of floors.
优选的,所述特征要素数据文件包括建筑物名称、楼层数和楼高信息。Preferably, the feature element data file includes building name, number of floors and building height information.
本发明所提供的技术方案的优点在于:利用建筑物各楼层的二维建筑图输出图纸中相应墙体、门窗、楼梯、安全出口和重点设施等建筑特征要素的模型信息并构建结构化文件,再利用三维设计软件从结构化文件自动提取建筑特征要素的模型信息快速生成对应三维建筑模型,该方法可应用于公安、消防、军事等领域,解决重点、复杂等类型建筑物的三维模型快速、批量生成的难题,为复杂空间区域的人员精准定位提供支撑。The advantage of the technical solution provided by the present invention is: use the two-dimensional architectural drawings of each floor of the building to output the model information of the architectural feature elements such as the corresponding walls, doors and windows, stairs, safety exits and key facilities in the drawings and construct structured files, Then use the 3D design software to automatically extract the model information of the architectural feature elements from the structured file to quickly generate the corresponding 3D building model. This method can be applied to the fields of public security, fire protection, military, etc., to solve the 3D model of key and complex buildings quickly and efficiently. The problem of batch generation provides support for the precise positioning of personnel in complex spatial areas.
附图说明Description of drawings
图1为二维软件输出特征要素数据文件的总体流程图。Figure 1 is the overall flow chart of the two-dimensional software outputting feature element data files.
图2为楼层建筑平面图。Figure 2 is a floor plan of the building.
图3为三维设计软件生成建筑模型的总流程图。Figure 3 is a general flowchart of building model generation by 3D design software.
图4为实施例生成的三维建筑模型示意图。Fig. 4 is a schematic diagram of a three-dimensional building model generated by the embodiment.
具体实施方式Detailed ways
下面结合实施例对本发明作进一步说明,但不作为对本发明的限定。The present invention will be further described below in conjunction with the examples, but not as a limitation of the present invention.
请结合图1至图4所示,本实施例所涉及的基于二维CAD图纸快速生成三维建筑模型的方法以AutoCAD2014与Unity3D结合实现二维图纸生成三维模型。AtuoCAD是建筑行业中常用的设计软件,其提供VisualLisp、VBA和ObjectARX等多种二次开发方式,本实施例的基于二维CAD图纸快速生成三维建筑模型的方法的对于二维图纸的处理是利用VS2010与AutoCAD2014结合开发,具体采用C#.NET平台进行开发的。图1示出了输出特征要素数据文件的总体流程,具体包括以下步骤:Please refer to FIG. 1 to FIG. 4, the method for quickly generating a three-dimensional building model based on two-dimensional CAD drawings involved in this embodiment uses AutoCAD2014 and Unity3D to realize the generation of three-dimensional models from two-dimensional drawings. AtuoCAD is a commonly used design software in the construction industry. It provides multiple secondary development methods such as VisualLisp, VBA and ObjectARX. The method for quickly generating a three-dimensional building model based on two-dimensional CAD drawings in this embodiment is used to process two-dimensional drawings. The combination of VS2010 and AutoCAD2014 is developed, specifically using the C#.NET platform for development. Figure 1 shows the overall process of outputting feature element data files, which specifically includes the following steps:
S101、导入楼层图纸:将如图2所示的单个楼层建筑平面图加载到AutoCAD软件中,本实施例开发的应用首先加载AutoCAD的acdbmgb.dll与acmgb.dll作为引用文件,包含了.NET API中所有的外包类,通过AtuoCAD自定义菜单与[CommandMethod("XXX")]字符关联调出主界面。S101. Import floor drawings: load the floor plan of a single floor as shown in Figure 2 into the AutoCAD software, the application developed in this embodiment first loads acdbmgb.dll and acmgb.dll of AutoCAD as reference files, which include the .NET API For all outsourced classes, the main interface can be called out by associating the AtuoCAD custom menu with [CommandMethod("XXX")] characters.
S102、提取图层信息:获取当前楼层建筑平面图的图层信息。通过主界面读取当前楼层建筑平面图的图层LayerTable信息,以列表形式展示并可以通过控制显隐来直观感受图层所对应的特征要素。特征要素主要包括墙体Wall、门窗Window、楼梯Stair、安全出口Exit和重点设施Equipment等预先设定的建筑要素。S102. Extracting layer information: obtaining layer information of the building plan of the current floor. Read the layer LayerTable information of the building plan of the current floor through the main interface, display it in the form of a list, and intuitively feel the characteristic elements corresponding to the layer by controlling the display and hiding. The characteristic elements mainly include pre-set architectural elements such as Wall, Windows, Stairs, Exit, and Key Facilities.
S103、图层要素分类:将具有相同特征要素的图层集合为一个类别,每个类别对应一个特征要素。即将所有绘制有墙体Wall的图层集合为一类,将所有绘制有门窗Window的图层集合为一类,等等。S103. Classification of layer elements: group layers with the same feature elements into a category, and each category corresponds to a feature element. That is to say, all layers drawn with walls are grouped into one class, all layers drawn with windows and doors are grouped into one class, and so on.
S104、提取要素信息:根据特征要素提取对应图层中具体特征要素的点Point3d、线Line、多线段Polyline和块BlockReference等模型信息,例如绘制有墙体Wall的图层则提取了墙体Wall的点、线、多线段和块等模型信息,绘制有门窗Window的图层提取了门窗Window的点、线、多线段和块等模型信息,等等。这些点、线、多线段和块的模型信息包含了点、线、多线段和块的坐标。S104, extract feature information: extract model information such as point Point3d, line Line, multi-line segment Polyline and block BlockReference of specific feature features in the corresponding layer according to feature features, for example, a layer with a wall Wall is drawn and the wall Wall is extracted Model information such as points, lines, polylines, and blocks. The layer drawn with windows and doors extracts model information such as points, lines, polylines, and blocks of windows and doors, and so on. The model information of these points, lines, polylines and blocks contains the coordinates of the points, lines, polylines and blocks.
S105、输出特征要素数据文件:通过建筑物名称、楼层数和楼高等信息结合特征要素的模型信息以XML文件形式输出特征要素数据文件。S105. Outputting the feature element data file: outputting the feature element data file in the form of an XML file by combining information such as the building name, the number of floors, and the height of the building with the model information of the feature element.
S106、根据建筑物楼层数量判断是否已完成所有楼层的特征要素数据文件输出,如果已完成则结束流程,如果未完成则回到S101导入其他楼层图纸。S106. Judging whether the output of characteristic element data files of all floors has been completed according to the number of floors of the building. If completed, the process is ended. If not completed, return to S101 to import drawings of other floors.
本实施例的基于二维CAD图纸快速生成三维建筑模型的方法的三维建筑模型的生成是以三维渲染效果较好的Unity3D为例,Unity3D方便的脚本编译接口,结合VS2010可快速部署开发环境。图3示出了三维设计软件生成建筑模型的总流程图,具体步骤如下:The method for quickly generating a 3D architectural model based on 2D CAD drawings in this embodiment uses Unity3D, which has a better 3D rendering effect, as an example for the generation of a 3D architectural model. The convenient script compilation interface of Unity3D, combined with VS2010, can quickly deploy the development environment. Fig. 3 shows the general flow chart of the building model generated by the 3D design software, and the specific steps are as follows:
S201、导入所有楼层的特征要素数据文件;S201, importing feature element data files of all floors;
S202、解析特征要素:通过解析结构化特征要素数据文件识别各个特征要素的模型信息,由此获得各个特征要素对应的点、线、多线段和块的坐标。S202. Analyzing the characteristic elements: identifying the model information of each characteristic element by analyzing the structured characteristic element data file, thereby obtaining the coordinates of points, lines, polyline segments and blocks corresponding to each characteristic element.
S203、生成建筑模型:利用解析特征要素数据文件获得的各个特征要素对应的点、线、多线段和块的坐标,并依据对应的特征要素生成相应建筑模型。在Unity3D世界中Object形状由Mesh元素决定,而Mesh通过坐标点绘制而成。因此由墙这个特征要素对应的点、线、多线段和块的坐标赋值给墙对应的Mesh即可绘制墙的Mesh元素,进而生成墙Object的形状,其他所有的特征要素均作相同处理,结合建筑物名称、楼层和楼高等信息从而构建出整个三维建筑模型。最后通过材质设置Material以使三维建筑模型更加逼真,最终效果如附图4所示。S203. Generate a building model: use the coordinates of points, lines, polylines, and blocks corresponding to each feature element obtained by analyzing the feature element data file, and generate a corresponding building model according to the corresponding feature element. In the Unity3D world, the shape of the Object is determined by the Mesh element, and the Mesh is drawn by coordinate points. Therefore, by assigning the coordinates of the point, line, multi-line segment and block corresponding to the feature element of the wall to the Mesh corresponding to the wall, the Mesh element of the wall can be drawn, and then the shape of the wall object is generated. All other feature elements are treated in the same way, combined Information such as building names, floors, and building heights are used to construct the entire 3D building model. Finally, set the Material through the material to make the 3D architectural model more realistic, and the final effect is shown in Figure 4.
| Application Number | Priority Date | Filing Date | Title |
|---|---|---|---|
| CN201810308770.0ACN108597026A (en) | 2018-04-09 | 2018-04-09 | A method of three-dimensional building model is quickly generated based on two-dintension CAD drawing |
| Application Number | Priority Date | Filing Date | Title |
|---|---|---|---|
| CN201810308770.0ACN108597026A (en) | 2018-04-09 | 2018-04-09 | A method of three-dimensional building model is quickly generated based on two-dintension CAD drawing |
| Publication Number | Publication Date |
|---|---|
| CN108597026Atrue CN108597026A (en) | 2018-09-28 |
| Application Number | Title | Priority Date | Filing Date |
|---|---|---|---|
| CN201810308770.0APendingCN108597026A (en) | 2018-04-09 | 2018-04-09 | A method of three-dimensional building model is quickly generated based on two-dintension CAD drawing |
| Country | Link |
|---|---|
| CN (1) | CN108597026A (en) |
| Publication number | Priority date | Publication date | Assignee | Title |
|---|---|---|---|---|
| CN109448091A (en)* | 2018-11-12 | 2019-03-08 | 广东工业大学 | Information extracting method, device, system and the storage medium of CAD engineering drawing |
| CN109583009A (en)* | 2018-10-18 | 2019-04-05 | 广东三维家信息科技有限公司 | One kind creating 3-D abnormal plate method based on X-Y scheme |
| CN109710963A (en)* | 2018-11-05 | 2019-05-03 | 陈树铭 | 3D rapid modeling system and method based on architectural 2D CAD drawings |
| CN109754460A (en)* | 2018-12-27 | 2019-05-14 | 福建省晨曦信息科技股份有限公司 | A kind of automatic overmolded method, electronic equipment and storage medium |
| CN109885975A (en)* | 2019-03-25 | 2019-06-14 | 陕西鑫雨节能科技有限公司 | Continuous beam prestress pipe model treatment method and system |
| CN110706347A (en)* | 2019-10-10 | 2020-01-17 | 江苏风寰科技有限公司 | Implementation method for creating 3D building model through wire frame diagram of building |
| CN110738596A (en)* | 2019-10-10 | 2020-01-31 | 成都考拉悠然科技有限公司 | method for importing CAD engineering graphic element into three-dimensional map |
| CN110807213A (en)* | 2019-09-30 | 2020-02-18 | 万翼科技有限公司 | Method and related device for constructing three-dimensional BIM model elevation map |
| CN111046459A (en)* | 2019-11-15 | 2020-04-21 | 广州凡拓动漫科技有限公司 | Building model image design method based on 3D software |
| CN111753344A (en)* | 2020-06-30 | 2020-10-09 | 广东天元建筑设计有限公司 | Generation method of assembly type component data set, CAD platform and storage medium |
| CN112330791A (en)* | 2020-09-18 | 2021-02-05 | 广州中望龙腾软件股份有限公司 | Three-dimensional model creation method, intelligent terminal and storage device |
| CN112651373A (en)* | 2021-01-04 | 2021-04-13 | 广联达科技股份有限公司 | Identification method and device for text information of construction drawing |
| CN112906088A (en)* | 2021-02-03 | 2021-06-04 | 嘉博联合设计股份有限公司 | Automatic CAD (auto computer aided design) -based automatic deployment method and system for fire-fighting spray header |
| CN113094787A (en)* | 2021-04-06 | 2021-07-09 | 万翼科技有限公司 | Construction drawing datamation method and device based on drawing POI and electronic equipment |
| CN113094786A (en)* | 2021-04-06 | 2021-07-09 | 万翼科技有限公司 | Construction drawing structured organization method and device based on drawing POI |
| CN113377708A (en)* | 2021-06-09 | 2021-09-10 | 深圳须弥云图空间科技有限公司 | Method and device for converting two-dimensional design drawing into three-dimensional design drawing |
| CN114065344A (en)* | 2021-11-11 | 2022-02-18 | 北京神州安信科技股份有限公司 | An automatic modeling method based on OSG and CAD building plans |
| CN114283441A (en)* | 2021-12-18 | 2022-04-05 | 中国铁道科学研究院集团有限公司电子计算技术研究所 | Two-dimensional drawing recognition modeling method and device suitable for railway passenger station |
| WO2022135347A1 (en)* | 2020-12-22 | 2022-06-30 | 中兴通讯股份有限公司 | Data center 3d modeling method and apparatus, electronic device, and storage medium |
| CN115630421A (en)* | 2022-10-12 | 2023-01-20 | 中建三局集团有限公司 | A Method of Quickly Extracting CAD Drawing Information and Generating Plan View Based on Revit Software |
| CN116796401A (en)* | 2023-05-19 | 2023-09-22 | 中交路桥建设有限公司 | Method, system and electronic equipment for rapidly modeling building engineering structure |
| CN119359958A (en)* | 2024-12-25 | 2025-01-24 | 江苏金寓信息科技有限公司 | A method, device, medium and equipment for generating a subspace three-dimensional model based on CAD drawings |
| Publication number | Priority date | Publication date | Assignee | Title |
|---|---|---|---|---|
| CN101763656A (en)* | 2010-01-28 | 2010-06-30 | 北京航空航天大学 | Construction and display control method for floor and house division model of three-dimensional urban building |
| CN102855668A (en)* | 2012-08-06 | 2013-01-02 | 上海中和软件有限公司 | Three-dimensional reconstruction and visualization method for engineering drawings |
| CN103150751A (en)* | 2013-01-10 | 2013-06-12 | 江苏易图地理信息工程有限公司 | Three-dimensional modeling method for achieving building inside and outside integration in digital map |
| CN103886631A (en)* | 2014-02-21 | 2014-06-25 | 浙江大学 | Three-dimensional virtual indoor display system based on mobile equipment |
| CN103942388A (en)* | 2014-04-18 | 2014-07-23 | 重庆市勘测院 | Large-scale building information model and three-dimensional digital city integration method |
| CN104318607A (en)* | 2014-09-29 | 2015-01-28 | 陈奕 | Method for converting two-dimensional building image into three-dimensional structure |
| CN105138780A (en)* | 2015-09-01 | 2015-12-09 | 北京海颐威工程技术有限公司 | Device for rapidly establishing three-dimensional building information model |
| CN105654545A (en)* | 2014-11-18 | 2016-06-08 | 苏州美谷视典软件科技有限公司 | Construction and hierarchical display control method for 3D interactive villa type |
| CN105788001A (en)* | 2014-12-19 | 2016-07-20 | 镇江雅迅软件有限责任公司 | 2D drawing-to-3D model data conversion method |
| CN105913372A (en)* | 2016-04-05 | 2016-08-31 | 厦门汇利伟业科技有限公司 | Two-dimensional room plane graph to three-dimensional graph conversion method and system thereof |
| CN105976426A (en)* | 2016-04-27 | 2016-09-28 | 中国电子科技集团公司第二十八研究所 | Rapid three-dimensional ground object model construction method |
| CN107004297A (en)* | 2014-11-28 | 2017-08-01 | 株式会社鄂本贝斯 | Three-dimensional automatic stereo modeling method and program based on 2 d plane picture |
| Publication number | Priority date | Publication date | Assignee | Title |
|---|---|---|---|---|
| CN101763656A (en)* | 2010-01-28 | 2010-06-30 | 北京航空航天大学 | Construction and display control method for floor and house division model of three-dimensional urban building |
| CN102855668A (en)* | 2012-08-06 | 2013-01-02 | 上海中和软件有限公司 | Three-dimensional reconstruction and visualization method for engineering drawings |
| CN103150751A (en)* | 2013-01-10 | 2013-06-12 | 江苏易图地理信息工程有限公司 | Three-dimensional modeling method for achieving building inside and outside integration in digital map |
| CN103886631A (en)* | 2014-02-21 | 2014-06-25 | 浙江大学 | Three-dimensional virtual indoor display system based on mobile equipment |
| CN103942388A (en)* | 2014-04-18 | 2014-07-23 | 重庆市勘测院 | Large-scale building information model and three-dimensional digital city integration method |
| CN104318607A (en)* | 2014-09-29 | 2015-01-28 | 陈奕 | Method for converting two-dimensional building image into three-dimensional structure |
| CN105654545A (en)* | 2014-11-18 | 2016-06-08 | 苏州美谷视典软件科技有限公司 | Construction and hierarchical display control method for 3D interactive villa type |
| CN107004297A (en)* | 2014-11-28 | 2017-08-01 | 株式会社鄂本贝斯 | Three-dimensional automatic stereo modeling method and program based on 2 d plane picture |
| CN105788001A (en)* | 2014-12-19 | 2016-07-20 | 镇江雅迅软件有限责任公司 | 2D drawing-to-3D model data conversion method |
| CN105138780A (en)* | 2015-09-01 | 2015-12-09 | 北京海颐威工程技术有限公司 | Device for rapidly establishing three-dimensional building information model |
| CN105913372A (en)* | 2016-04-05 | 2016-08-31 | 厦门汇利伟业科技有限公司 | Two-dimensional room plane graph to three-dimensional graph conversion method and system thereof |
| CN105976426A (en)* | 2016-04-27 | 2016-09-28 | 中国电子科技集团公司第二十八研究所 | Rapid three-dimensional ground object model construction method |
| Title |
|---|
| 翟晓庆: "二维工程图的智能理解与三维重建研究", 《中国优秀硕士学位论文全文数据库 工程科技Ⅱ辑》* |
| Publication number | Priority date | Publication date | Assignee | Title |
|---|---|---|---|---|
| CN109583009A (en)* | 2018-10-18 | 2019-04-05 | 广东三维家信息科技有限公司 | One kind creating 3-D abnormal plate method based on X-Y scheme |
| CN109710963B (en)* | 2018-11-05 | 2022-11-29 | 陈树铭 | 3D Rapid Modeling System and Method Based on 2D CAD Drawings of Buildings |
| CN109710963A (en)* | 2018-11-05 | 2019-05-03 | 陈树铭 | 3D rapid modeling system and method based on architectural 2D CAD drawings |
| CN109448091B (en)* | 2018-11-12 | 2023-05-05 | 广东工业大学 | Information extraction method, device and system of CAD engineering drawing and storage medium |
| CN109448091A (en)* | 2018-11-12 | 2019-03-08 | 广东工业大学 | Information extracting method, device, system and the storage medium of CAD engineering drawing |
| CN109754460A (en)* | 2018-12-27 | 2019-05-14 | 福建省晨曦信息科技股份有限公司 | A kind of automatic overmolded method, electronic equipment and storage medium |
| CN109754460B (en)* | 2018-12-27 | 2022-12-09 | 福建晨曦信息科技集团股份有限公司 | Automatic die overturning method, electronic equipment and storage medium |
| CN109885975A (en)* | 2019-03-25 | 2019-06-14 | 陕西鑫雨节能科技有限公司 | Continuous beam prestress pipe model treatment method and system |
| CN109885975B (en)* | 2019-03-25 | 2023-04-18 | 陕西鑫雨节能科技有限公司 | Continuous beam prestressed pipeline model processing method and system |
| CN110807213A (en)* | 2019-09-30 | 2020-02-18 | 万翼科技有限公司 | Method and related device for constructing three-dimensional BIM model elevation map |
| CN110706347A (en)* | 2019-10-10 | 2020-01-17 | 江苏风寰科技有限公司 | Implementation method for creating 3D building model through wire frame diagram of building |
| CN110738596A (en)* | 2019-10-10 | 2020-01-31 | 成都考拉悠然科技有限公司 | method for importing CAD engineering graphic element into three-dimensional map |
| CN110738596B (en)* | 2019-10-10 | 2020-06-16 | 成都考拉悠然科技有限公司 | Method for importing CAD engineering drawing elements into three-dimensional map |
| CN111046459A (en)* | 2019-11-15 | 2020-04-21 | 广州凡拓动漫科技有限公司 | Building model image design method based on 3D software |
| CN111753344B (en)* | 2020-06-30 | 2024-04-12 | 广东天元建筑设计有限公司 | Method for generating assembly type component data set, CAD platform and storage medium |
| CN111753344A (en)* | 2020-06-30 | 2020-10-09 | 广东天元建筑设计有限公司 | Generation method of assembly type component data set, CAD platform and storage medium |
| CN112330791A (en)* | 2020-09-18 | 2021-02-05 | 广州中望龙腾软件股份有限公司 | Three-dimensional model creation method, intelligent terminal and storage device |
| WO2022135347A1 (en)* | 2020-12-22 | 2022-06-30 | 中兴通讯股份有限公司 | Data center 3d modeling method and apparatus, electronic device, and storage medium |
| CN112651373A (en)* | 2021-01-04 | 2021-04-13 | 广联达科技股份有限公司 | Identification method and device for text information of construction drawing |
| CN112651373B (en)* | 2021-01-04 | 2024-02-09 | 广联达科技股份有限公司 | Method and device for identifying text information of building drawing |
| CN112906088A (en)* | 2021-02-03 | 2021-06-04 | 嘉博联合设计股份有限公司 | Automatic CAD (auto computer aided design) -based automatic deployment method and system for fire-fighting spray header |
| CN113094786A (en)* | 2021-04-06 | 2021-07-09 | 万翼科技有限公司 | Construction drawing structured organization method and device based on drawing POI |
| CN113094787A (en)* | 2021-04-06 | 2021-07-09 | 万翼科技有限公司 | Construction drawing datamation method and device based on drawing POI and electronic equipment |
| CN113377708A (en)* | 2021-06-09 | 2021-09-10 | 深圳须弥云图空间科技有限公司 | Method and device for converting two-dimensional design drawing into three-dimensional design drawing |
| CN114065344A (en)* | 2021-11-11 | 2022-02-18 | 北京神州安信科技股份有限公司 | An automatic modeling method based on OSG and CAD building plans |
| CN114283441A (en)* | 2021-12-18 | 2022-04-05 | 中国铁道科学研究院集团有限公司电子计算技术研究所 | Two-dimensional drawing recognition modeling method and device suitable for railway passenger station |
| CN115630421A (en)* | 2022-10-12 | 2023-01-20 | 中建三局集团有限公司 | A Method of Quickly Extracting CAD Drawing Information and Generating Plan View Based on Revit Software |
| CN115630421B (en)* | 2022-10-12 | 2025-04-18 | 中建三局集团有限公司 | A method for quickly extracting CAD drawing information and generating plan views based on Revit software |
| CN116796401A (en)* | 2023-05-19 | 2023-09-22 | 中交路桥建设有限公司 | Method, system and electronic equipment for rapidly modeling building engineering structure |
| CN119359958A (en)* | 2024-12-25 | 2025-01-24 | 江苏金寓信息科技有限公司 | A method, device, medium and equipment for generating a subspace three-dimensional model based on CAD drawings |
| Publication | Publication Date | Title |
|---|---|---|
| CN108597026A (en) | A method of three-dimensional building model is quickly generated based on two-dintension CAD drawing | |
| Bortoluzzi et al. | Automating the creation of building information models for existing buildings | |
| CN110033513B (en) | Generating a 3D model representing a building | |
| Song et al. | Development of a BIM-based structural framework optimization and simulation system for building construction | |
| Logothetis et al. | Building information modelling for cultural heritage: a review | |
| CN102385744B (en) | The watermark of 3D modeling object is added | |
| Zhang et al. | Development and implementation of an industry foundation classes‐based graphic information model for virtual construction | |
| Jeong et al. | Developing a topological information extraction model for space syntax analysis | |
| KR102620835B1 (en) | CityGML-based building object information generation method using 3D geometric object information, building object information generation system, and computer program therefor | |
| CN106251397B (en) | Frame choosing method and system based on BIM model | |
| Wang et al. | [Retracted] Virtual Reality‐Based Digital Restoration Methods and Applications for Ancient Buildings | |
| CN113468626A (en) | Drawing generation method and device, electronic equipment and storage medium | |
| CN116663113A (en) | Space design generation type method based on AIGC technology | |
| Xu et al. | An integrated simulation method for large‐scale earthquake‐induced falling debris in building groups | |
| Li | Simulating virtual construction scenes on openstreetmap | |
| CN114239106B (en) | A method, device and medium for visualizing floor information based on BIM | |
| Adão et al. | Procedural generation of traversable buildings outlined by arbitrary convex shapes | |
| CN110706347A (en) | Implementation method for creating 3D building model through wire frame diagram of building | |
| Sacks et al. | Foundational concepts for BIM | |
| KR20140073748A (en) | Featured based modeling system and method of traditional korean-style house | |
| Ghorbanian et al. | Procedural modeling as a practical technique for 3D assessment in urban design via CityEngine | |
| CN105160095A (en) | Construction method and system for transformer substation application platform | |
| Stavric et al. | From 3D building information modeling towards 5D city information modeling | |
| Manke et al. | Energy simulation tools and CAD interoperability: A critical review | |
| KR102269142B1 (en) | Urban Earthquake Evacuation Simulation Apparatus Based on Graphical User Interface and Method Thereof |
| Date | Code | Title | Description |
|---|---|---|---|
| PB01 | Publication | ||
| PB01 | Publication | ||
| SE01 | Entry into force of request for substantive examination | ||
| SE01 | Entry into force of request for substantive examination | ||
| EE01 | Entry into force of recordation of patent licensing contract | Application publication date:20180928 Assignee:System Equipment Co.,Ltd. of the 28th Research Institute (Li Yang) Assignor:THE 28TH RESEARCH INSTITUTE OF CHINA ELECTRONICS TECHNOLOGY GROUP Corp. Contract record no.:X2020980000626 Denomination of invention:Method for rapidly generating three-dimensional building model based on two-dimensional CAD drawings License type:Common License Record date:20200312 | |
| EE01 | Entry into force of recordation of patent licensing contract | ||
| RJ01 | Rejection of invention patent application after publication | Application publication date:20180928 | |
| RJ01 | Rejection of invention patent application after publication |