KR101235042B1 - Method for providing data included in building information modeling data file, recording medium thereof, and system using the method - Google Patents

Method for providing data included in building information modeling data file, recording medium thereof, and system using the method Download PDF

Info

Publication number
KR101235042B1
KR101235042B1 KR1020120016827A KR20120016827A KR101235042B1 KR 101235042 B1 KR101235042 B1 KR 101235042B1 KR 1020120016827 A KR1020120016827 A KR 1020120016827A KR 20120016827 A KR20120016827 A KR 20120016827A KR 101235042 B1 KR101235042 B1 KR 101235042B1
Authority
KR
South Korea
Prior art keywords
data
entity
mapping
file
bim
Prior art date
Application number
KR1020120016827A
Other languages
Korean (ko)
Inventor
김숙희
강주석
이성한
최종현
변상옥
Original Assignee
주식회사 솔리데오시스템즈
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 주식회사 솔리데오시스템즈 filed Critical 주식회사 솔리데오시스템즈
Priority to KR1020120016827A priority Critical patent/KR101235042B1/en
Priority to JP2012239129A priority patent/JP5576455B2/en
Priority to US13/664,534 priority patent/US9043346B2/en
Priority to PH12012000365A priority patent/PH12012000365A1/en
Priority to EP12194933.3A priority patent/EP2629210B1/en
Priority to CN2012105065982A priority patent/CN103257984A/en
Application granted granted Critical
Publication of KR101235042B1 publication Critical patent/KR101235042B1/en

Links

Images

Classifications

    • GPHYSICS
    • G06COMPUTING; CALCULATING OR COUNTING
    • G06FELECTRIC DIGITAL DATA PROCESSING
    • G06F15/00Digital computers in general; Data processing equipment in general
    • G06F15/16Combinations of two or more digital computers each having at least an arithmetic unit, a program unit and a register, e.g. for a simultaneous processing of several programs

Abstract

PURPOSE: A method for providing data included in a BIM data file, a recording medium thereof, and a system including the same are provided to extract data requested by the BIM data file by using the mapping data and improve a response speed to a request of data by providing the extracted data or a sub BIM data file to a client. CONSTITUTION: A database stores a BIM data file(114) including entities having a hierarchy structure and mapping data(112) mapped with the entities. A receiving module(120) receives a user request from a client. A mapping module(130) searches for the mapping data corresponding to the user request based on application information included in the request. A data extracting module(140) extracts data corresponding to mapped entities from the BIM data file. A transmitting module(160) receives the data and transmits the data to the client.

Description

BIM데이터파일에 포함된 데이터를 제공하는 방법, 이를 기록한 기록 매체, 및 이를 포함하는 시스템{METHOD FOR PROVIDING DATA INCLUDED IN BUILDING INFORMATION MODELING DATA FILE, RECORDING MEDIUM THEREOF, AND SYSTEM USING THE METHOD}METHOD FOR PROVIDING DATA INCLUDED IN BUILDING INFORMATION MODELING DATA FILE, RECORDING MEDIUM THEREOF, AND SYSTEM USING THE METHOD}

본 발명의 개념에 따른 실시 예는 BIM데이터파일에 포함된 데이터를 제공하는 방법 및 이를 이용하는 장치들에 관한 것으로, 특히 매핑 데이터를 이용하여 상기 BIM데이터파일로부터, 요청된 데이터를 추출하고 추출된 데이터를 제공하는 방법 및 이를 이용하는 장치들에 관한 것이다.An embodiment according to the concept of the present invention relates to a method for providing data included in a BIM data file, and apparatuses using the same, and particularly, to extract requested data from the BIM data file using mapping data and to extract extracted data. It relates to a method for providing a device and apparatuses using the same.

BIM(building information modeling)은 건물의 기획, 설계, 엔지니어링(engineering), 또는 시공 및 유지 보수 등을 다차원의 가상공간에서 수행하는 과정을 말한다.Building information modeling (BIM) refers to the process of building, designing, engineering, or constructing and maintaining a building in a multidimensional virtual space.

IFC(industry foundation classes)는 AEC/FM(architecture engineering construction/facility management) 전반에 걸쳐 프로젝트(project) 참여자들 각각이 사용하는 서로 다른 포맷(format)을 가진 데이터의 호환을 가능하게 하기 위해서 개발된 국제표준건설 정보 모델이다.Industry foundation classes (IFCs) are internationally developed to enable the compatibility of data in different formats used by each of the project participants throughout AEC / FM (architecture engineering construction / facility management). Standard construction information model.

BIM데이터파일, 예컨대 IFC 포맷의 파일은 건물에 관한 많은 정보를 담을 수 있지만, 상기 파일의 용량이 크기 때문에 상기 파일을 로딩하기 위해서는 서버 급의 메모리(memory)가 요구된다.A BIM data file, such as a file in IFC format, can contain a lot of information about a building, but because of its large capacity, server-class memory is required to load the file.

클라이언트(client)가 상기 파일을 그대로 전송받는 경우, 상기 파일을 수신하는 데에는 많은 시간이 소요된다. 또한 상기 클라이언트가 상기 파일을 로딩 또는 렌더링(rendering)하는 데에도 많은 시간이 소요된다.When the client receives the file as it is, it takes a long time to receive the file. It also takes a long time for the client to load or render the file.

본 발명이 이루고자 하는 기술적인 과제는 매핑 데이터를 이용하여 BIM데이터파일로부터, 요청된 데이터를 추출하고 추출된 데이터를 제공하는 방법 및 이를 이용하는 장치들을 제공하는 것이다.SUMMARY OF THE INVENTION The present invention has been made in an effort to provide a method of extracting requested data from a BIM data file using mapping data and providing extracted data, and apparatuses using the same.

본 발명의 일 실시 예에 따른 계층 구조를 가지는 복수의 엔티티들(entity)을 포함하는 BIM데이터파일과 상기 복수의 엔티티들 중에서 적어도 어느 하나의 엔티티와 매핑되어 있는 매핑 데이터를 저장할 수 있는 데이터베이스를 포함하는 서버가 상기 BIM데이터파일에 포함된 데이터를 제공하는 방법은 수신 모듈이 클라이언트로부터 사용자 요청을 수신하는 단계, 매핑 모듈이 상기 수신 모듈로부터 전송된 사용자 요청에 기초하여, 상기 데이터베이스에 저장된 상기 매핑 데이터에서 상기 사용자 요청에 상응하는 매핑 데이터를 검색하는 단계, 데이터 추출 모듈이 상기 매핑 모듈로부터 검색된 매핑 데이터를 수신하고,수신된 매핑 데이터와 매핑되어 있는 적어도 어느 하나의 엔티티에 대응되는 데이터를 상기 BIM데이터파일로부터 추출하는 단계, 및 전송 모듈이 상기 데이터 추출 모듈로부터 추출된 데이터를 수신하고, 수신된 데이터를 클라이언트로 전송하는 단계를 포함할 수 있다.A BIM data file including a plurality of entities having a hierarchical structure according to an embodiment of the present invention and a database capable of storing mapping data mapped to at least one of the plurality of entities are included. The server may provide a data included in the BIM data file, the receiving module receiving a user request from a client, the mapping module based on the user request transmitted from the receiving module, the mapping data stored in the database Retrieving mapping data corresponding to the user request from the data extraction module, the data extraction module receiving mapping data retrieved from the mapping module, and converting data corresponding to at least one entity mapped to the received mapping data to the BIM data. Extracting from the file, and The module may include the step of receiving the data extracted from the data extraction module, and transmitting the received data to the client.

실시 예에 따라, 상기 매핑 데이터와 매핑되어 있는 상기 적어도 어느 하나의 엔티티는, 상위 엔티티 및 상기 상위 엔티티와 연관된 하위 엔티티를 포함하고, 상기 상위 엔티티와 상기 하위 엔티티는 계층 구조를 가질 수 있다.According to an embodiment, the at least one entity mapped with the mapping data may include an upper entity and a lower entity associated with the upper entity, and the upper entity and the lower entity may have a hierarchical structure.

실시 예에 따라, 상기 사용자 요청은, 상기 클라이언트에서 실행되고 있는 어플리케이션(application)에 관한 어플리케이션 정보를 포함하고, 상기 매핑 데이터는, 상기 어플리케이션 정보에 기초하여 검색될 수 있다.According to an embodiment, the user request may include application information regarding an application running on the client, and the mapping data may be retrieved based on the application information.

실시 예에 따라, 상기 매핑 데이터와 매핑되어 있는 상기 적어도 어느 하나의 엔티티는, 제1상위 엔티티, 제2상위 엔티티, 상기 제1상위 엔티티에 연관된 복수의 제1하위 엔티티들, 및 상기 제2상위 엔티티에 연관된 복수의 제2하위 엔티티들을 포함하고, 상기 데이터 추출 모듈은, 상기 복수의 제1하위 엔티티들 각각과 상기 복수의 제2하위 엔티티들 각각을 비교하고, 비교결과 동일한 하위 엔티티가 있는 경우 상기 동일한 하위 엔티티에 대응되는 데이터를 중복하여 추출하지 않을 수 있다.The at least one entity mapped with the mapping data may include a first parent entity, a second parent entity, a plurality of first child entities associated with the first parent entity, and the second parent entity. And a plurality of second sub-entities associated with the entity, wherein the data extraction module compares each of the plurality of first sub-entities with each of the plurality of second sub-entities, and if there is a same sub entity as a result of the comparison The data corresponding to the same subordinate entity may not be repeatedly extracted.

