Next Article in Journal
Study on the Transmission and Evolution Characteristics of Vibration Wave from Vibratory Roller to Filling Materials Based on the Field Test
Next Article in Special Issue
A Simplified CityGML-Based 3D Indoor Space Model for Indoor Applications
Previous Article in Journal
Preliminary Numerical Analysis of a Novel Retaining System in Dry Sandy Soil and Its First Application to a Deep Excavation in Wuhan (China)
 
 
Font Type:
Arial Georgia Verdana
Font Size:
Aa Aa Aa
Line Spacing:
Column Width:
Background:
Article

Automatically Processing IFC Clipping Representation for BIM and GIS Integration at the Process Level

1
School of Design and the Built Environment, Curtin University, Bentley, WA 6102, Australia
2
School of Civil Engineering and Architecture, East China Jiaotong University, Nanchang 330013, China
3
School of Architecture, Hanyang University, Seoul 04763, Korea
4
College of Civil Engineering, Tongji University, Shanghai 200092, China
5
Australasian Joint Research Centre for Building Information Modelling, Curtin University, Bentley, WA 6102, Australia
6
Shanghai Construction Group Co. LTD, Shanghai 200080, China
*
Author to whom correspondence should be addressed.
Appl. Sci. 2020, 10(6), 2009; https://doi.org/10.3390/app10062009
Submission received: 25 February 2020 / Revised: 10 March 2020 / Accepted: 12 March 2020 / Published: 15 March 2020
(This article belongs to the Special Issue BIM and GIS Integration for Driving Smarter Decisions)

Abstract

:
The integration of building information modeling (BIM) and geographic information system (GIS) is attracting more attention than ever due to its potential benefits for both the architecture, engineering, and construction (AEC) domain and the geospatial industry. The main challenge in BIM and GIS integrated application comes from the fundamental data conversion, especially for the geometric information. BIM and GIS use different modeling paradigms to represent objects. The BIM dataset takes, for example, Industry Foundation Classes (IFC) that use solid models, such as boundary representation (B-Rep), swept solid, constructive solid geometry (CSG), and clipping, while the GIS dataset mainly uses surface models or B-Rep. The fundamental data conversion between BIM and GIS is the foundation of BIM and GIS integrated application. However, the efficiency of data conversion has been greatly impaired by the human intervention needed, especially for the conversion of the clipping geometry. The goal of this study is to automate the conversion of IFC clipping representation into the shapefile format. A process-level approach was developed with an algorithm for instantiating unbounded half spaces using B-Rep. Four IFC models were used to validate the proposed method. The results show that (1) the proposed approach can successfully automate the conversion of IFC clipping representation into the shapefile format; and (2) increasing boundary size has no effect on the file size of unbounded half spaces, but slightly increases the producing time of half spaces and processing time of building components. The efficiency of this study can be further improved by using an open-source package, instead of using the low-efficiency packages provided by ArcGIS.

1. Introduction

The building information modeling (BIM) and the geographic information system (GIS) emerge from different areas as follows: GIS starts as a mapping tool and is currently a comprehensive geospatial data management and analysis platform used in the geospatial industry [1] and BIM is widely used in the architecture, engineering, and construction (AEC) domain [2] and is a platform for building information creation, management, and sharing [3,4]. The integrated application of BIM and GIS has been applied in various fields and has benefited both areas. In the AEC domain, BIM and GIS have been jointly used in various stages of the building life cycle, such as planning, construction, operation, and maintenance. They have been applied to disassemble offshore platforms [5], build retrofit [6], green building design [7], construction site layout optimization [8], and construction supply chain management [9]. For the geospatial industry, they have been used to assess building-level flood damage [10] and room-level traffic noise [11], as well as improve indoor navigation [12,13].
The main challenge with BIM and GIS integration comes from the conversion of geometric information between BIM and GIS [14,15]. On the BIM side, the representative Industry Foundation Classes (IFC) standard uses multiple methods to represent three-dimensional (3D) objects, including boundary representation (B-Rep), swept solid, constructive solid geometry (CSG), clipping, mapped representation, and, in some cases, surface model [16]. Among them, B-Rep, CSG, and swept solid are classic methods for solid modeling [17], and clipping is considered to be a special type of CSG, as only the Boolean difference operation is involved. As a matter of fact, several studies simply referred to clipping as CSG [18,19]. However, IFC explicitly differentiates them from each other, as two distinctive classes have been defined, i.e., I f c B o o l e a n C l i p p i n g R e s u l t and I f c C s g S o l i d . A mapped representation is a representation that uses any of CSG, B-Rep, and swept solid representations of other entities, usually after coordinate transformation. Swept solid, clipping, and CSG representations are implicit models defined by certain parameters, the exact shapes are only calculated when needed, for example, for display, whereas B-Rep representations are explicit models [17]. Figure 1 represents examples of B-Rep, swept solid, CSG, and clipping. In contrast, on the GIS side, City Geography Markup Language (CityGML) mainly uses B-Rep and surface model. B-Rep is used to represent room and building spaces, whereas surface models are used to represent internal or external walls, ceilings, windows, doors, and roofs. Another frequently used data format on the GIS side is the shapefile format. Multipatch is one of its shape types that uses B-Rep to represent 3D objects [20].
Automated conversion of BIM datasets to GIS datasets is of great significance, given the fact that a great number of building models are needed for the construction of virtual city models that can be used in studies regarding smart city, etc., and because manual creation of such a large quantity of building models is time-consuming, cumbersome, and of low efficiency [18]. The automatic conversion has been realized for IFC B-Rep and swept solid [22], but not for IFC clipping. A clipping is the result of the Boolean difference between a swept solid and a half space solid, or between the result of the Boolean difference and a half space solid [23]. Clippings is classified into either one-clipping or multi-clipping depending on the number of half spaces involved. The primary challenge in automating IFC clipping conversion is the unbounded half space used by multi-clipping, because it is impossible to use bounded B-Rep to exactly represent boundless spaces. As a result, the conversion of clipping representations can only be completed manually or semi-automatically [24], and in some cases, the use of clipping representations is avoided.
Therefore, the aim of this study is to automate the conversion of IFC clipping representation into a GIS shapefile dataset. Prior to that, a sub-objective is to develop a method to approximately represent half spaces using B-Rep. The remainder of this paper is organized as follows: Section 2 introduces the research background and related works; Section 3 explains the methodology of this study, including the detailed workflow for processing clipping representation and instantiating bounded and unbounded half spaces, as well as data used in this study; Section 4 uses building models to determine the appropriate boundary size for instantiating unbounded half spaces and validate the proposed method; Section 5 gives the discussion of this study; and Section 6 concludes this paper.

