CN109491997B - Method for rapidly generating structure directory tree in management platform based on BIM technology - Google Patents

Method for rapidly generating structure directory tree in management platform based on BIM technology Download PDF

Info

Publication number
CN109491997B
CN109491997B CN201811154228.0A CN201811154228A CN109491997B CN 109491997 B CN109491997 B CN 109491997B CN 201811154228 A CN201811154228 A CN 201811154228A CN 109491997 B CN109491997 B CN 109491997B
Authority
CN
China
Prior art keywords
management platform
coding
component
bim
directory tree
Prior art date
Legal status (The legal status is an assumption and is not a legal conclusion. Google has not performed a legal analysis and makes no representation as to the accuracy of the status listed.)
Active
Application number
CN201811154228.0A
Other languages
Chinese (zh)
Other versions
CN109491997A (en
Inventor
刘彦明
Current Assignee (The listed assignees may be inaccurate. Google has not performed a legal analysis and makes no representation or warranty as to the accuracy of the list.)
China Railway First Survey and Design Institute Group Ltd
Original Assignee
China Railway First Survey and Design Institute Group Ltd
Priority date (The priority date is an assumption and is not a legal conclusion. Google has not performed a legal analysis and makes no representation as to the accuracy of the date listed.)
Filing date
Publication date
Application filed by China Railway First Survey and Design Institute Group Ltd filed Critical China Railway First Survey and Design Institute Group Ltd
Priority to CN201811154228.0A priority Critical patent/CN109491997B/en
Publication of CN109491997A publication Critical patent/CN109491997A/en
Application granted granted Critical
Publication of CN109491997B publication Critical patent/CN109491997B/en
Active legal-status Critical Current
Anticipated expiration legal-status Critical

Links

Images

Classifications

    • GPHYSICS
    • G06COMPUTING; CALCULATING OR COUNTING
    • G06FELECTRIC DIGITAL DATA PROCESSING
    • G06F30/00Computer-aided design [CAD]
    • G06F30/10Geometric CAD
    • G06F30/13Architectural design, e.g. computer-aided architectural design [CAAD] related to design of buildings, bridges, landscapes, production plants or roads
    • GPHYSICS
    • G06COMPUTING; CALCULATING OR COUNTING
    • G06QINFORMATION AND COMMUNICATION TECHNOLOGY [ICT] SPECIALLY ADAPTED FOR ADMINISTRATIVE, COMMERCIAL, FINANCIAL, MANAGERIAL OR SUPERVISORY PURPOSES; SYSTEMS OR METHODS SPECIALLY ADAPTED FOR ADMINISTRATIVE, COMMERCIAL, FINANCIAL, MANAGERIAL OR SUPERVISORY PURPOSES, NOT OTHERWISE PROVIDED FOR
    • G06Q50/00Information and communication technology [ICT] specially adapted for implementation of business processes of specific business sectors, e.g. utilities or tourism
    • G06Q50/08Construction

Landscapes

  • Physics & Mathematics (AREA)
  • Engineering & Computer Science (AREA)
  • Geometry (AREA)
  • Theoretical Computer Science (AREA)
  • General Physics & Mathematics (AREA)
  • Computer Hardware Design (AREA)
  • Business, Economics & Management (AREA)
  • Primary Health Care (AREA)
  • Economics (AREA)
  • Strategic Management (AREA)
  • General Business, Economics & Management (AREA)
  • Marketing (AREA)
  • Human Resources & Organizations (AREA)
  • General Health & Medical Sciences (AREA)
  • Architecture (AREA)
  • Civil Engineering (AREA)
  • Tourism & Hospitality (AREA)
  • Health & Medical Sciences (AREA)
  • Structural Engineering (AREA)
  • Computational Mathematics (AREA)
  • Mathematical Analysis (AREA)
  • Mathematical Optimization (AREA)
  • Pure & Applied Mathematics (AREA)
  • Evolutionary Computation (AREA)
  • General Engineering & Computer Science (AREA)
  • Information Retrieval, Db Structures And Fs Structures Therefor (AREA)
  • Stored Programmes (AREA)

Abstract

The invention relates to a method for quickly generating a structural directory tree in a management platform based on a BIM technology. The method can not only quickly position the position of the component in the directory tree, but also form a one-to-one mapping relation with the component, quickly find the component by using the node, quickly position the node by using the component, and realize the purpose of quickly generating the structural directory tree in the management platform based on the BIM technology.

Description

Method for rapidly generating structure directory tree in management platform based on BIM technology
Technical Field
The invention belongs to the technical field of building and traffic engineering, and particularly relates to a method for quickly generating a structural directory tree in a management platform based on a BIM (building information modeling) technology.
Background
The BIM technology is rapidly developed in the fields of building and traffic engineering, a computer informatization technology represented by the BIM technology becomes a research and development direction in the building engineering, and a 2016-2020 outline of informatization development of building industry indicates that the latest information technology taking the BIM as a core becomes a core technology for supporting the technology upgrade of the industry, the change of a production mode and the innovation of a management mode. The integrated application of BIM, an enterprise management system and other information technologies is required to be mastered and realized by design units and construction enterprises.
In order to realize management based on component level in BIM technology application, professional structural components need to be expanded in a directory tree form, so that a user can conveniently position the components, and meanwhile, a one-to-one mapping relation is formed between the components and component categories, but the application in the aspect is rarely realized in the prior art and the prior use.
Disclosure of Invention
The invention aims to provide a method for quickly generating a structure directory tree in a management platform based on a BIM technology, which is used for positioning a component and forming a one-to-one mapping relation with component categories at the same time, so that the problem of quickly generating the structure directory tree by the management platform is solved.
The technical scheme adopted by the invention is as follows:
a method for rapidly generating a structure directory tree in a management platform based on BIM technology is characterized in that:
the method is realized by the following steps:
the method comprises the steps of adding LID coding attributes to components, separating BIM models from the coding attributes, performing tiling and lightweight processing on the models, and associating nodes with the components by using GUIDs (globally unique identifiers), so that the one-to-one correspondence relationship between each node and each component is created.
The method specifically comprises the following steps:
1) when a BIM model is generated, adding an LID coding attribute with a hierarchy concept to each member;
2) when entering a management platform, separating a three-dimensional model of the model from the coding attributes, and putting the GUID and the coding attributes of the component into a database;
3) carrying out tiling lightweight processing on the separated three-dimensional model entity in a management platform;
4) analyzing a database storing the coding attributes in a management platform, and generating tree nodes by using hierarchical coding;
5) the building blocks are bound to tree nodes using GUIDs.
In the step 1), the attribute value of the LID coding attribute is represented in a text mode.
In the step 3), the light weight processing means that only the outline structure is reserved and no parameterization information is contained.
The invention has the following advantages:
1. the method is simple and convenient, and mainly works by compiling the LID code with a layered structure and adding an attribute when generating the BIM model;
2. the structure directory management is easier to perform in the BIM management platform, the nodes and the components have one-to-one correspondence, the searching and the positioning and the attribute hanging of the component type are convenient, and the professional habit is better met;
3. the model and the attribute information are separated, the platform response speed is higher after the lightweight processing of the model, the attribute database is easier to expand and manage, and the efficiency is higher.
According to the invention, LID coding attributes are added to the components, the BIM model and the coding attributes are separated, the model is tiled and lightweight, and the GUID is utilized to associate the nodes with the components, so that the one-to-one correspondence between each node and the component is established.
Drawings
FIG. 1 is a flow chart of the present invention.
FIG. 2 is a tree of structural directory and code for a bridge.
Detailed Description
The present invention will be described in detail with reference to specific embodiments.
The invention relates to a method for quickly generating a structure directory tree in a management platform based on a BIM technology, which mainly comprises the following steps:
1) firstly, all directory nodes and components in a design unit are coded on the basis of a professional design unit, and the codes required by the nodes and the components are unique. As the design unit definition of the bridge: a relatively independent and complete engineering unit in a bridge specialty, such as a bridge, a culvert, etc., is divided into different design units when spanning different approximate calculation paragraphs.
Such as the XXX grand bridge, a complete directory structure tree of the bridge is built, which refers to a multi-level tree structure starting from the root directory of the design units and ending with the minimal building block unit. As shown in fig. 1.
2) When entering an engineering management platform, separating the three-dimensional body of the BIM model from the coding attribute, and putting the GUID and the coding attribute of the component into a database;
3) carrying out tiling lightweight processing on the separated three-dimensional model entity in a management platform, only retaining a contour structure and not containing any parametric information;
4) analyzing a database storing the coding attributes in a management platform, and generating tree nodes by using LID hierarchical coding;
5) the GUID is used to bind the building block with the tree node, and the whole flow chart is shown in fig. 2.
The LID coding method provided by the invention is simple in coding structure, accords with professional habits, is clear in corresponding node, is convenient to search for positioning and hanging the attributes of component types, is easier to read and identify by a computer, and is higher in efficiency.
The method can not only quickly position the position of the component in the directory tree, but also form a one-to-one mapping relation with the component, quickly find the component by using the node, quickly position the node by using the component, and realize the purpose of quickly generating the structural directory tree in the management platform based on the BIM technology.
The invention relates to a method for quickly generating a structural directory tree, which can quickly position the position of a component in the directory tree, can form a one-to-one mapping relation with the component, quickly find the component by using nodes, quickly position the nodes by using the component and realize the purpose of quickly generating the structural directory tree in a management platform based on a BIM technology.
The invention is not limited to the examples, and any equivalent changes to the technical solution of the invention by a person skilled in the art after reading the description of the invention are covered by the claims of the invention.