실시 예에 따라, 상기 추출하는 단계 이후에, 파일 생성 모듈이 추출된 데이터를 포함하는 IFC(industry foundation classes) 파일을 생성하는 단계를 더 포함하고, 상기 전송하는 단계는, 상기 전송 모듈이 상기 IFC 파일을 상기 클라이언트로 전송할 수 있다.According to an embodiment, after the extracting, the file generating module may further include generating an industrial foundation classes (IFC) file including the extracted data, and the transmitting may include: transmitting, by the transmitting module, the IFC; A file can be sent to the client.

본 발명의 실시 예에 따른 기록 매체는 상기 서버를 이용하여 BIM데이터파일에 포함된 데이터를 제공하는 방법을 수행할 수 있는 컴퓨터 프로그램을 기록할 수 있다.A recording medium according to an embodiment of the present invention may record a computer program capable of performing a method of providing data included in a BIM data file using the server.

본 발명의 실시 예에 따른 건물 정보 제공 시스템은 실행되고 있는 어플리케이션에 관한 어플리케이션 정보를 포함하는 사용자 요청을 생성할 수 있는 클라이언트, 및 상기 사용자 요청에 상응하는 응답을 상기 클라이언트로 전송할 수 있는 서버를 포함하고, 상기 서버는, 계층 구조를 가지는 복수의 엔티티들을 포함하는 BIM데이터파일과 상기 복수의 엔티티들 중에서 적어도 어느 하나의 엔티티와 매핑되어 있는 매핑 데이터를 저장할 수 있는 데이터베이스, 상기 클라이언트로부터 사용자 요청을 수신할 수 있는 수신 모듈, 상기 수신 모듈로부터 전송된 사용자 요청에 포함된 상기 어플리케이션 정보에 기초하여, 상기 데이터베이스에 저장된 상기 매핑 데이터에서 상기 사용자 요청에 상응하는 매핑 데이터를 검색할 수 있는 매핑 모듈, 상기 매핑 모듈로부터 검색된 매핑 데이터를 수신하고, 수신된 매핑 데이터와 매핑되어 있는 적어도 어느 하나의 엔티티에 대응되는 데이터를 상기 BIM데이터파일로부터 추출할 수 있는 데이터 추출 모듈, 및 상기 데이터 추출 모듈로부터 추출된 데이터를 수신하고, 수신된 데이터를 상기 클라이언트로 전송할 수 있는 전송 모듈을 포함할 수 있다.The building information providing system according to an exemplary embodiment of the present invention includes a client capable of generating a user request including application information regarding an application being executed, and a server capable of transmitting a response corresponding to the user request to the client. The server may include a database capable of storing a BIM data file including a plurality of entities having a hierarchical structure and mapping data mapped to at least one of the plurality of entities, and receiving a user request from the client. A mapping module capable of retrieving mapping data corresponding to the user request from the mapping data stored in the database, based on the application information included in the user request transmitted from the receiving module; mother A data extraction module for receiving mapping data retrieved from the module and extracting data corresponding to at least one entity mapped to the received mapping data from the BIM data file, and data extracted from the data extraction module. And a transmission module for receiving and transmitting the received data to the client.

실시 예에 따라, 상기 매핑 데이터와 매핑되어 있는 상기 적어도 어느 하나의 엔티티는, 상위 엔티티 및 상기 상위 엔티티와 연관된 하위 엔티티를 포함하고, 상기 상위 엔티티와 상기 하위 엔티티는 계층 구조를 가질 수 있다.According to an embodiment, the at least one entity mapped with the mapping data may include an upper entity and a lower entity associated with the upper entity, and the upper entity and the lower entity may have a hierarchical structure.

실시 예에 따라, 추출된 데이터를 포함하는 IFC 파일을 생성하는 파일 생성 모듈을 더 포함하고, 상기 전송 모듈은, 상기 IFC 파일을 상기 클라이언트로 전송할 수 있다.According to an embodiment, the apparatus may further include a file generation module configured to generate an IFC file including the extracted data, and the transmission module may transmit the IFC file to the client.

실시 예에 따라, 상기 매핑 데이터와 매핑되어 있는 상기 적어도 어느 하나의 엔티티는, 제1상위 엔티티, 제2상위 엔티티, 상기 제1상위 엔티티에 연관된 복수의 제1하위 엔티티들, 및 상기 제2상위 엔티티에 연관된 복수의 제2하위 엔티티들을 포함하고, 상기 데이터 추출 모듈은, 상기 복수의 제1하위 엔티티들 각각과 상기 복수의 제2하위 엔티티들 각각을 비교하고, 비교결과 동일한 하위 엔티티가 있는 경우 상기 동일한 하위 엔티티에 대응되는 데이터를 중복하여 추출하지 않을 수 있다.The at least one entity mapped with the mapping data may include a first parent entity, a second parent entity, a plurality of first child entities associated with the first parent entity, and the second parent entity. And a plurality of second sub-entities associated with the entity, wherein the data extraction module compares each of the plurality of first sub-entities with each of the plurality of second sub-entities, and if there is a same sub entity as a result of the comparison The data corresponding to the same subordinate entity may not be repeatedly extracted.

본 발명의 일 실시 예에 따른 건물 정보 시스템은 컴퓨터 프로그램을 저장하는 제1메모리, 계층 구조를 가지는 복수의 엔티티들을 포함하는 BIM데이터파일과 상기 복수의 엔티티들 중에서 적어도 어느 하나의 엔티티와 매핑되어 있는 매핑 데이터를 저장하는 제2메모리, 및 상기 컴퓨터 프로그램을 실행시키는 프로세서를 포함하며, 상기 컴퓨터 프로그램이 상기 프로세서에 의해 실행됨에 따라, 상기 프로세서는 입력 장치를 통하여 입력된 사용자 요청에 따라 상기 제2메모리에 저장된 상기 매핑 데이터로부터 상기 사용자 요청에 대응되는 매핑 데이터를 검색하고, 검색된 매핑 데이터와 매핑되어 있는 적어도 어느 하나의 엔티티에 대응되는 데이터를 상기 BIM데이터파일로부터 추출하고, 추출된 데이터를 디스플레이에 디스플레이할 수 있다.According to an embodiment of the present invention, a building information system includes a first memory for storing a computer program, a BIM data file including a plurality of entities having a hierarchical structure, and at least one of the plurality of entities. A second memory for storing mapping data, and a processor for executing the computer program, wherein as the computer program is executed by the processor, the processor is configured to execute the second memory according to a user request input through an input device. Search for mapping data corresponding to the user request from the mapping data stored in the RX, extract data corresponding to at least one entity mapped to the searched mapping data from the BIM data file, and display the extracted data on a display. can do.

본 발명의 실시 예에 따른 방법과 장치는 매핑 데이터를 이용하여 상기 BIM데이터파일로부터 요청된 데이터를 추출하고, 추출된 데이터 또는 추출된 데이터만 포함된 서브 BIM데이터파일을 클라이언트로 제공함으로써, 상기 데이터의 요청에 대한 응답 속도를 향상시킬 수 있는 효과가 있다.The method and apparatus according to an embodiment of the present invention extract the requested data from the BIM data file by using mapping data, and provide the client with a sub-BIM data file including extracted data or only extracted data to the client. This has the effect of improving the response speed to the request.

또한, 상기 클라이언트는 상기 BIM데이터파일로부터 추출된 데이터를 수신함으로써, 필요 없는 데이터에 의한 저장 공간의 낭비 또는 상기 데이터의 처리에 따른 낭비를 막을 수 있는 효과가 있다.In addition, the client receives the data extracted from the BIM data file, thereby preventing the waste of storage space due to unnecessary data or the waste caused by processing of the data.

또한, 본 발명의 실시 예에 따른 방법과 장치는 상기 클라이언트에서 동작 중인 어플리케이션에 따라 상기 어플리케이션의 동작 수행에 필요한 데이터를 제공함으로써, 상기 BIM데이터파일의 활용도를 향상시킬 수 있는 효과가 있다.In addition, the method and the apparatus according to an embodiment of the present invention can provide the data necessary to perform the operation of the application according to the application running in the client, thereby improving the utilization of the BIM data file.