2. Research Background and Related Work

2.1. IFC-to-Shapefile Conversion

In general, there are two approaches for BIM data to be converted to GIS, including IFC-to-CityGML conversion and IFC-to-Shapefile conversion. IFC-to-CityGML conversion mainly utilizes semantic-based methods to transfer semantic information between IFC and CityGML by creating intermediate data models (ontologies) between IFC and CityGML [25]. IFC-to-Shapefile conversion is mainly used by studies that are focusing on the integrated application of BIM and GIS to solve practical problems [16]. The IFC-to-CityGML conversion faces more challenges and the challenges are even more severe as compared with IFC-to-Shapefile conversion. Apart from the common geometry conversion problems, two extra problems confronting IFC-to-CityGML conversion include mapping of level of details (LoDs) and converting solid models to surface models as follows: (1) CityGML has defined five LoDs from LoD0 to LoD4 [26] and BIMForum also defined five levels of development (LOD) for BIM [27]. Unfortunately, LoDs and LODs cannot be simplified and mapped in a one-to-one manner. (2) Conversion from solid models to surface models has to be properly completed. For example, a wall represented by swept solid in IFC has to be represented by two pieces of individual surfaces in CityGML, one for interior wall and the other for exterior wall. Such a conversion is more challenging than the conversion between solid models such as IFC-to-Shapefile conversion. The difference between a surface model and a solid model is shown in Figure 2, using a house model. In addition, the degree of challenge increases dramatically when converting IFC to higher CityGML LoDs. By far, IFC models can be automatically converted to valid LoD3 models [18].
IFC-to-Shapefile conversion is theoretically easier to realize than IFC-to-CityGML conversion, as Shapefile uses solid models. In addition, it is more practical, as shapefile is a native format of ArcGIS, which is the most frequently involved GIS platform in integrated application of BIM and GIS [28], which means shapefile datasets can be directly used by ArcGIS while CityGML datasets need to be first converted.

2.2. Data Conversion from BIM to GIS

Data conversion between BIM and GIS can be generally categorized into two groups: within-industry conversion and cross-industry conversion [24]. Within-industry conversion refers to data conversion that takes place between different applications within the same industry, for example, between different BIM systems. Such a conversion is easier, as similar data standards and conversion methods are usually being adopted by different applications in a specific industry. For example, most systems in BIM use IFC for data exchange [29]. Cross-industry conversion, as suggested by its title, refers to data conversion that takes place between different applications in different domains, for example, between BIM and GIS. A comparison with within-industry conversion shows that cross-industry conversion faces many more challenges, including: (1) conversion between different types of representations; (2) coordinate system transformation; and (3) other problems caused by the use of different receiving data formats, such as CityGML and shapefile. A good example that demonstrates the difference between within-industry and cross-industry conversion is the study conducted by Boyes et al. [30]. In their study, the geometry conversion was realized between MicroStation DGN file and the SketchUp file using Bentley BIM extensions (within-industry conversion), whereas problems arose unexpectedly in their attempts to convert IFC files into a shapefile format using Feature Manipulation Engine (FME).
While geometry conversion between different representation types, for example, CSG, B-Rep, and swept solid, has been well studied within the computer-aided design (CAD) and BIM area [31,32], it still remains a challenging problem for conversion between BIM and GIS [19,33,34,35], especially the conversion of clipping. In a study which aimed to implement building information models in geospatial context, Isikdag et al. developed methods for converting IFC data into shapefile and geodatabase formats [35]. However, this study had several limits, such as incorrect spatial location of transformed models, as well as a lengthy processing time and incompleteness in geometry conversion. In terms of geometry conversion, their methods did not support walls defined by four or more clippings and walls defined by three clippings could contain errors after conversion. In addition, the converted top faces of walls were presented as a set of unordered points in their study which impaired the usefulness of these models. In another study, although the geometry conversion problem was not pointed out explicitly [36], it could be inferred from the figures they presented, in the paper, that the walls represented using clipping were not successfully converted. In some studies, the conversion of clipping was even neglected. Deng et al. developed methods to convert IFC geometry, however, they failed to consider the clipping method [34]. Zhu et al. developed the open-source Approach (OSA) for converting IFC dataset into a shapefile dataset [24], however, the conversion process for clipping was not fully automatic and human intervention was needed.
Some commercial products, such as Data Interoperability Extension for ArcGIS (DIA) [37] and the aforementioned FME [38], also provide the possibility to convert IFC datasets to GIS datasets. However, these products are not sufficiently reliable for geometry conversion and can crash during operation [15]. Boyes et al. investigated this issue and found it was caused by the inability of FME in converting CSG and clipping to B-Rep [30]. Since DIA uses FME as the geometry conversion engine, it has the same problem with FME. All in all, currently, methods for converting clipping are not reliable or efficient.

3. Methodology

In this study, an automatic approach has been developed to achieve efficient data conversion from IFC clipping representations into a shapefile dataset, considering the aforementioned facts regarding data conversion between BIM and GIS that (1) commercial tools are not reliable enough, (2) current studies cannot automatically and efficiently convert IFC clipping representations to GIS dataset, and (3) cross-industry conversion faces many more challenges than within-industry conversion. The suggested automatic conversion process generally contains three steps: extracting, instantiating, and clipping.

3.1. Extracting Parameters for Clipping

Details about clipping representation in IFC is stored in the I f c B o o l e a n C l i p p i n g R e s u l t class. Each clipping entity has two components, i.e., a first operand and a second operand. The first operand can be a swept solid or another clipping entity. If the first operand is a swept solid, then the clipping is referred to as one-clipping in this study. Otherwise, if the first operand is another clipping, then, the clipping is referred to as multi-clipping. Thus, the clippings in a clipping representation, then, form a cascading system (see Figure 3). The number of clippings included in a clipping entity is referred to as clipping depth in this study. The second operand is a half space, which can be either a bounded half space or an unbounded half space.
In this study, the swept solid in the last clipping is referred to as the main body, while the second operands are referred to as clipping parts. From this point of view, one-clipping is a clipping entity with one main body and one clipping part, while multi-clipping has one main body and multiple clipping parts. Figure 3 presents the structure of a multi-clipping entity with a clipping depth of n .
Parameters for the main body include sweeping profile, sweeping direction, and sweeping depth; parameters for unbounded half space include a base surface (defined by a normal direction and a point on the surface) and an agreement flag (a Boolean value, either true or false). Since bounded half space ( IfcPolygonalBoundedHalfSpace ) is a subclass of unbounded half space ( IfcHalfSpaceSolid ), apart from the base surface and the agreement flag, it additionally includes two more parameters, including position and the polygonal boundary. The parameters for each type of half space are presented in Figure 4, which represents the relationship between unbounded half space and bounded half space using unified modeling language (UML) [39].
The primary challenge in parameter extraction is to identify all the second operands (half spaces) and the first operand of the last clipping (the main body) from the cascading system. The following algorithm was developed to solve this problem (see Figure 5), and the pseudocode for this algorithm is given in Appendix A. This algorithm was used to process both multi-clipping entities and one-clipping entities.
In this algorithm, after inputting a clipping entity, the first step is to determine the type of clipping. If the first operand is a swept solid, then, the clipping is a one-clipping. In this case, only one main body and one clipping part should be retrieved and processed. If the first operand is another clipping entity, then, the initial clipping is a multi-clipping. In this case, the second operand is first retrieved and processed; then, the first operand of the next clipping in the clipping chain should be iteratively checked until the main body has been acquired. During this process, the second operands are iteratively retrieved and processed.