Claims (3)

1. A method for rapidly generating a structure directory tree in a management platform based on BIM technology is characterized in that:
the method is realized by the following steps:
the BIM model is separated from the coding attribute by adding LID coding attribute to the component, the model is processed in a tiling and lightweight mode, and the nodes are associated with the component by using GUID, so that the one-to-one corresponding relation of each node and the component is established;
the method specifically comprises the following steps:
1) when a BIM model is generated, adding an LID coding attribute with a hierarchy concept to each member;
2) when entering a management platform, separating a three-dimensional model of the model from the coding attributes, and putting the GUID and the coding attributes of the component into a database;
3) carrying out tiling lightweight processing on the separated three-dimensional model entity in a management platform;
4) analyzing a database storing the coding attributes in a management platform, and generating tree nodes by using hierarchical coding;
5) the building blocks are bound to tree nodes using GUIDs.
2. The method for rapidly generating the structured directory tree in the management platform based on the BIM technology as claimed in claim 1, wherein:
in the step 1), the attribute value of the LID coding attribute is represented in a text mode.
3. The method for rapidly generating the structured directory tree in the management platform based on the BIM technique as claimed in claim 2, wherein:
in the step 3), the light weight processing means that only the outline structure is reserved and no parameterization information is contained.
CN201811154228.0A 2018-09-30 2018-09-30 Method for rapidly generating structure directory tree in management platform based on BIM technology Active CN109491997B (en)