본 발명의 상세한 설명에서 인용되는 도면을 보다 충분히 이해하기 위하여 각 도면의 상세한 설명이 제공된다.
도 1은 본 발명의 일 실시 예에 따른 BIM데이터 제공 시스템의 블록도이다.
도 2는 도 1에 도시된 서버의 일 실시 예에 따른 블록도이다.
도 3은 도 1에 도시된 클라이언트의 일 실시 예에 따른 블록도이다.
도 4는 일 실시 예에 따른 BIM데이터파일의 구조를 개념적으로 나타낸 도면이다.
도 5는 다른 실시 예에 따른 BIM데이터파일의 구조를 개념적으로 나타낸 도면이다.
도 6은 본 발명의 일 실시 예에 따른 BIM데이터파일에 포함된 데이터를 제공하는 방법의 흐름도이다.
도 7은 다른 실시 예에 따른 BIM데이터파일에 포함된 데이터를 제공하는 방법의 흐름도이다.
도 8은 본 발명의 다른 실시 예에 따른 BIM데이터 제공시스템의 블록도이다.
DETAILED DESCRIPTION OF THE PREFERRED EMBODIMENTS In order to more fully understand the drawings recited in the detailed description of the present invention, a detailed description of each drawing is provided.
1 is a block diagram of a system for providing BIM data according to an embodiment of the present invention.
FIG. 2 is a block diagram according to an exemplary embodiment of the server shown in FIG. 1.
3 is a block diagram according to an exemplary embodiment of the client illustrated in FIG. 1.
4 is a diagram conceptually illustrating a structure of a BIM data file according to an embodiment.
5 is a diagram conceptually illustrating a structure of a BIM data file according to another embodiment.
6 is a flowchart illustrating a method of providing data included in a BIM data file according to an embodiment of the present invention.
7 is a flowchart illustrating a method of providing data included in a BIM data file according to another exemplary embodiment.
8 is a block diagram of a BIM data providing system according to another embodiment of the present invention.

본 명세서 또는 출원에 개시되어 있는 본 발명의 개념에 따른 실시 예들에 대해서 특정한 구조적 내지 기능적 설명들은 단지 본 발명의 개념에 따른 실시 예를 설명하기 위한 목적으로 예시된 것으로, 본 발명의 개념에 따른 실시 예들은 다양한 형태로 실시될 수 있으며 본 명세서 또는 출원에 설명된 실시 예들에 한정되는 것으로 해석되어서는 아니된다.Specific structural and functional descriptions of embodiments according to the concepts of the present invention disclosed in this specification or application are merely illustrative for the purpose of illustrating embodiments in accordance with the concepts of the present invention, The examples may be embodied in various forms and should not be construed as limited to the embodiments set forth herein or in the application.

본 발명의 개념에 따른 실시 예는 다양한 변경을 가할 수 있고 여러 가지 형태를 가질 수 있으므로 특정 실시 예들을 도면에 예시하고 본 명세서 또는 출원에 상세하게 설명하고자 한다. 그러나, 이는 본 발명의 개념에 따른 실시 예을 특정한 개시 형태에 대해 한정하려는 것이 아니며, 본 발명의 사상 및 기술 범위에 포함되는 모든 변경, 균등물 내지 대체물을 포함하는 것으로 이해되어야 한다.Embodiments in accordance with the concepts of the present invention can make various changes and have various forms, so that specific embodiments are illustrated in the drawings and described in detail in this specification or application. It should be understood, however, that it is not intended to limit the embodiments according to the concepts of the present invention to specific forms of disclosure, but includes all modifications, equivalents, and alternatives falling within the spirit and scope of the present invention.

제1 및/또는 제2 등의 용어는 다양한 구성 요소들을 설명하는데 사용될 수 있지만, 상기 구성 요소들은 상기 용어들에 의해 한정되어서는 안된다. 상기 용어들은 하나의 구성 요소를 다른 구성 요소로부터 구별하는 목적으로만, 예컨대 본 발명의 개념에 따른 권리 범위로부터 이탈되지 않은 채, 제1 구성요소는 제2 구성요소로 명명될 수 있고, 유사하게 제2 구성요소는 제1 구성요소로도 명명될 수 있다.Terms such as first and / or second may be used to describe various components, but the components should not be limited by the terms. The terms are intended to distinguish one element from another, for example, without departing from the scope of the invention in accordance with the concepts of the present invention, the first element may be termed the second element, The second component may also be referred to as a first component.

어떤 구성요소가 다른 구성요소에 "연결되어" 있다거나 "접속되어" 있다고 언급된 때에는, 그 다른 구성요소에 직접적으로 연결되어 있거나 또는 접속되어 있을 수도 있지만, 중간에 다른 구성요소가 존재할 수도 있다고 이해되어야 할 것이다. 반면에, 어떤 구성요소가 다른 구성요소에 "직접 연결되어" 있다거나 "직접 접속되어" 있다고 언급된 때에는, 중간에 다른 구성요소가 존재하지 않는 것으로 이해되어야 할 것이다. 구성요소들 간의 관계를 설명하는 다른 표현들, 즉 "~사이에"와 "바로 ~사이에" 또는 "~에 이웃하는"과 "~에 직접 이웃하는" 등도 마찬가지로 해석되어야 한다.When a component is referred to as being "connected" or "connected" to another component, it may be directly connected to or connected to that other component, but it may be understood that other components may be present in between. Should be. On the other hand, when an element is referred to as being "directly connected" or "directly connected" to another element, it should be understood that there are no other elements in between. Other expressions describing the relationship between components, such as "between" and "immediately between," or "neighboring to," and "directly neighboring to" should be interpreted as well.

본 명세서에서 사용한 용어는 단지 특정한 실시 예를 설명하기 위해 사용된 것으로, 본 발명을 한정하려는 의도가 아니다. 단수의 표현은 문맥상 명백하게 다르게 뜻하지 않는 한, 복수의 표현을 포함한다. 본 명세서에서, "포함하다" 또는 "가지다" 등의 용어는 설시된 특징, 숫자, 단계, 동작, 구성요소, 부분품 또는 이들을 조합한 것이 존재함을 지정하려는 것이지, 하나 또는 그 이상의 다른 특징들이나 숫자, 단계, 동작, 구성요소, 부분품 또는 이들을 조합한 것들의 존재 또는 부가 가능성을 미리 배제하지 않는 것으로 이해되어야 한다.The terminology used herein is for the purpose of describing particular embodiments only and is not intended to be limiting of the invention. Singular expressions include plural expressions unless the context clearly indicates otherwise. In this specification, the terms "comprises ", or" having ", or the like, specify that there is a stated feature, number, step, operation, , Steps, operations, components, parts, or combinations thereof, as a matter of principle.

다르게 정의되지 않는 한, 기술적이거나 과학적인 용어를 포함해서 여기서 사용되는 모든 용어들은 본 발명이 속하는 기술 분야에서 통상의 지식을 가진 자에 의해 일반적으로 이해되는 것과 동일한 의미를 가지고 있다. 일반적으로 사용되는 사전에 정의되어 있는 것과 같은 용어들은 관련 기술의 문맥상 가지는 의미와 일치하는 의미를 가지는 것으로 해석되어야 하며, 본 명세서에서 명백하게 정의하지 않는 한, 이상적이거나 과도하게 형식적인 의미로 해석되지 않는다.Unless defined otherwise, all terms used herein, including technical or scientific terms, have the same meaning as commonly understood by one of ordinary skill in the art. Terms such as those defined in the commonly used dictionaries should be construed as having meanings consistent with the meanings in the context of the related art, and are not construed in ideal or excessively formal meanings unless expressly defined herein. Do not.

본 명세서에서 모듈(module)이라 함은 본 발명의 실시 예에 따른 인증 방법을 수행하기 위한 하드웨어 또는 상기 하드웨어를 구동할 수 있는 소프트웨어의 기능적 또는 구조적 결합을 의미할 수 있다. 따라서 상기 모듈은 프로그램 코드와 상기 프로그램 코드를 수행할 수 있는 하드웨어 리소스(resource)의 논리적 단위 또는 집합을 의미할 수 있다.As used herein, a module may refer to a functional or structural combination of hardware to perform the authentication method or software that can drive the hardware according to an embodiment of the present invention. Thus, the module may refer to a program code and a logical unit or set of hardware resources that can execute the program code.

이하, 첨부한 도면을 참조하여 본 발명의 바람직한 실시 예를 설명함으로써, 본 발명을 상세히 설명한다.BEST MODE FOR CARRYING OUT THE INVENTION Hereinafter, the present invention will be described in detail with reference to the preferred embodiments of the present invention with reference to the accompanying drawings.

도 1은 본 발명의 일 실시 예에 따른 BIM데이터 제공시스템의 블록도이다.1 is a block diagram of a BIM data providing system according to an exemplary embodiment.

도 1을 참조하면, BIM데이터 제공시스템(10)은 서버(100)와 클라이언트(client;200)를 포함한다. Referring to FIG. 1, the BIM data providing system 10 includes a server 100 and a client 200.

실시 예에 따라 BIM데이터 제공시스템(10)은 웹-기반의(web-based) 시스템으로 구현될 수 있다.According to an embodiment, the BIM data providing system 10 may be implemented as a web-based system.