3.2. Instantiating Bounded and Unbounded Spaces

3.2.1. Challenges in Automating Clipping Conversion

Depending on the type of clippings and the type of half spaces involved in a clipping entity, there are four subtypes of clipping, i.e., (a) one-clipping with bounded half space, (b) one-clipping with unbounded half space, (c) multi-clipping with bounded half space, and (d) multi-clipping with unbounded half space. Given the fact that it is already possible to automatically convert one-clippings and multi-clippings with bounded half space [24], the main challenge of automating the conversion comes from multi-clipping with unbounded half space (see Table 1), mainly due to the fact that it is impossible to represent an infinite space (unbounded half space) using B-Rep that can only enclose a finite space.
To solve this problem, this study suggested assigning an imagined boundary to unbounded half space to create a spatially sufficiently large B-Rep. Then, the challenge was simplified to determine the size of the imagined boundary. This was solved by analyzing a number of IFC models to obtain the maximum dimension of building components. A B-Rep was considered to be sufficiently large in space as long as it was larger than all building components in any dimension (x-axis, y-axis, and z-axis).

3.2.2. Procedure for Instantiation

The detailed steps for the proposed method of instantiating unbounded half space entities are presented Figure 6 as follows: (1) Retrieving the unbounded half space entity; (2) retrieving the cutting plane, including its normal direction, a point on it, and the agreement flag; (3) defining the size of the imagined boundary for unbounded half space, for example, 100 by 100 m; (4) getting the closed ring, r i n g , formed by the intersections of the cutting plane and lines that pass through vertices of the boundary and are perpendicular to the x-y plane; (5) obtaining the maximum and minimum value of the z-value, i.e., m a x _ z and m i n _ z , of the r i n g ; (6) generating another two closed rings, i.e., r i n g   1 and r i n g   2 . R i n g   1 , with a z-value of ( m a x _ z + Δ ) , is parallel to the x-y plane; r i n g   2 , with a z-value of ( m i n _ z Δ ) , is also parallel to the x-y plane. Δ is the length of a buffer that is created to make the B-Rep sufficiently large in the z-axis direction; (7) transforming the coordinates of all rings to the world coordinate system used by the IFC project; (8) determining the ring couple, i.e., ( r i n g   1 , r i n g ) or ( r i n g , r i n g   2 ) to be used to regenerate B-Rep, depending on the value of A g r e e m e n t F l a g ; (9) generating B-Rep using OSA. This strategy can also be applied to convert bounded half space entities, all steps remain the same, except Step 3 where the boundary size is exactly retrieved from IFC. Please note that it is important to ensure that the converted B-Reps are closed, since only closed B-Reps can be used in geometry operation [17].
The equation for calculating the r i n g is as follows [24]:
[ X Y Z ] = [ X Y A X 0 + B Y 0 + C Z 0 ] × ( [ 1 0 0 0 1 0 A B C ] T ) 1
where [ X ,   Y ,   Z ] are coordinates for the r i n g , ( A ,   B ,   C ) is a normal direction to the cutting plane, ( X 0 ,     Y 0 ,     Z 0 ) is a point on the cutting plane, and [ X ,   Y ] are coordinates for vertices of the imagined boundary. The boundary size in the x-y plane and the buffer in the z-axis direction can be determined after examining the size of building components. A B-Rep for an unbounded half space can be considered sufficiently large as long as the boundary size and the buffer is larger than the maximum size of building components. A number of BIM models are needed to examine the size of building components. In this study, square boundaries were used, and the size of a boundary was measured by its length, for example, a boundary with a size of 100 m means a square boundary with a dimension of 100 by 100 m.
Figure 7 provides an illustration of the imagined boundary for unbounded half space, as well as r i n g , r i n g   1 , r i n g   2 , and cutting plane. Four lines, from Line 1 to Line 4, are perpendicular to the x-y plane and go through the four corners of the imagined rectangular boundary, respectively. There are four intersections between these four lines and the cutting plane, which then form the r i n g . The maximum and minimum value of the z-value of these intersections are m a x _ z and m i n _ z , respectively. The coordinates for r i n g   1 and r i n g   2 can be obtained by adding or subtracting a length of buffer, which are [ X , Y , min _ z Δ ] and [ X , Y , max _ z + Δ ] , respectively.

3.2.3. Naming Rules for Clipping Components

To automatically identify the main body and corresponding clipping part(s) in the following step, an appropriate naming rule is needed for both main body and clipping parts during instantiation. The following naming rules were adopted in this study, as shown in Table 2. The main bodies are named with a prefix, “clipping_main”, plus its unique identifier (ID); clipping parts are named with a prefix “clipping_part” plus its ID and a number, n , indicating its sequence in the clipping chain.

3.3. Clipping, Post-Processing, and Assessment

After obtaining B-Reps for the main body and all clipping parts (half spaces), the next task was to rebuild the B-Rep representations of the building components that were originally represented by clipping. Scripts based on ArcGIS were needed to automate this process. In general, three steps were involved as follows: (1) Acquiring all main bodies; (2) for each main body, acquiring all clipping parts; and (3) cutting the main body using clipping parts one by one in sequence. However, after this process, there were two issues caused by ArcGIS, which included: (1) Only geometric information and a unique identifier for each geometry are retained, while the original attached attributes get lost, and (2) merging multiple multipatch shapefiles is not currently supported by ArcGIS. As a result, additional scripts were needed to solve these issues to ensure data integrity and for better data management. The Python codes for solving these two issues are given in Appendix B. The developed method was assessed using criteria suggested by Donkers et al. [18], including model file size and processing time. Please note that the geometric uncertainty problem that is ubiquitous in mechanical computer-aided design (CAD) and computer-aided manufacturing (CAM), computational geometry, and many other fields [41] have been managed by using good quality IFC models which have defined an appropriate modeling precision.