Priority Applications (1)

Application Number Priority Date Filing Date Title
CN201811154228.0A CN109491997B (en) 2018-09-30 2018-09-30 Method for rapidly generating structure directory tree in management platform based on BIM technology

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
CN201811154228.0A CN109491997B (en) 2018-09-30 2018-09-30 Method for rapidly generating structure directory tree in management platform based on BIM technology

Publications (2)

Publication Number Publication Date
CN109491997A CN109491997A (en) 2019-03-19
CN109491997B true CN109491997B (en) 2022-04-01

Family

ID=65689321

Family Applications (1)

Application Number Title Priority Date Filing Date
CN201811154228.0A Active CN109491997B (en) 2018-09-30 2018-09-30 Method for rapidly generating structure directory tree in management platform based on BIM technology

Country Status (1)

Country Link
CN (1) CN109491997B (en)

Families Citing this family (2)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN110750831B (en) * 2019-10-21 2021-03-26 西南交通大学 Method for constructing tunnel BIM model based on Revit platform
CN113065774A (en) * 2021-04-06 2021-07-02 中国电建集团成都勘测设计研究院有限公司 Water conservancy and hydropower engineering investigation and design result management method

Citations (5)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN102096711A (en) * 2011-01-24 2011-06-15 四川长虹电器股份有限公司 Method for constructing tree structural directory in database
CN104573999A (en) * 2015-01-30 2015-04-29 浙江精工钢结构集团有限公司 Application method of steel structure BIM (building information modeling) information platform
CN106600239A (en) * 2016-12-28 2017-04-26 中建科技有限公司 Assembly type building construction full process data cooperation management system based on BIM
CN107515974A (en) * 2017-08-14 2017-12-26 中建三局第二建设工程有限责任公司 Architectural engineering operation management platform construction method and system based on BIM
CN108133430A (en) * 2017-11-15 2018-06-08 中建三局第二建设工程有限责任公司 The operation maintenance management method that personnel positioning is combined with BIM