서버(100)는 복수의 건물들 각각에 대한 정보를 BIM데이터파일 형태로 저장할 수 있다. The server 100 may store information about each of the plurality of buildings in the form of a BIM data file.

상기 BIM데이터파일은 건물에 관한 정보를 담을 수 있는 모든 형태의 파일을 의미할 수 있다. 실시 예에 따라 상기 BIM데이터파일의 파일 포맷(file format)은 IFC(industry foundation classes) 일 수 있다. The BIM data file may mean any type of file that can contain information about a building. According to an embodiment, the file format of the BIM data file may be IFC (industry foundation classes).

또한 BIM데이터파일은 IFC 포맷의 파일 외에도 BIM에 사용되는 모델링 도구에 의해 생성될 수 있는 모든 형태의 파일을 의미할 수 있다.In addition, the BIM data file may refer to any type of file that can be generated by a modeling tool used for BIM in addition to an IFC format file.

실시 예에 따라 상기 BIM데이터파일은 계층 구조를 가지는 복수의 엔티티들(entities)을 포함할 수 있다. 상기 엔티티는 의미 있는 정보 단위를 나타낼 수 있다.According to an embodiment, the BIM data file may include a plurality of entities having a hierarchical structure. The entity may represent a meaningful unit of information.

실시 예에 따라 서버(100)는 상기 BIM데이터파일로부터 특정 건물에 대한 특정 정보를 추출하여 추출된 정보를 클라이언트(200)로 제공할 수 있다. According to an embodiment, the server 100 may extract specific information about a specific building from the BIM data file and provide the extracted information to the client 200.

서버(100)는 클라이언트(200)의 사용자 요청(REQ)에 대한 응답(RES)으로서 상기 추출된 정보를 클라이언트(200)로 제공할 수 있다.The server 100 may provide the extracted information to the client 200 as a response RES to the user request REQ of the client 200.

실시 예에 따라 서버(100)는 BIM(building information modeling) 서버로 구현될 수 있다.According to an embodiment, the server 100 may be implemented as a building information modeling (BIM) server.

클라이언트(200)는 특정 건물에 대한 특정 정보를 서버(100)로 요청할 수 있다. 실시 예에 따라 클라이언트(200)는 상기 정보를 요청하기 위하여 서버(100)로 사용자 요청(REQ)를 전송할 수 있다.The client 200 may request specific information about a specific building from the server 100. According to an embodiment, the client 200 may transmit a user request REQ to the server 100 to request the information.

상기 사용자 요청(REQ)에 대해서는 도 3에서 상세히 설명된다.The user request REQ is described in detail with reference to FIG. 3.

실시 예에 따라 클라이언트(200)는 PC(personal computer), 태블릿(tablet) PC, 또는 랩톱 컴퓨터(laptop computer) 등으로 구현될 수 있다. 다른 실시 예에 따라 클라이언트(200)는 이동 전화기(cellular phone), 스마트폰 (smart phone), 또는 태블릿(tablet) PC와 같은 휴대용 장치(portable device)로서 구현될 수 있다.According to an embodiment, the client 200 may be implemented as a personal computer, a tablet PC, or a laptop computer. According to another embodiment, the client 200 may be implemented as a portable device such as a cellular phone, a smart phone, or a tablet PC.

서버(100)와 클라이언트(200)는 유선 인터넷 네트워크 또는 무선 인터넷 네트워크를 통하여 데이터를 송수신할 수 있다. The server 100 and the client 200 may transmit and receive data through a wired internet network or a wireless internet network.

도 2는 도 1에 도시된 서버의 일 실시 예에 따른 블록도이다.FIG. 2 is a block diagram according to an exemplary embodiment of the server shown in FIG. 1.

도 2를 참조하면, 서버(100)는 데이터베이스(database;110), 수신 모듈(120), 매핑 모듈(mapping module;130), 데이터 추출 모듈(140), 및 전송 모듈(160)을 포함한다. 실시 예에 따라 서버(100)는 파일 생성 모듈(150)을 더 포함할 수 있다.2, the server 100 includes a database 110, a reception module 120, a mapping module 130, a data extraction module 140, and a transmission module 160. According to an embodiment, the server 100 may further include a file generation module 150.

데이터베이스(110)는 매핑 데이터 DB(mapping data database;112)와 BIM데이터파일 DB(114)를 포함할 수 있다.The database 110 may include a mapping data database 112 and a BIM data file DB 114.

매핑 데이터 DB(112)는 매핑 데이터를 저장할 수 있다. The mapping data DB 112 may store mapping data.

상기 매핑 데이터는 BIM데이터파일에 포함된 복수의 엔티티들 중에서 적어도 어느 하나의 엔티티와 매핑될 수 있다. 실시 예에 따라 상기 매핑 데이터는 상기 BIM데이터파일로부터 데이터를 추출하는데 사용될 수 있다.The mapping data may be mapped to at least one entity among a plurality of entities included in the BIM data file. In some embodiments, the mapping data may be used to extract data from the BIM data file.

BIM데이터파일 DB(114)는 복수의 BIM데이터파일들을 저장할 수 있다.The BIM data file DB 114 may store a plurality of BIM data files.

수신 모듈(120)은 클라이언트(200)로부터 전송된 사용자 요청(REQ)을 수신할 수 있다.The receiving module 120 may receive a user request (REQ) transmitted from the client 200.

매핑 모듈(130)은 사용자 요청(REQ)에 기초하여, 매핑 데이터 DB(112)에 저장된 매핑 데이터로부터 사용자 요청(REQ)에 상응하는 매핑 데이터(MDATA)를 검색할 수 있다.The mapping module 130 may retrieve the mapping data MDATA corresponding to the user request REQ from the mapping data stored in the mapping data DB 112 based on the user request REQ.

실시 예에 따라 매핑 모듈(130)은 수신 모듈(120)로부터 전송된 사용자 요청(REQ)에 기초하여 매핑 데이터를 요청하기 위한 제1쿼리(QR1)를 생성하고, 생성된 제1쿼리(QR1)를 매핑 데이터 DB(112)로 전송할 수 있다.According to an embodiment, the mapping module 130 generates a first query QR1 for requesting mapping data based on a user request REQ transmitted from the reception module 120, and generates the first query QR1. May be transmitted to the mapping data DB 112.

이 경우 매핑 데이터 DB(112)는 제1쿼리(QR1)에 응답하여, 제1쿼리(QR1)에 상응하는 매핑 데이터(MDATA)를 매핑 모듈(130)로 전송할 수 있다.In this case, the mapping data DB 112 may transmit the mapping data MDATA corresponding to the first query QR1 to the mapping module 130 in response to the first query QR1.

매핑 데이터 DB(112)로부터 매핑 데이터(MDATA)를 검색하기 위해서 제1쿼리(QR1)를 생성하는 방법은 일 실시 예에 불과하며, 이에 한정되지 않는다.The method of generating the first query QR1 in order to retrieve the mapping data MDATA from the mapping data DB 112 is just one embodiment, but is not limited thereto.

데이터 추출 모듈(140)은 매핑 모듈(130)로부터 검색된 매핑 데이터(MDATA)를 수신하고, 매핑 데이터(MDATA)와 매핑되어 있는 적어도 어느 하나의 엔티티에 대응되는 데이터(EDATA)를 추출할 수 있다.The data extraction module 140 may receive the mapping data MDATA retrieved from the mapping module 130 and extract data EDATA corresponding to at least one entity mapped with the mapping data MDATA.

실시 예에 따라 데이터 추출 모듈(140)은 수신된 매핑 데이터(MDATA)에 기초하여 데이터를 추출하기 위한 제2쿼리(QR2)를 생성하고, 생성된 제2쿼리(QR2)를 BIM데이터파일 DB(114)로 전송할 수 있다.According to an exemplary embodiment, the data extraction module 140 generates a second query QR2 for extracting data based on the received mapping data MDATA, and generates the second query QR2 using the BIM data file DB ( 114).

이 경우 BIM데이터파일 DB(114)는 제2쿼리(QR2)에 응답하여 제2쿼리(QR1)에 상응하는 데이터(EDATA)를 추출하고, 추출된 데이터(EDATA)를 데이터 추출 모듈(140)로 전송할 수 있다.In this case, the BIM data file DB 114 extracts the data EDATA corresponding to the second query QR1 in response to the second query QR2 and transfers the extracted data EDATA to the data extraction module 140. Can transmit

BIM데이터파일 DB(114)로부터 데이터(EDATA)를 추출하기 위해서 제2쿼리(QR2)를 생성하는 방법은 일 실시 예에 불과하며, 이에 한정되지 않는다.The method of generating the second query QR2 to extract the data EDATA from the BIM data file DB 114 is only an embodiment, but is not limited thereto.

실시 예에 따라 데이터 추출 모듈(140)은 복수의 BIM데이터파일로부터 데이터(EDATA)를 추출할 수 있다.According to an embodiment, the data extraction module 140 may extract data EDATA from a plurality of BIM data files.