3.4. Data

Several BIM models were used in this study, including two house models and two building models. Figure 8 presents these models, which include (a) House-1, (b) Institute, (c) House-2, and (d) Smiley. House-1, Institute, and Smiley were acquired from Karlsruhe Institute of Technology (KIT), which could be used unrestrictedly [42], while House-2 was acquired from Open IFC Model Repository [43]. House-1, Institute, and Smiley were used to measure the size of building components to determine the size of boundary and the buffer. House-2 was not used for this purpose as it failed to contain bounding box for each building part. During the validation of the proposed automatic conversion process, the Smiley model was not used because clipping was not used.
Table 3 lists the building elements contained in each building model and their total quantities. It can be observed that various building elements, such as windows, doors, walls, and roofs are included in these models, and the quantity of entities for each model ranges from 82 to 831.

4. Validation and Results

4.1. Determing Bounday Size and the Buffer

To determine an appropriate size for the imagined boundary, the bounding boxes of all building elements are acquired and assessed. This is a reliable way to learn the size of building components, since in a well-built BIM model, each building component should have a bounding box representation. Three building models are used for this purpose.
Table 4 presents the result of the assessment. The maximum X D i m for these models is between 7.5 and 42.0 m, the maximum Y D i m is between 7.3 and 18.0 m, whereas the number is between 3.6 and 4.2 m for the Z D i m . For the boundary to be sufficiently large, its size should exceed the maximum X D i m , Y D i m , and Z D i m obtained in this test. In this study, the size of the boundary is, then, set to be 100 by 100 m, and the buffer, Δ , is set to be 20 m.

4.2. Instantiating Half Spaces

With the obtained appropriate boundary size and buffer, the B-Reps for half spaces are automatically generated using the developed scripts. Figure 9 presents two examples of the generated B-Reps. To have a better view of them, two subfigures are provided for each half space representation with 0% and 30% transparency, respectively. In addition, the Institute model, colored by red, is placed along with them as a spatial reference. It is confirmed that the generated B-Reps for half spaces are sufficiently large in space to cover a building model.

4.3. Clipping

Figure 10 presents an example of the clipping process using the wall entity with ID 228278 for the Institute model. The detailed clipping processes have been presented as well as the location of the wall in the final building model. The depth of this clipping is four, however, it is found that the first and second clipping is actually the same, thus, only three clippings are presented.
Figure 11 represents the location of generated clipping geometry in the building models, i.e., House-1, Institute, and House-2 models. The geometry of these IFC models has been generated as expected. From the figure, it can be noticed that clipping is mainly used to represent irregular walls on the highest story of a building. Please note that the openings in the walls have not yet been extracted from the extruded walls.
Details about building components originally represented by clipping are given below in Table 5, including entity ID, type of element, clipping depth, quantity of bounded half space and unbounded half space, and if the generated B-Rep is closed.
For House-1, only four wall entities are represented by clipping with a maximum clipping depth of 2. For Institute, ten wall entities are represented by clipping with a maximum clipping depth of 8. For House-2, apart from ten wall entities, two column entities are also represented by clipping with a maximum clipping depth of 3. Both bounded and unbounded half spaces are involved, but the majority are bounded half spaces. As with House-1 and Institute, all the B-Reps are logically closed. For all three models, both bounded and unbounded half spaces are involved, and all the generated B-Rep representations have passed the “Is Closed” test, which means they are all logically closed solid model. This means the proposed method can automatically process any types of clipping, even those with a clipping depth larger than 4, and generate valid B-Rep into the shapefile format.

5. Discussion

5.1. Percentage of Clipping Entities

To have a general understanding of what methods are used to represent BIM models, a script has been written to calculate the number of entities that are represented by each representation method. Table 6 presents the number of entities for each building element that are represented by each representation method.
It can be noticed that clipping is, in most cases, used to represent I f c W a l l S t a n d a r d C a s e and sometimes I f c C o l u m n . It is not a frequently used representation type, as the percentage of clipping entities is only 4.9%, 2.2%, and 7.0% for the House-1, Institute, and House-2 model, respectively. The most frequently used representation types are B-Rep and swept solid.

5.2. Boundary Size, File Size, and Producing Time of B-Rep

To understand the relationship between boundary size, B-Rep file size, and time needed for the creation of B-Rep, a series of additional experiments have been conducted. B-Reps with boundary size of 10, 100, 1000, and 10,000 m for unbounded half spaces were first created, then their file size and time for creation were calculated.
Table 7 presents boundary sizes and file sizes of corresponding B-Reps for half spaces. The numbers clearly suggest that there is no relationship between them. B-Reps with a larger boundary size represent a larger space, but in terms of file size, they remain the same (1.16 KB). This relationship suggests that it is feasible to set the boundary size as large as possible, without the need to concern an over-large file size.
According to the initial experiments, the generation of B-Rep for a half space are completed in a short time, usually less than 1/1000 second. In this situation, the measured producing time can significantly deviate from the true value. It has been observed that, in each assessment, if the B-Rep generation process has only been run once, the time for each assessment varies significantly. Therefore, to make the assessment more reliable, the B-Rep generation operation has to be repeated multiple times in each assessment, which was set at 20,000 times in this study. Six unbounded half space entities are used for the assessment, and the total processing time is presented in Table 8. For each half space entity, it is observed that the time for each boundary size is very close, in most cases, within 0.5 s. Considering the large number of repetitions (20,000), the time difference between each execution is actually small enough that it can even be neglected.

5.3. Boundary Size and Processing Time for Building Component

Because the boundary size of 10 m is too small to represent an unbounded half space, as shown in Table 4, then, it is not used in assessing the processing time of building components, instead, a larger boundary size, 100,000 m, has been added. For the same reason mentioned above, the processing time of 10 repetitions under the same condition is calculated. Five building components are used for this purpose. The total processing time for each building component under each boundary size is presented in Table 9.
For building components from House-1 and Institute, there is a clear increasing trend in the processing time as the boundary size grows. The relationship between processing time and boundary size for these entities can be described using a linear equation, and high correlation coefficients have been noticed, around 0.98, as shown in Figure 12a. However, the increment in processing time is not very significant between neighboring boundary sizes. For example, consider the entity with ID 67536 from House-1 model, the total processing time increases to 3.76 s at the largest tested boundary size from 3.56 s at the smallest tested boundary size, with an increase of only 0.2 s, or 5.6%.
For the entities from House-2, however, the trend is not that obvious. Although trend lines can be drawn, they cannot accurately describe the data. As shown in Figure 12b, the correlation coefficients for entity ID 36346 and ID 36396 are only 0.729 and 0.208, respectively. However, they roughly show the positive correlation between processing time and boundary size. Considering that clipping is mainly used to represent walls and the usage is quite low, it is reasonable to believe that the processing time for the whole BIM model is not greatly affected by the increase of boundary size.
Please note that more boundary sizes need to be tested if a more accurate quantitative relationship between boundary size and processing time is to be determined, but this is not carried out in this study, as the quantitative relationship is not that decisive for this study.