Family Cites Families (1)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
FI20165787A (en) * 2016-10-14 2018-04-15 Enterprixe Software Ltd Ab Method and system for the exchange of information between different subsystems

Patent Citations (5)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN102096711A (en) * 2011-01-24 2011-06-15 四川长虹电器股份有限公司 Method for constructing tree structural directory in database
CN104573999A (en) * 2015-01-30 2015-04-29 浙江精工钢结构集团有限公司 Application method of steel structure BIM (building information modeling) information platform
CN106600239A (en) * 2016-12-28 2017-04-26 中建科技有限公司 Assembly type building construction full process data cooperation management system based on BIM
CN107515974A (en) * 2017-08-14 2017-12-26 中建三局第二建设工程有限责任公司 Architectural engineering operation management platform construction method and system based on BIM
CN108133430A (en) * 2017-11-15 2018-06-08 中建三局第二建设工程有限责任公司 The operation maintenance management method that personnel positioning is combined with BIM

Also Published As

Publication number Publication date
CN109491997A (en) 2019-03-19

Similar Documents

Publication Publication Date Title
CN110347843B (en) Knowledge map-based Chinese tourism field knowledge service platform construction method
CN109472446B (en) BIM model-based engineering budget estimate planning method
CN109408906B (en) BIM model-based engineering quantity expression and statistics method
CN103714129B (en) Dynamic data structure based on conditional plan and the construction device of relation and construction method
CN102426582B (en) Data manipulation management devices and data manipulation management method
CN103049251B (en) A kind of data base persistence layer device and database operation method
WO2006112882A3 (en) System and method for managing complex relationships over distributed heterogeneous data sources
CN103226478A (en) Method for automatically generating and using code
CN103970905A (en) Automatic composition and integration method for multi-source vector geographic information data
CN109491997B (en) Method for rapidly generating structure directory tree in management platform based on BIM technology
CN111708531A (en) Data processing method and device
CN103886004A (en) Material data modeling processing method
CN102566990A (en) Method and device for performing data manipulation in Java application
CN104809186A (en) Constructing method for mold design and manufacturing knowledge base
CN112433701A (en) Industrial software development project implementation flow, content and code generation method and device
JP2002182970A (en) Object integral management system
CN100397397C (en) XML data storage and access method based on relational database
CN103605845A (en) Machine tool fixture library management system based on assembling knowledge description
CN102508971B (en) Method for establishing product function model in concept design stage
CN113467785B (en) SQL translation method and system for mimicry database
CN111612686B (en) Structure mapping method from EBOM to PBOM
CN107169130A (en) The visual inquiry method and system of a kind of database
CN110716913A (en) Mutual migration method for Kafka and Elasticissearch database data
KR102584032B1 (en) Workflow-based semantic CAD data conversion method and device therefor
CN102436528A (en) Reuse and regeneration design method of complex equipment scheme

Legal Events

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
GR01 Patent grant
GR01 Patent grant
EE01 Entry into force of recordation of patent licensing contract

Application publication date: 20190319

Assignee: Tianping Zhijian Information Technology Group Co.,Ltd.

Assignor: CHINA RAILWAY FIRST SURVEY AND DESIGN INSTITUTE GROUP Co.,Ltd.

Contract record no.: X2022980014135

Denomination of invention: A Method of Quickly Generating Structure Catalog Tree in Management Platform Based on BIM Technology

Granted publication date: 20220401

License type: Common License

Record date: 20220831

EE01 Entry into force of recordation of patent licensing contract