파일 생성 모듈(150)은 데이터 추출 모듈(140)로부터 추출된 데이터(EDATA)를 수신하고, 추출된 데이터(EDATA)를 포함하는 서브 BIM데이터파일(EFILE), 예컨대 파일 포맷이 IFC인 파일을 생성할 수 있다.The file generation module 150 receives the data EDATA extracted from the data extraction module 140 and generates a sub-BIM data file EFILE including the extracted data EDATA, for example, a file whose file format is IFC. can do.

전송 모듈(160)은 파일 생성 모듈(150)로부터 서브 BIM데이터파일(EFILE)을 수신하고, 수신된 서브 BIM데이터파일(EFILE)을 사용자 요청(REQ)에 대한 응답(RES)으로서 클라이언트(200)로 전송할 수 있다.The transmission module 160 receives the sub BIM data file EFILE from the file generation module 150, and uses the received sub BIM data file EFILE as a response RES to the user request REQ. Can be sent to.

다른 실시 예에 따라 서버(100)는 파일 생성 모듈(150)을 포함하지 않을 수 있으며, 전송 모듈(160)은 데이터 추출 모듈(140)로부터 추출된 데이터(EDATA)를 수신할 수 있다. According to another exemplary embodiment, the server 100 may not include the file generation module 150, and the transmission module 160 may receive the data EDATA extracted from the data extraction module 140.

이 경우 전송 모듈(160)은 추출된 데이터(EDATA)를 사용자 요청(REQ)에 대한 응답(RES)으로서 클라이언트(200)로 전송할 수 있다.In this case, the transmission module 160 may transmit the extracted data EDATA to the client 200 as a response RES to the user request REQ.

도 3은 도 1에 도시된 클라이언트의 일 실시 예에 따른 블록도이다.3 is a block diagram according to an exemplary embodiment of the client illustrated in FIG. 1.

도 1 내지 도 3을 참조하면, 클라이언트(200)는 요청 생성 모듈(220)과 데이터 처리 모듈(230)을 포함할 수 있다.1 to 3, the client 200 may include a request generation module 220 and a data processing module 230.

요청 생성 모듈(220)은 사용자 요청(REQ)을 생성하고 생성된 사용자 요청(REQ)을 서버(100)로 전송할 수 있다. The request generation module 220 may generate a user request REQ and transmit the generated user request REQ to the server 100.

실시 예에 따라 요청 생성 모듈(220)은 클라이언트(200)에서 실행 중이며, 건물 정보를 요청하는 어플리케이션(application;210)의 종류에 기초하여 사용자 요청(REQ)를 생성할 수 있다.According to an embodiment, the request generation module 220 may be running in the client 200 and generate a user request REQ based on the type of an application 210 requesting building information.

이 경우 사용자 요청(REQ)은 어플리케이션(210)이 정보를 필요로 하는 대상이 되는 건물에 관한 정보 및 어플리케이션 정보, 예컨대 어플리케이션(210)의 종류에 관한 정보를 포함할 수 있다.In this case, the user request REQ may include information about a building to which the application 210 needs information and application information, for example, information about a type of the application 210.

실시 예에 따라 사용자 요청(REQ)는 상기 정보들을 포함하는 스크립트(script)일 수 있다. 실시 예에 따라 상기 스크립트는 XML 형식으로 작성될 수 있다.According to an embodiment, the user request REQ may be a script including the above information. According to an embodiment, the script may be written in XML format.

실시 예에 따라 매핑 모듈(130)은 어플리케이션(210)의 종류에 관한 정보를 기초로 하여 매핑 데이터 DB(112)로부터 매핑 데이터(MDATA)를 검색할 수 있다.According to an embodiment, the mapping module 130 may retrieve the mapping data MDATA from the mapping data DB 112 based on the information about the type of the application 210.

매핑 데이터(MDATA)는 클라이언트(200) 또는 클라이언트(200)에서 실행 중인 어플리케이션(210)이 BIM데이터파일로부터 추출하고자 하는 대상을 정의하여 프로그램 형태로 매핑 데이터 DB(112)에 저장되어 있을 수 있다.The mapping data MDATA may be stored in the mapping data DB 112 in a program form by defining a target to be extracted by the client 200 or the application 210 running on the client 200 from the BIM data file.

데이터 처리 모듈(230)은 서버(100)로부터 전송된 응답(RES)을 수신하고, 수신된 응답(RES)을 어플리케이션(210)에서 활용 가능한 형태로 가공할 수 있다.The data processing module 230 may receive a response RES transmitted from the server 100 and process the received response RES into a form that can be utilized in the application 210.

실시 예에 따라 상기 가공 과정이 서버(100)에서 수행되고, 데이터 처리 모듈(230)은 어플리케이션(210)에서 활용 가능한 형태로 가공된 응답(RES)을 수신할 수 있다.According to an embodiment, the processing may be performed in the server 100, and the data processing module 230 may receive the processed response RES in a form that can be utilized in the application 210.

도 4는 일 실시 예에 따른 BIM데이터파일의 구조를 개념적으로 나타낸 도면이다.4 is a diagram conceptually illustrating a structure of a BIM data file according to an embodiment.

도 2와 도 4를 참조하면, 전체 파일(T1)은 복수의 엔티티들(A1, B1, C1, a1, a2, b1, c1, 및 c2)을 포함할 수 있다.2 and 4, the entire file T1 may include a plurality of entities A1, B1, C1, a1, a2, b1, c1, and c2.

설명의 편의를 위하여 전체 파일(T1)에 대하여 두 개의 매핑 데이터(MDATA)가 있으며, 제1매핑 데이터는 엔티티(A1)에 매핑되며, 제2매핑 데이터는 엔티티(B1)와 엔티티(C1)에 매핑된다고 가정한다.For convenience of description, there are two mapping data MDATA for the entire file T1, the first mapping data is mapped to the entity A1, and the second mapping data is mapped to the entity B1 and the entity C1. Suppose it is mapped.

실시 예에 따라 데이터 추출 모듈(140)이 상기 제1매핑 데이터를 수신한 경우, 상기 제1매핑 데이터에 기초하여, 전체 파일(T1)로부터 상기 제1매핑 데이터와 매핑되어 있는 엔티티(A1) 및 이의 하위 엔티티들(a1과 a2)에 대응되는 데이터를 추출할 수 있다.When the data extraction module 140 receives the first mapping data, the entity A1 is mapped with the first mapping data from the entire file T1 based on the first mapping data, and Data corresponding to the lower entities a1 and a2 may be extracted.

다른 실시 예에 따라 데이터 추출 모듈(140)이 상기 제2매핑 데이터를 수신한 경우, 상기 제2매핑 데이터에 기초하여, 전체 파일(T1)로부터 상기 제2매핑 데이터와 매핑되어 있는 엔티티들(B1,C1) 및 이의 하위 엔티티들(b1, c1,및 c2)에 대응되는 데이터를 추출할 수 있다.According to another embodiment, when the data extraction module 140 receives the second mapping data, entities B1 mapped to the second mapping data from the entire file T1 based on the second mapping data. , C1) and its sub-entities b1, c1, and c2 may be extracted.

또 다른 실시 예에 따라 매핑 데이터(MDATA)는 상위 엔티티(A1)와 이와 관련한 하위 엔티티들(a1과 a2) 모두에 매핑될 수 있다.According to another embodiment, the mapping data MDATA may be mapped to both the upper entity A1 and the lower entities a1 and a2 related thereto.

이 경우 상위 엔티티(A1)는 건물의 구조를 기능 단위로 분류한 엔티티, 예컨대 건물의 벽, 공간, 계단, 슬래브(slab) 등을 나타낼 수 있다.In this case, the upper entity A1 may represent an entity that classifies the structure of the building as a functional unit, for example, a wall, a space, a staircase, a slab, and the like of the building.

도 5는 다른 실시 예에 따른 BIM데이터파일의 구조를 개념적으로 나타낸 도면이다.5 is a diagram conceptually illustrating a structure of a BIM data file according to another embodiment.

도 2와 도 5를 참조하면, 전체 파일(T2)은 복수의 엔티티들(A2, B2, f1, f2, 및 f3)를 포함할 수 있다.2 and 5, the entire file T2 may include a plurality of entities A2, B2, f1, f2, and f3.

설명의 편의를 위하여 전체 파일(T2)에 대하여 매핑 데이터(MDATA)는 상위 엔티티(A2)와 상위 엔티티(B2)에 매핑된다고 가정한다.For convenience of description, it is assumed that the mapping data MDATA is mapped to the upper entity A2 and the upper entity B2 for the entire file T2.

실시 예에 따라 데이터 추출 모듈(140)은 매핑 데이터(MDATA)에 기초하여, 전체 파일(T2)로부터 매핑 데이터(MDATA)와 매핑되어 있는 복수의 상위 엔티티들(A2와 B2) 및 이에 연관된 하위 엔티티들(f1, f2, 및 f3)에 대응되는 데이터를 추출할 수 있다.According to an exemplary embodiment, the data extraction module 140 may include a plurality of upper entities A2 and B2 and subordinate entities associated with the mapping data MDATA from the entire file T2 based on the mapping data MDATA. Data corresponding to the fields f1, f2, and f3 may be extracted.