5.4. Contribution to Data Conversion from BIM to GIS

This study processed all types of clippings in a fully automatic manner, including those with high clipping depths, and generated valid closed B-Rep in a shapefile format as compared with previous studies that focused on IFC-to-Shapefile conversion, such as studies by Isikdag et al. [19] and Zhu et al. [22,24]. This study benefited both IFC-to-Shapefile and IFC-to-CityGML conversion as follows: (1) First, this study enhances the IFC-to-Shapefile conversion by automating the conversion of clipping. As a result, data conversion from BIM to GIS is realized in an easier, more efficient and more reliable way. This could be beneficial to application-oriented BIM and GIS integration studies, which mainly use the shapefile format to store geometric and semantic information from BIM [28]. (2) Second, the IFC-to-CityGML conversion also benefits from this study in two ways. On the one hand, the general knowledge about the clipping representation revealed by this study and how relevant information can be extracted from IFC file is helpful, as interpreting IFC is the first step for data conversion from BIM to GIS. On the other hand, as suggested by Donkers et al. [18], the IFC-to-CityGML conversion requires implicit models such as swept solid and CSG to be first converted to explicit models such as B-Rep. The shapefile format could then facilitate these studies by acting as an intermediate medium between IFC and CityGML.

6. Conclusions

This study proposed an approach for automatically converting IFC clipping representation to the shapefile format for the use in GIS. To achieve this goal, this study proposed to instantiate unbounded half spaces by creating B-Rep that is sufficiently large in space and using an imagined boundary. Several tests were performed to determine an appropriate size for the imagined boundary, including measuring the size of building components, assessing the relationship between boundary size and file size of half spaces, as well as the relationship between boundary size and producing time of half spaces and building components. Four BIM models, including two house models and two building models from KIT and Open IFC Model Repository were used to validate the proposed method. In comparison with previous studies that aimed to convert clipping geometry for use in GIS, this method is relatively easy to perform and can process all types of clippings, including multi-clipping with unbounded half space, and generate valid B-Rep into the shapefile format.
The main findings of this study include the following: (1) the proposed method can successfully automate the conversion of IFC clipping into the shapefile format, regardless the type of clipping and the type of half space; (2) increasing the boundary size will not increase the file size of corresponding B-Reps for half spaces, but it will slightly increase the producing time of half spaces and processing time of building components; and (3) based on the previous point, an appropriate boundary size has been suggested to instantiate unbounded half spaces using B-Rep, which is 100 by 100 m in the x-y plane and a buffer of 20 m in the z-axis direction.
The primary limitation of this work is that it currently depends on a Python site package provided by a commercial GIS product, ArcGIS. This site package is of low efficiency and can only run on the Windows system. In the future, an alternative open source package should be used to further improve data conversion efficiency and support more operating systems. Apart from the geometry conversion involved in this study, transferring semantic information from IFC into the shapefile format is another challenge that should be properly addressed in the future.

Author Contributions

Conceptualization, J.Z., P.W., and X.W.; Formal analysis, J.Z.; Funding acquisition, P.W. and X.W.; Methodology, J.Z.; Software, J.Z.; Writing—original draft, J.Z. and P.W.; Writing—review and editing, P.W., M.C., M.J.K., and T.F. All authors have read and agreed to the published version of the manuscript.

Funding

This research was supported by the Australian Government through the Australian Research Council’s Discovery Project, grant number #DP180104026 and #DP170104613, and the Shanghai Economic and Information Commission Special Fund Programs, grant number Shanghai J-2018-27.

Acknowledgments

The authors would like to thank the anonymous reviewers for their comments and suggestions that helped improve the comprehensiveness and clarity of our paper.

Conflicts of Interest

The authors declare no conflict of interest.

Appendix A

The pseudocode for processing clipping entity.
1:
 procedure process-clipping(clipping):
2:
while the first operand of clipping is not a swept solid:
3:
  if the second operand of clipping is a bounded half space entity:
4:
   process bounded half space entity
5:
  elseif the second operand of clipping is an unbounded half space entity:
6:
   process unbounded half space entity
7:
  end if
8:
  clipping ← the first operand of clipping
9:
end while
10:
 process main body entity
11:
if the second operand of clipping is a bounded half space entity:
12:
  process bounded half space entity
13:
elseif the second operand of clipping is an unbounded half space entity:
14:
  process unbounded half space entity
15:
end if
16:
 end procedure

Appendix B

Python codes for merging multipatches is given below. The code uses two custom functions for listing shapefile and initiating the shapefile writer, i.e., l i s t S h a p e f i l e s and i n i t i a t e S h p W r i t e r .
1:
 def combineMultipatches(workspace, outFeature):
2:
  multipatches = listShpfiles(workspace)#list all shapefiles
3:
  initial_shp = shapefile.Reader(multipatches [0])
4:
  attList = [initial_shp.fields[i][0] for i in range(1,len(initial_shp.fields))]
5:
  shpWriter = initiateShpWriter(attList) #initiate the shapefile writer
6:
  for multipatch in multipatches:
7:
    sf_multipatch = shapefile.Reader(multipatch)
8:
    shapes = sf_multipatch.shapes()
9:
    records = sf_multipatch.records()
10:
    for i in range(len(shapes)):
11:
     shape = shapes[i]
12:
     record = records[i]
13:
     points = np.hstack((np.mat(shape.points),np.mat(shape.z).T))
14:
     points = points.tolist()
15:
     parts = []
16:
     for k in range(len(shape.parts)):
17:
      if k != len(shape.parts)-1:
18:
       ring = points[shape.parts[k]:shape.parts[k+1]]
19:
      else:
20:
       ring = points[shape.parts[k]:]
21:
      parts.append(ring)
22:
     partTypes = (np.ones(len(parts))*5).tolist()
23:
     shpWriter.poly(parts = parts, partTypes = partTypes, shapeType = 31)