이 경우 데이터 추출 모듈(140)은 상위 엔티티(A2)에 연관된 하위 엔티티들(f1과 f2) 각각과 상위 엔티티(B2)에 연관된 하위 엔티티들(f2와 f3) 각각을 비교하고, 비교 결과 동일한 하위 엔티티(f2)가 있는 경우 동일한 하위 엔티티(f2)에 대해서는 데이터를 중복하여 추출하지 않을 수 있다. 즉, 동일한 하위 엔티티(f2)에 대해서는 1번만 데이터를 추출할 수 있다.In this case, the data extraction module 140 compares each of the lower entities f1 and f2 associated with the upper entity A2 with each of the lower entities f2 and f3 associated with the upper entity B2 and compares the same lower descendants. If there is an entity f2, data may not be duplicated for the same subordinate entity f2. That is, data can be extracted only once for the same subordinate entity f2.

도 6은 본 발명의 일 실시 예에 따른 BIM데이터파일에 포함된 데이터를 제공하는 방법의 흐름도이다.6 is a flowchart illustrating a method of providing data included in a BIM data file according to an embodiment of the present invention.

도 2, 도 3, 및 도 6을 참조하면, 수신 모듈(120)은 클라이언트(200)로부터 전송된 사용자 요청(REQ)을 수신할 수 있다(S10).2, 3, and 6, the receiving module 120 may receive a user request (REQ) transmitted from the client 200 (S10).

매핑 모듈(130)은 사용자 요청(REQ)에 기초하여, 매핑 데이터 DB(112)에 저장된 매핑 데이터로부터 사용자 요청(REQ)에 상응하는 매핑 데이터(MDATA)를 검색할 수 있다(S12).The mapping module 130 may retrieve mapping data MDATA corresponding to the user request REQ from mapping data stored in the mapping data DB 112 based on the user request REQ in operation S12.

데이터 추출 모듈(140)은 매핑 모듈(130)로부터 검색된 매핑 데이터(MDATA)를 수신하고, BIM데이터파일 DB(114)에 저장된 BIM데이터파일로부터 매핑 데이터(MDATA)와 매핑되어 있는 적어도 어느 하나의 엔티티에 대응되는 데이터(EDATA)를 추출할 수 있다(S14).The data extraction module 140 receives the mapping data MDATA retrieved from the mapping module 130 and at least one entity mapped with the mapping data MDATA from the BIM data file stored in the BIM data file DB 114. The data EDATA corresponding to may be extracted (S14).

전송 모듈(160)은 데이터 추출 모듈(140)로부터 추출된 데이터(EDATA)를 수신하고, 추출된 데이터(EDATA)를 사용자 요청(REQ)에 대한 응답(RES)으로서 클라이언트(200)로 전송할 수 있다(S16).The transmission module 160 may receive the data EDATA extracted from the data extraction module 140 and transmit the extracted data EDATA to the client 200 as a response RES to the user request REQ. (S16).

실시 예에 따라 서버는 추출된 데이터(EDATA)를 가공하여, 가공된 데이터를 클라이언트(200)로 전송할 수 있다. According to an embodiment, the server may process the extracted data EDATA and transmit the processed data to the client 200.

이 경우, 데이터 처리 모듈(230)은 어플리케이션(210)에서 활용 가능한 형태로 가공된 응답(RES)을 수신할 수 있다. 상기 가공된 응답(RES)은 추출된 데이터(EDATA)를 기초로 하여 가공된 것이며, 클라이언트(200) 또는 클라이언트(200)에서 실행 중인 어플리케이션(210)에서 요구하는 결과 값만 포함할 수 있다.In this case, the data processing module 230 may receive the processed response RES in a form usable in the application 210. The processed response RES is processed based on the extracted data EDATA, and may include only the result value required by the client 200 or the application 210 running on the client 200.

도 7은 다른 실시 예에 따른 BIM데이터파일에 포함된 데이터를 제공하는 방법의 흐름도이다.7 is a flowchart illustrating a method of providing data included in a BIM data file according to another exemplary embodiment.

도 2와 도 7을 참조하면, 파일 생성 모듈(150)은 데이터 추출 모듈(140)로부터 추출된 데이터(EDATA)를 수신하고, 추출된 데이터(EDATA)를 포함하는 서브 BIM데이터파일(EFILE), 예컨대 파일 포맷이 IFC인 파일을 생성할 수 있다(S20).2 and 7, the file generation module 150 receives the data EDATA extracted from the data extraction module 140, the sub BIM data file EFILE including the extracted data EDATA, For example, a file having a file format of IFC may be generated (S20).

전송 모듈(160)은 파일 생성 모듈(150)로부터 서브 BIM데이터파일(EFILE)을 수신하고, 수신된 서브 BIM데이터파일(EFILE)을 사용자 요청(REQ)에 대한 응답(RES)으로서 클라이언트(200)로 전송할 수 있다(S22).The transmission module 160 receives the sub BIM data file EFILE from the file generation module 150, and uses the received sub BIM data file EFILE as a response RES to the user request REQ. Can be transmitted to (S22).

도 8은 본 발명의 다른 실시 예에 따른 BIM데이터 제공시스템의 블록도이다.8 is a block diagram of a BIM data providing system according to another embodiment of the present invention.

도 8을 참조하면, BIM데이터 제공시스템(300)은 프로세서(processor;310), 제1메모리(memory;320), 제2메모리(330), 입력 장치(340), 및 디스플레이(display;350)를 포함할 수 있다.Referring to FIG. 8, the BIM data providing system 300 may include a processor 310, a first memory 320, a second memory 330, an input device 340, and a display 350. It may include.

실시 예에 따라 BIM데이터 제공시스템(300)은 PC(personal computer), 태블릿(tablet) PC, 또는 랩톱 컴퓨터(laptop computer) 등으로 구현될 수 있다.According to an embodiment, the BIM data providing system 300 may be implemented as a personal computer, a tablet PC, or a laptop computer.

프로세서(310)는 BIM데이터 제공시스템(300)의 동작을 전반적으로 제어한다. The processor 310 generally controls the operation of the BIM data providing system 300.

제1메모리(320)는 동작 메모리(operation memory)로서 사용될 수 있다. 실시 예에 따라 제1메모리(320)는 ROM(read only memory)과 같은 비휘발성 메모리로 구현될 수 있고 SRAM(Static random access memory)과 같은 휘발성 메모리로 구현될 수 있다.The first memory 320 may be used as an operation memory. According to an embodiment, the first memory 320 may be implemented as a nonvolatile memory such as a read only memory (ROM) or a volatile memory such as a static random access memory (SRAM).

제2메모리(330)는 매핑 데이터 및/또는 복수의 BIM데이터파일들을 저장할 수 있다.The second memory 330 may store mapping data and / or a plurality of BIM data files.

프로세서(310)는 입력 장치(340)를 통하여 입력된 사용자 요청에 따라 제1메모리(320)에 저장된 컴퓨터 프로그램을 실행시킬 수 있다. The processor 310 may execute a computer program stored in the first memory 320 according to a user request input through the input device 340.

상기 컴퓨터 프로그램이 실행됨에 따라 프로세서(310)는 제2메모리(330)에 저장된 상기 매핑 데이터로부터 상기 사용자 요청에 대응되는 매핑 데이터를 검색하고, 검색된 매핑 데이터와 매핑되어 있는 상기 적어도 어느 하나의 엔티티에 대응되는 데이터를 상기 BIM데이터파일로부터 추출하고, 추출된 데이터를 디스플레이(350)에 디스플레이할 수 있다.As the computer program is executed, the processor 310 retrieves mapping data corresponding to the user request from the mapping data stored in the second memory 330, and searches the at least one entity mapped with the retrieved mapping data. Corresponding data may be extracted from the BIM data file, and the extracted data may be displayed on the display 350.

실시 예에 따라, 입력 장치(340)는 터치 패드(touch pad) 또는 컴퓨터 마우스(computer mouse)와 같은 포인팅 장치(pointing device), 키패드(keypad), 또는 키보드(keyboard)로 구현될 수 있다.According to an embodiment, the input device 340 may be implemented as a pointing device such as a touch pad or a computer mouse, a keypad, or a keyboard.

본 발명은 도면에 도시된 일 실시 예를 참고로 설명되었으나 이는 예시적인 것에 불과하며, 본 기술 분야의 통상의 지식을 가진 자라면 이로부터 다양한 변형 및 균등한 타 실시 예가 가능하다는 점을 이해할 것이다. 따라서, 본 발명의 진정한 기술적 보호 범위는 첨부된 등록청구범위의 기술적 사상에 의해 정해져야 할 것이다.Although the present invention has been described with reference to one embodiment shown in the drawings, this is merely exemplary, and those skilled in the art will understand that various modifications and equivalent other embodiments are possible therefrom. Therefore, the true technical protection scope of the present invention will be defined by the technical spirit of the appended claims.

10, 300 : 시스템 140 : 데이터 추출 모듈
100 : 서버 150 : 파일 생성 모듈
110, 112, 114 : 데이터베이스 160 : 전송 모듈
120 : 수신 모듈 200 : 클라이언트
130 : 매핑 모듈
10, 300: system 140: data extraction module
100: server 150: file generation module
110, 112, 114: database 160: transmission module
120: receiving module 200: client
130: mapping module

Claims (11)

계층 구조를 가지는 복수의 엔티티들(entity)을 포함하는 BIM데이터파일과 상기 복수의 엔티티들 중에서 적어도 어느 하나의 엔티티와 매핑되어 있는 매핑 데이터를 저장할 수 있는 데이터베이스를 포함하는 서버를 이용하여 상기 BIM데이터파일에 포함된 데이터를 제공하는 방법에 있어서,
수신 모듈이 클라이언트로부터 상기 클라이언트에서 실행되는 어플리케이션의 종류에 관한 어플리케이션 정보를 포함하는 사용자 요청을 수신하는 단계;
매핑 모듈이 상기 수신 모듈로부터 전송된 사용자 요청에 포함된 상기 어플리케이션 정보에 기초하여, 상기 데이터베이스에 저장된 상기 매핑 데이터에서 상기 사용자 요청에 상응하는 매핑 데이터를 검색하는 단계;
데이터 추출 모듈이 상기 매핑 모듈로부터 검색된 매핑 데이터를 수신하고,수신된 매핑 데이터와 매핑되어 있는 적어도 어느 하나의 엔티티에 대응되는 데이터를 상기 BIM데이터파일로부터 추출하는 단계; 및
전송 모듈이 상기 데이터 추출 모듈로부터 추출된 데이터를 수신하고, 수신된 데이터를 클라이언트로 전송하는 단계를 포함하고,
상기 매핑 데이터와 매핑되어 있는 상기 적어도 어느 하나의 엔티티는, 상위 엔티티 및 상기 상위 엔티티와 연관된 하위 엔티티를 포함하고, 상기 상위 엔티티와 상기 하위 엔티티는 계층 구조를 가지며, 상기 매핑 데이터는 상기 어플리케이션 정보에 연관되는 서버를 이용하여 BIM데이터파일에 포함된 데이터를 제공하는 방법.
The BIM data using a server including a BIM data file including a plurality of entities having a hierarchical structure and a database capable of storing mapping data mapped to at least one of the plurality of entities. In a method for providing data contained in a file,
Receiving, by a receiving module, a user request including application information regarding a type of an application executed on the client from a client;
Retrieving mapping data corresponding to the user request from the mapping data stored in the database, based on the application information included in the user request transmitted from the receiving module, by a mapping module;
Receiving, by the data extraction module, mapping data retrieved from the mapping module, and extracting data corresponding to at least one entity mapped with the received mapping data from the BIM data file; And
Receiving, by the transmission module, the data extracted from the data extraction module, and transmitting the received data to the client,
The at least one entity mapped with the mapping data includes a parent entity and a child entity associated with the parent entity, the parent entity and the child entity have a hierarchical structure, and the mapping data is stored in the application information. A method of providing data contained in a BIM data file using an associated server.
삭제delete 삭제delete 제1항에 있어서, 상기 매핑 데이터와 매핑되어 있는 상기 적어도 어느 하나의 엔티티는,
제1상위 엔티티에 연관된 복수의 제1하위 엔티티들 및 제2상위 엔티티에 연관된 복수의 제2하위 엔티티들을 포함하고,
상기 데이터 추출 모듈은,
상기 복수의 제1하위 엔티티들 각각과 상기 복수의 제2하위 엔티티들 각각을 비교하고, 비교결과 동일한 하위 엔티티가 있는 경우 상기 동일한 하위 엔티티에 대응되는 데이터를 중복하여 추출하지 않는 서버를 이용하여 BIM데이터파일에 포함된 데이터를 제공하는 방법.
The method of claim 1, wherein the at least one entity mapped with the mapping data comprises:
A plurality of first sub-entities associated with the first parent entity and a plurality of second sub-entities associated with the second parent entity,
The data extraction module,
Comparing each of the plurality of first sub-entities with each of the plurality of second sub-entities, and if there is a same sub-entity as a result of the comparison, BIM using a server that does not overlap and extract data corresponding to the same sub-entity How to provide data contained in a data file.
제1항에 있어서, 상기 추출하는 단계 이후에,
파일 생성 모듈이 추출된 데이터를 포함하는 IFC(industry foundation classes) 파일을 생성하는 단계를 더 포함하고,
상기 전송하는 단계는,
상기 전송 모듈이 상기 IFC 파일을 상기 클라이언트로 전송하는 서버를 이용하여 BIM데이터파일에 포함된 데이터를 제공하는 방법.
The method of claim 1, wherein after the extracting step,
The file generation module further includes generating an industry foundation classes (IFC) file including the extracted data.
The transmitting step,
And the transfer module provides data contained in a BIM data file using a server that transmits the IFC file to the client.
제1항, 제4항, 및 제5항 중의 어느 하나의 항에 기재된 서버를 이용하여 BIM데이터파일에 포함된 데이터를 제공하는 방법을 수행할 수 있는 컴퓨터 프로그램을 기록한 기록 매체.A recording medium having recorded thereon a computer program capable of performing a method for providing data contained in a BIM data file by using the server according to any one of claims 1, 4, and 5. 실행되고 있는 어플리케이션에 관한 어플리케이션 정보를 포함하는 사용자 요청을 생성할 수 있는 클라이언트; 및
상기 사용자 요청에 상응하는 응답을 상기 클라이언트로 전송할 수 있는 서버를 포함하고, 상기 서버는,
계층 구조를 가지는 복수의 엔티티들을 포함하는 BIM데이터파일과 상기 복수의 엔티티들 중에서 적어도 어느 하나의 엔티티와 매핑되어 있는 매핑 데이터를 저장할 수 있는 데이터베이스;
상기 클라이언트로부터 상기 사용자 요청을 수신할 수 있는 수신 모듈;
상기 수신 모듈로부터 전송된 사용자 요청에 포함된 상기 어플리케이션 정보에 기초하여, 상기 데이터베이스에 저장된 상기 매핑 데이터로부터 상기 사용자 요청에 상응하는 매핑 데이터를 검색할 수 있는 매핑 모듈;
상기 매핑 모듈로부터 검색된 매핑 데이터를 수신하고, 수신된 매핑 데이터와 매핑되어 있는 적어도 어느 하나의 엔티티에 대응되는 데이터를 상기 BIM데이터파일로부터 추출할 수 있는 데이터 추출 모듈; 및
상기 데이터 추출 모듈로부터 추출된 데이터를 수신하고, 수신된 데이터를 상기 클라이언트로 전송할 수 있는 전송 모듈을 포함하고,
상기 매핑 데이터와 매핑되어 있는 상기 적어도 어느 하나의 엔티티는, 상위 엔티티 및 상기 상위 엔티티와 연관된 하위 엔티티를 포함하고, 상기 상위 엔티티와 상기 하위 엔티티는 계층 구조를 가지며, 상기 매핑 데이터는 상기 어플리케이션 정보에 연관되는 BIM데이터 제공시스템.
A client capable of generating a user request including application information about the running application; And
A server capable of sending a response corresponding to the user request to the client, wherein the server comprises:
A database capable of storing a BIM data file including a plurality of entities having a hierarchical structure and mapping data mapped to at least one of the plurality of entities;
A receiving module capable of receiving the user request from the client;
A mapping module capable of retrieving mapping data corresponding to the user request from the mapping data stored in the database, based on the application information included in the user request transmitted from the receiving module;
A data extraction module for receiving mapping data retrieved from the mapping module and extracting data corresponding to at least one entity mapped with the received mapping data from the BIM data file; And
A transmission module for receiving data extracted from the data extraction module and transmitting the received data to the client;
The at least one entity mapped with the mapping data includes a parent entity and a child entity associated with the parent entity, the parent entity and the child entity have a hierarchical structure, and the mapping data is stored in the application information. Associated BIM data providing system.
삭제delete 제7항에 있어서,
추출된 데이터를 포함하는 IFC 파일을 생성하는 파일 생성 모듈을 더 포함하고,
상기 전송 모듈은,
상기 파일 생성 모듈로부터 전송된 상기 IFC 파일을 상기 클라이언트로 전송하는 BIM데이터 제공시스템.
The method of claim 7, wherein
Further comprising a file generation module for generating an IFC file containing the extracted data,
The transmission module comprises:
BIM data providing system for transmitting the IFC file transmitted from the file generation module to the client.
제7항에 있어서, 상기 매핑 데이터와 매핑되어 있는 상기 적어도 어느 하나의 엔티티는,
제1상위 엔티티에 연관된 복수의 제1하위 엔티티들 및 제2상위 엔티티에 연관된 복수의 제2하위 엔티티들을 포함하고,
상기 데이터 추출 모듈은,
상기 복수의 제1하위 엔티티들 각각과 상기 복수의 제2하위 엔티티들 각각을 비교하고, 비교결과 동일한 하위 엔티티가 있는 경우 상기 동일한 하위 엔티티에 대응되는 데이터를 중복하여 추출하지 않는 BIM데이터 제공시스템.
The method of claim 7, wherein the at least one entity mapped with the mapping data,
A plurality of first sub-entities associated with the first parent entity and a plurality of second sub-entities associated with the second parent entity,
The data extraction module,
And comparing each of the plurality of first sub-entities with each of the plurality of second sub-entities, and not extracting data corresponding to the same sub-entry if there is a same sub-entity as a result of the comparison.
컴퓨터 프로그램을 저장하는 제1메모리;
계층 구조를 가지는 복수의 엔티티들을 포함하는 BIM데이터파일과 상기 복수의 엔티티들 중에서 적어도 어느 하나의 엔티티와 매핑되어 있는 매핑 데이터를 저장하는 제2메모리; 및
상기 컴퓨터 프로그램을 실행시키는 프로세서를 포함하며,
상기 컴퓨터 프로그램이 상기 프로세서에 의해 실행됨에 따라, 상기 프로세서는 입력 장치를 통하여 입력된 어플리케이션의 종류에 관한 어플리케이션 정보를 포함하는 사용자 요청에 따라, 상기 제2메모리에 저장된 상기 매핑 데이터로부터 상기 사용자 요청에 대응되는 매핑 데이터를 검색하고,
검색된 매핑 데이터와 매핑되어 있는 적어도 어느 하나의 엔티티에 대응되는 데이터를 상기 BIM데이터파일로부터 추출하고, 추출된 데이터를 디스플레이에 디스플레이하고,
상기 매핑 데이터와 매핑되어 있는 상기 적어도 어느 하나의 엔티티는, 상위 엔티티 및 상기 상위 엔티티와 연관된 하위 엔티티를 포함하고, 상기 상위 엔티티와 상기 하위 엔티티는 계층 구조를 가지며, 상기 매핑 데이터는 상기 어플리케이션 정보에 연관되는 BIM데이터 제공시스템.
A first memory for storing a computer program;
A second memory for storing a BIM data file including a plurality of entities having a hierarchical structure and mapping data mapped to at least one of the plurality of entities; And
A processor for executing the computer program,
As the computer program is executed by the processor, the processor transmits the request to the user request from the mapping data stored in the second memory in response to a user request including application information regarding the type of the application input through the input device. Retrieve the corresponding mapping data,
Extract data corresponding to at least one entity mapped with the searched mapping data from the BIM data file, and display the extracted data on a display;
The at least one entity mapped with the mapping data includes a parent entity and a child entity associated with the parent entity, the parent entity and the child entity have a hierarchical structure, and the mapping data is stored in the application information. Associated BIM data providing system.
KR1020120016827A 2012-02-20 2012-02-20 Method for providing data included in building information modeling data file, recording medium thereof, and system using the method KR101235042B1 (en)