24:
     shpWriter.records.append(record)
25:
  shpWriter.save(outFeature)

References

  1. Longley, P.A.; Goodchild, M.F.; Maguire, D.J.; Rhind, D.W. Geographic Information Systems and Science; John Wiley & Sons: New York, NY, USA, 2005. [Google Scholar]
  2. Li, X.; Shen, G.Q.; Wu, P.; Yue, T. Integrating building information modeling and prefabrication housing production. Autom. Constr. 2019, 100, 46–60. [Google Scholar] [CrossRef]
  3. Sacks, R.; Eastma, C.; Lee, G.; Teicholz, P. Bim Handbook: A Guide to Building Information Modeling for Owners, Managers, Designers, Engineers and Contractors, 3rd ed.; John Wiley & Sons: Hoboken, NJ, USA, 2018. [Google Scholar]
  4. Li, X.; Wu, P.; Shen, G.Q.; Wang, X.; Teng, Y. Mapping the knowledge domains of building information modeling (bim): A bibliometric approach. Autom. Constr. 2017, 84, 195–206. [Google Scholar] [CrossRef]
  5. Tan, Y.; Song, Y.; Zhu, J.; Long, Q.; Wang, X.; Cheng, J.C.P. Optimizing lift operations and vessel transport schedules for disassembly of multiple offshore platforms using bim and gis. Autom. Constr. 2018, 94, 328–339. [Google Scholar] [CrossRef]
  6. Göçer, Ö.; Hua, Y.; Göçer, K. A bim-gis integrated pre-retrofit model for building data mapping. Build. Simul. 2016, 9, 513–527. [Google Scholar] [CrossRef]
  7. Niu, S.; Pan, W.; Zhao, Y. A bim-gis integrated web-based visualization system for low energy building design. Procedia Eng. 2015, 121, 2184–2192. [Google Scholar] [CrossRef] [Green Version]
  8. Irizarry, J.; Karan, E.P. Optimizing location of tower cranes on construction sites through gis and bim integration. J. Inf. Technol. Constr. (ITcon) 2012, 17, 351–366. [Google Scholar]
  9. Irizarry, J.; Karan, E.P.; Jalaei, F. Integrating bim and gis to improve the visual monitoring of construction supply chain management. Autom. Constr. 2013, 31, 241–254. [Google Scholar] [CrossRef]
  10. Amirebrahimi, S.; Rajabifard, A.; Mendis, P.; Ngo, T. A framework for a microscale flood damage assessment and visualization for a building using bim–gis integration. Int. J. Digit. Earth 2016, 9, 363–386. [Google Scholar] [CrossRef]
  11. Deng, Y.; Cheng, J.C.; Anumba, C. A framework for 3d traffic noise mapping using data from bim and gis integration. Struct. Infrastruct. Eng. 2016, 12, 1267–1280. [Google Scholar] [CrossRef]
  12. Tashakkori, H.; Rajabifard, A.; Kalantari, M. A new 3d indoor/outdoor spatial model for indoor emergency response facilitation. Build. Environ. 2015, 89, 170–182. [Google Scholar] [CrossRef]
  13. Teo, T.-A.; Cho, K.-H. Bim-oriented indoor network model for indoor and outdoor combined route planning. Adv. Eng. Inform. 2016, 30, 268–282. [Google Scholar] [CrossRef]
  14. Hijazi, I.; Donaubauer, A.; Kolbe, T. Bim-gis integration as dedicated and independent course for geoinformatics students: Merits, challenges, and ways forward. ISPRS Int. J. Geo-Inf. 2018, 7, 319. [Google Scholar] [CrossRef] [Green Version]
  15. Zhu, J.; Wang, P.; Wang, X. In An assessment of paths for transforming ifc to shapefile for integration of bim and gis. In Proceedings of the 26th International Conference on Geoinformatics, Kunming, China, 28–30 June 2018; pp. 1–5. [Google Scholar]
  16. Zhu, J.; Wright, G.; Wang, J.; Wang, X. A critical review of the integration of geographic information system and building information modelling at the data level. ISPRS Int. J. Geo-Inf. 2018, 7, 66. [Google Scholar] [CrossRef] [Green Version]
  17. LaCourse, D.E. Handbook of Solid Modeling; McGraw-Hill, Inc.: New York, NY, USA, 1995. [Google Scholar]
  18. Donkers, S.; Ledoux, H.; Zhao, J.; Stoter, J. Automatic conversion of ifc datasets to geometrically and semantically correct citygml lod3 buildings. Trans. GIS 2016, 20, 547–569. [Google Scholar] [CrossRef] [Green Version]
  19. Isikdag, U.; Aouad, G.; Underwood, J.; Trodd, N. Investigating the Applicability of ifc in Geospatial Environment in Order to Facilitate the Fire Response Management Process. Available online: https://core.ac.uk/download/pdf/104426.pdf (accessed on 2 April 2019).
  20. ESRI. The Multipatch Geometry Type. Available online: https://support.esri.com/en/white-paper/1483 (accessed on 26 January 2019).
  21. Wikipedia. Constructive Solid Geometry. Available online: https://en.wikipedia.org/wiki/Constructive_solid_geometry (accessed on 26 January 2019).
  22. Zhu, J.; Wang, X.; Wang, P.; Wu, Z.; Kim, M.J. Integration of bim and gis: Geometry from ifc to shapefile using open-source technology. Autom. Constr. 2019, 102, 105–119. [Google Scholar] [CrossRef]
  23. buildingSMART. Ifcbooleanclippingresult. Available online: https://standards.buildingsmart.org/IFC/RELEASE/IFC4/ADD2_TC1/HTML/ (accessed on 2 September 2019).
  24. Zhu, J.; Wang, X.; Chen, M.; Wu, P.; Kim, M.J. Integration of bim and gis: Ifc geometry transformation to shapefile using enhanced open-source approach. Autom. Constr. 2019, 106, 102859. [Google Scholar] [CrossRef]
  25. Kolbe, T.H.; Konig, G.; Nagel, C. Advances in 3D Geo-Information Sciences; Springer: Berlin/Heidelberg, Germany, 2011. [Google Scholar]
  26. Consortium, O.G. Ogc City Geography Markup Language (Citygml) Encoding Standard. Available online: https://portal.opengeospatial.org/files/?artifact_id=47842 (accessed on 17 August 2019).
  27. BIMForum. Level of Development (lod) Specification. Available online: https://bimforum.org/lod/ (accessed on 30 August 2019).
  28. Ma, Z.; Ren, Y. Integrated application of bim and gis: An overview. Procedia Eng. 2017, 196, 1072–1079. [Google Scholar] [CrossRef]
  29. Afsari, K.; Eastman, C.M.; Castro-Lacouture, D. Javascript object notation (json) data serialization for ifc schema in web-based bim data exchange. Autom. Constr. 2017, 77, 24–51. [Google Scholar] [CrossRef]
  30. Boyes, G.; Ellul, C.; Irwin, D. Exploring bim for operational integrated asset management-a preliminary study utilising real-world infrastructure data. ISPRS Ann. Photogramm. Remote Sens. Spat. Inf. Sci. 2017, 4, 49–56. [Google Scholar] [CrossRef] [Green Version]
  31. Requicha, A.A. Representations of Rigid Solid Objects. In Computer Aided Design Modelling, Systems Engineering, Cad-Systems; Springer: Berlin, Germany, 1980; pp. 1–78. [Google Scholar]
  32. Benouamer, M.O.; Michelucci, D. Bridging the gap between csg and brep via a triple ray representation. In Proceedings of the Fourth ACM Symposium on Solid Modeling and Applications, Atlanta, GA, USA, 14–16 May 1997; pp. 68–79. [Google Scholar]
  33. Borrmann, A.; Kolbe, T.H.; Donaubauer, A.; Steuer, H.; Jubierre, J.R.; Flurl, M. Multi-scale geometric-semantic modeling of shield tunnels for gis and bim applications. Comput. Aided Civ. Infrastruct. Eng. 2015, 30, 263–281. [Google Scholar] [CrossRef]
  34. Deng, Y.; Cheng, J.C.; Anumba, C. Mapping between bim and 3d gis in different levels of detail using schema mediation and instance comparison. Autom. Constr. 2016, 67, 1–21. [Google Scholar] [CrossRef]
  35. Isikdag, U. Towards the Implementation of Building Information Models in Geospatial Context. Ph.D. Thesis, University of Salford, Salford, UK, 2006. [Google Scholar]
  36. Rafiee, A.; Dias, E.; Fruijtier, S.; Scholten, H. From bim to geo-analysis: View coverage and shadow analysis by bim/gis integration. Procedia Environ. Sci. 2014, 22, 397–402. [Google Scholar] [CrossRef] [Green Version]
  37. Tobiáš, P. An investigation into the possibilities of bim and gis cooperation and utilization of gis in the bim process. Geoinform. FCE CTU 2015, 14, 65–78. [Google Scholar] [CrossRef]
  38. Safe Software, Inc. Fme—The Simple Solution for Complex Integration. Available online: https://www.safe.com/ (accessed on 12 February 2019).
  39. Rumbaugh, J.; Jacobson, I.; Booch, G. Unified Modeling Language Reference Manual, 2nd ed.; Pearson Higher Education: Upper Saddle River, NJ, USA, 2004. [Google Scholar]
  40. buildingSMART. Ifchalfspacesolid. Available online: https://standards.buildingsmart.org/IFC/RELEASE/IFC4/ADD2_TC1/HTML/schema/ifcgeometricmodelresource/lexical/ifchalfspacesolid.htm (accessed on 21 August 2019).
  41. Myers, Y. Geometric Uncertainty with Dependencies. Ph.D. Thesis, Hebrew University of Jerusalem, Jerusalem, Israel, 2013. [Google Scholar]
  42. IfcWiki. Kit ifc Examples. Available online: http://www.ifcwiki.org/index.php?title=KIT_IFC_Examples (accessed on 25 January 2019).
  43. KIO Technology. Kit: Fjk-project-final. Available online: http://openifcmodel.cs.auckland.ac.nz/Model/Details/123 (accessed on 27 August 2019).
Figure 1. Basic representation methods used in IFC. (a) Boundary representation (B-Rep); (b) swept Solid; (c) constructive solid geometry (CSG) [21]; and (d) clipping.
Figure 1. Basic representation methods used in IFC. (a) Boundary representation (B-Rep); (b) swept Solid; (c) constructive solid geometry (CSG) [21]; and (d) clipping.
Applsci 10 02009 g001
Figure 2. A house model in (a) CityGML and (b) Shapefile.
Figure 2. A house model in (a) CityGML and (b) Shapefile.
Applsci 10 02009 g002
Figure 3. Structure of multi-clipping, i.e., the clipping chain.
Figure 3. Structure of multi-clipping, i.e., the clipping chain.
Applsci 10 02009 g003
Figure 4. Unified modeling language (UML) for IfcHalfSpaceSolid , IfcPolygonalBoundedHalfSpace , and IfcBoxedHalfSpace [40].
Figure 4. Unified modeling language (UML) for IfcHalfSpaceSolid , IfcPolygonalBoundedHalfSpace , and IfcBoxedHalfSpace [40].
Applsci 10 02009 g004
Figure 5. Algorithm for processing clipping entity.
Figure 5. Algorithm for processing clipping entity.
Applsci 10 02009 g005
Figure 6. Steps for instantiating unbounded half space entities.
Figure 6. Steps for instantiating unbounded half space entities.
Applsci 10 02009 g006
Figure 7. Illustration for boundary, ring 1, ring 2, ring, and the cutting plane.
Figure 7. Illustration for boundary, ring 1, ring 2, ring, and the cutting plane.
Applsci 10 02009 g007
Figure 8. Building models used in this study.
Figure 8. Building models used in this study.
Applsci 10 02009 g008
Figure 9. Examples of half spaces. (a) Half space (230613) with 0% transparency; (b) half space (230613) with 30% transparency; (c) half space (67512) with 0% transparency; and (d) half space (67512) with 30% transparency.
Figure 9. Examples of half spaces. (a) Half space (230613) with 0% transparency; (b) half space (230613) with 30% transparency; (c) half space (67512) with 0% transparency; and (d) half space (67512) with 30% transparency.
Applsci 10 02009 g009
Figure 10. Generating a wall entity (ID 228278) for the Institute model.
Figure 10. Generating a wall entity (ID 228278) for the Institute model.
Applsci 10 02009 g010
Figure 11. Location of generated clipping geometry in each building model.
Figure 11. Location of generated clipping geometry in each building model.
Applsci 10 02009 g011
Figure 12. Linear regression analysis for (a) House-1 and Institute, and (b) House-2.
Figure 12. Linear regression analysis for (a) House-1 and Institute, and (b) House-2.
Applsci 10 02009 g012
Table 1. Types of clippings and types of half spaces.
Table 1. Types of clippings and types of half spaces.
Automatic Conversion?
Bounded Half SpaceUnbounded Half Space
One-clippingYesYes
Multi-clippingYesNo
Table 2. Naming rules for main body and clipping part.
Table 2. Naming rules for main body and clipping part.
TypeNameComments
Main bodyclipping_main_IDID: the unique identifier of the entity
Clipping partclipping_part_ID_nn: sequence in the clipping chain
Table 3. Building elements in models and total quantity of entities for each element. ”x” indicates the inclusion of a building element.
Table 3. Building elements in models and total quantity of entities for each element. ”x” indicates the inclusion of a building element.
Building ElementHouse-1InstituteHouse-2Smiley
IfcBeamx xx
IfcBuildingElementProxy x
IfcColumn xxx
IfcDoorxxxx
IfcMemberx
IfcRailingxxxx
IfcRoof x
IfcSlabxxxx
IfcStairxxxx
IfcWallx xx
IfcWallStandardCasexxxx
IfcWindowxxxx
Total entity82448172831
Table 4. Maximum X D i m , Y D i m , and Z D i m for bounding boxes (B-Boxes) in House-1, Institute, and Smiley.
Table 4. Maximum X D i m , Y D i m , and Z D i m for bounding boxes (B-Boxes) in House-1, Institute, and Smiley.
Quantity of B-BoxMaximum X D i m Maximum Y D i m Maximum Z D i m
House-18213.0 m10.0 m3.6 m
Institute44842.0 m18.0 m4.2 m
Smiley8317.5 m7.3 m3.8 m
Table 5. Details about building components originally represented by clipping, including entity ID, type of element (Type), clipping depth (Depth), quantity of bounded half space (Bounded), quantity of unbounded half space (Unbounded), and if the generated B-Rep representation is closed (Is closed).
Table 5. Details about building components originally represented by clipping, including entity ID, type of element (Type), clipping depth (Depth), quantity of bounded half space (Bounded), quantity of unbounded half space (Unbounded), and if the generated B-Rep representation is closed (Is closed).
Entity IDTypeDepthBoundedUnboundedIs Closed?
House-160012Wall220Yes
67536Wall101Yes
67828Wall220Yes
75347Wall101Yes
Institute227944Wall880Yes
228278Wall440Yes
228563Wall220Yes
228951Wall660Yes
229235Wall220Yes
229520Wall220Yes
229966Wall880Yes
230389Wall770Yes
230647Wall202Yes
230935Wall220Yes
House-236346Column101Yes
36396Column101Yes
102921Wall110Yes
103158Wall110Yes
103276Wall110Yes
103338Wall110Yes
103611Wall110Yes
103724Wall110Yes
102443Wall220Yes
102583Wall220Yes
102860Wall110Yes
138980Wall330Yes
Table 6. Quantity of entities for each building element that are represented by B-Rep, swept solid, clipping, and surface.
Table 6. Quantity of entities for each building element that are represented by B-Rep, swept solid, clipping, and surface.
ModelIFC ClassB-RepSwept SolidClippingSurfaceTotal
House-1IfcBeam31004
IfcDoor50005
IfcMember4200042
IfcRailing20002
IfcSlab04004
IfcStair10001
IfcWallStandardCase094013
IfcWindow1100011
Total64144082
InstituteIfcColumn02002
IfcDoor7700077
IfcRailing1200012
IfcSlab2150026
IfcStair00044
IfcWallStandardCase0111100121
IfcWindow206000206
Total316118104448
House-2IfcBeam0390039
IfcBuildingElementProxy00088
IfcColumn082010
IfcDoor1400014
IfcRailing60006
IfcRoof10001
IfcSlab08008
IfcStair40004
IfcWall113610057
IfcWallStandardCase03610046
IfcWindow2500025
Total6191128172
Table 7. Boundary sizes and file size of corresponding B-Reps for half spaces.
Table 7. Boundary sizes and file size of corresponding B-Reps for half spaces.
Entity ID10 m100 m1000 m10000 m
House-1675121.16 KB1.16 KB1.16 KB1.16 KB
753231.16 KB1.16 KB1.16 KB1.16 KB
Institute2306131.16 KB1.16 KB1.16 KB1.16 KB
2306231.16 KB1.16 KB1.16 KB1.16 KB
House-2363171.16 KB1.16 KB1.16 KB1.16 KB
363671.16 KB1.16 KB1.16 KB1.16 KB
Table 8. B-Rep producing time (20,000 repetitions) for unbounded half spaces.
Table 8. B-Rep producing time (20,000 repetitions) for unbounded half spaces.
Entity ID10 m100 m1000 m10000 mMax diff
House-1675127.97 s8.04 s8.12 s8.14 s0.36 s
753237.89 s7.68 s7.66 s7.55 s0.33 s
Institute2306137.66 s7.56 s7.57 s7.68 s0.12 s
2306237.68 s7.84 s7.74 s7.66 s0.18 s
House-2363178.85 s8.80 s8.17 s7.93 s0.91 s
363678.54 s8.06 s7.96 s8.18 s0.58 s
Table 9. Processing time (10 repetitions) for building components.
Table 9. Processing time (10 repetitions) for building components.
Entity ID100 m1000 m10,000 m100,000 mMax diff
House-1675363.56 s3.60 s3.68 s3.76 s0.20 s
753473.84 s3.92 s4.04 s4.17 s0.33 s
Institute2306473.33 s3.46 s3.54 s3.71 s0.38 s
House-2363463.53 s3.54 s3.77 s3.73 s0.24 s
363963.96 s3.27 s4.09 s4.18 s0.91 s

Share and Cite

MDPI and ACS Style

Zhu, J.; Wu, P.; Chen, M.; Kim, M.J.; Wang, X.; Fang, T. Automatically Processing IFC Clipping Representation for BIM and GIS Integration at the Process Level. Appl. Sci. 2020, 10, 2009. https://doi.org/10.3390/app10062009

AMA Style

Zhu J, Wu P, Chen M, Kim MJ, Wang X, Fang T. Automatically Processing IFC Clipping Representation for BIM and GIS Integration at the Process Level. Applied Sciences. 2020; 10(6):2009. https://doi.org/10.3390/app10062009

Chicago/Turabian Style

Zhu, Junxiang, Peng Wu, Mengcheng Chen, Mi Jeong Kim, Xiangyu Wang, and Tingchen Fang. 2020. "Automatically Processing IFC Clipping Representation for BIM and GIS Integration at the Process Level" Applied Sciences 10, no. 6: 2009. https://doi.org/10.3390/app10062009

Note that from the first issue of 2016, this journal uses article numbers instead of page numbers. See further details here.

Article Metrics

Back to TopTop