Priority Applications (6)

Application Number Priority Date Filing Date Title
KR1020120016827A KR101235042B1 (en) 2012-02-20 2012-02-20 Method for providing data included in building information modeling data file, recording medium thereof, and system using the method
JP2012239129A JP5576455B2 (en) 2012-02-20 2012-10-30 Method for providing data contained in BIM data file, recording medium recording the same, and system including the same
US13/664,534 US9043346B2 (en) 2012-02-20 2012-10-31 Method of providing data included in building information modeling data file, recording medium therefor, system using the method, and method of providing data using building information modeling server
PH12012000365A PH12012000365A1 (en) 2012-02-20 2012-11-20 Method of providing data included in building information modelling data file, computer readable medium therefor, system using the method, and method of providing data using building information modelling server
EP12194933.3A EP2629210B1 (en) 2012-02-20 2012-11-30 Method of providing data included in building information modeling data file, computer readable medium therefor, system using the method
CN2012105065982A CN103257984A (en) 2012-02-20 2012-11-30 Method for providing data using building information modeling server

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
KR1020120016827A KR101235042B1 (en) 2012-02-20 2012-02-20 Method for providing data included in building information modeling data file, recording medium thereof, and system using the method

Publications (1)

Publication Number Publication Date
KR101235042B1 true KR101235042B1 (en) 2013-02-21

Family

ID=47899830

Family Applications (1)

Application Number Title Priority Date Filing Date
KR1020120016827A KR101235042B1 (en) 2012-02-20 2012-02-20 Method for providing data included in building information modeling data file, recording medium thereof, and system using the method

Country Status (1)

Country Link
KR (1) KR101235042B1 (en)

Cited By (3)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
KR101482587B1 (en) 2014-01-27 2015-01-14 주식회사 석영시스템즈 Information Providing Apparatus and Method using Entity Reference Path of Building and Infrastructure Information
CN106844490A (en) * 2016-12-26 2017-06-13 江苏龙腾工程设计股份有限公司 The structuring of BIM non-geometry information databases and the method and system for interacting
CN107423865A (en) * 2017-03-10 2017-12-01 中铁四局集团有限公司 High-speed railway KXG based on BIM

Citations (3)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
KR20010008219A (en) * 2000-11-16 2001-02-05 이한동 On-line estmation system and method of Interior
KR20040052569A (en) * 2004-04-03 2004-06-23 주식회사 피앤피시큐어 Method and system for monitoring and securing a database
KR20100020060A (en) * 2008-08-12 2010-02-22 주식회사 두올테크 System for managing bim information based on the session

Patent Citations (3)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
KR20010008219A (en) * 2000-11-16 2001-02-05 이한동 On-line estmation system and method of Interior
KR20040052569A (en) * 2004-04-03 2004-06-23 주식회사 피앤피시큐어 Method and system for monitoring and securing a database
KR20100020060A (en) * 2008-08-12 2010-02-22 주식회사 두올테크 System for managing bim information based on the session

Cited By (4)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
KR101482587B1 (en) 2014-01-27 2015-01-14 주식회사 석영시스템즈 Information Providing Apparatus and Method using Entity Reference Path of Building and Infrastructure Information
CN106844490A (en) * 2016-12-26 2017-06-13 江苏龙腾工程设计股份有限公司 The structuring of BIM non-geometry information databases and the method and system for interacting
CN106844490B (en) * 2016-12-26 2020-08-28 江苏龙腾工程设计股份有限公司 Method and system for structuring and interacting BIM non-geometric information database
CN107423865A (en) * 2017-03-10 2017-12-01 中铁四局集团有限公司 High-speed railway KXG based on BIM

Similar Documents

Publication Publication Date Title
JP5576455B2 (en) Method for providing data contained in BIM data file, recording medium recording the same, and system including the same
US11765176B2 (en) Method, apparatus, and computer program product for managing access permissions for a searchable enterprise platform
CN105550206B (en) The edition control method and device of structured query sentence
US20200142674A1 (en) Extracting web api endpoint data from source code
CN103858121A (en) Method and system for making Web application obtain database change
CN104254846A (en) Content-based navigation for electronic devices
CN105007314A (en) Big data processing system oriented to mass reading data of readers
JP2015106354A (en) Search suggestion device, search suggestion method, and program
KR101235042B1 (en) Method for providing data included in building information modeling data file, recording medium thereof, and system using the method
CN111666383A (en) Information processing method, information processing device, electronic equipment and computer readable storage medium
CN110110184B (en) Information inquiry method, system, computer system and storage medium
Xia et al. Optimizing an index with spatiotemporal patterns to support GEOSS Clearinghouse
US10685027B2 (en) Search system
US9692804B2 (en) Method of and system for determining creation time of a web resource
US20220156069A1 (en) Systems and methods for handling macro compatibility for documents at a storage system
CN110750569A (en) Data extraction method, device, equipment and storage medium
US9934319B2 (en) Method of and system for determining creation time of a web resource
JP5466191B2 (en) Access control system, server management device, data storage device, access control method, server management program, and data storage program
US20090172601A1 (en) System and method for viewing arbitrary hierarchies in a browser
US20230362659A1 (en) Microwave design tool
US20240134862A1 (en) Increased efficiency of query types of representational state transfer programming interfaces
KR101441752B1 (en) Method and system for loading image-based drawing, and recording medium
Chen et al. Research on distributed competition big data hierarchical storage method based on Ceph architecture
KR101448174B1 (en) Method of serching image and server apparatus thereof
Shen et al. Design and Construction of Distributed JavaScript Parsing System

Legal Events

Date Code Title Description
A201 Request for examination
A302 Request for accelerated examination
E902 Notification of reason for refusal
E902 Notification of reason for refusal
E701 Decision to grant or registration of patent right
GRNT Written decision to grant
FPAY Annual fee payment

Payment date: 20160201

Year of fee payment: 4