Conference PaperPDF Available

Automated Generation of BIM Models

Authors:
  • White Lioness Technologies
  • Global Environmental Technologies Inc.

Abstract and Figures

In early stages of architectural design, highly simplified minimal models are often preferred while in the later stages maximal Building Information Models (BIM) are required that include the relevant information for detailed design documentation. This research focuses on the transition from minimal to maximal models and proposes a semi-automated workflow that consist of two main steps: analysis and templating. The analysis step starts with the minimal geometric model and decorates this model with a set of semantic and topological attributes. The templating step starts the decorated model and generates a transitional BIM model which can then be readily altered and populated with high resolution building information. A demonstration of two test cases shows the feasibility of the approach.
Content may be subject to copyright.
Automated Generation of BIM Models
Patrick Janssen1, Kian Wee Chen2, Akshata Mohanty3
1,3National University of Singapore 2CENSAM, Singapore-MIT Alliance for Re-
search and Technology, Singapore
1patrick@janssen.name 2kianwee@smart.mit.edu
3akshatamohanty@gmail.com
In early stages of architectural design, highly simplified minimal models are often
preferred while in the later stages maximal Building Information Models (BIM)
are required that include the relevant information for detailed design
documentation. This research focuses on the transition from minimal to maximal
models and proposes a semi-automated workflow that consist of two main steps:
analysis and templating. The analysis step starts with the minimal geometric
model and decorates this model with a set of semantic and topological attributes.
The templating step starts the decorated model and generates a transitional BIM
model which can then be readily altered and populated with high resolution
building information. A demonstration of two test cases shows the feasibility of
the approach.
Keywords: BIM, parametric modelling, interoperability
INTRODUCTION
Architectural design typically relies on different tools
at different stages of the design process. In the
early stages, minimal models that are highly simpli-
fied are often preferred, for two reasons. First, min-
imal models are easier to build, thereby minimis-
ing the 'sunk costs' for options that get discarded.
Second, minimal models are much faster to analyse
and simulate, thereby allowing designers to receive
timely feedback. In the later stages, maximal models
are required that include all relevant information for
detailed design documentation. Typically, Building
Information Models (BIM) are created that progres-
sively increase the amount of information, including
information from other design consultants and spe-
cialists (Eastman, 2008).
In the transition from minimal to maximal mod-
els, there is a key point when designers need to
switch from conceptual modelling tools to BIM tools.
Before this point, planar entities such as walls and
floor slabs may be modelled as single polygons and
linear elements such as columns and beams may be
defined as polylines. Once the switch is made to BIM
tools, entities need to be more precisely defined as
building elements, requiring them to be thickened
and materials and other details to be defined. We re-
fer to this as the materialisation process.
Materialisation Process
In this research, we focus on materialisation pro-
cesses where the tools used for conceptual mod-
elling differ from those used for BIM modelling. There
are cases where the conceptual modelling is per-
formed within the BIM tool, which then simplifies to
some extent the materialisation process. However,
designers often prefer to use different tools. Com-
BIM | Concepts - Volume 2 - eCAADe 34 |583
monly used tools include Trimble SketchUp and Mc-
Neel Rhino for conceptual design, and Graphisoft
ArchiCAD and Autodesk Revit for BIM modelling.
This research aims to explore the feasibility of
semi-automatically converting minimal geometric
models into transitional BIM models consisting of ex-
plicitly defined building elements, but with only lim-
ited building information. Although these models
may not yet be maximal in their information content,
their usefulness lies in the fact that they can be di-
rectly imported into existing BIM tools, where they
can be easily modified and further developed.
This materialisation process is currently difficult
to automate. For buildings designs with high levels of
repetition, this may not be an issue as the time taken
to manually remodel the design in the BIM tool is low.
However, if the design includes any more complex
non-repetitive configurations, then the remodelling
becomes time-consuming and error prone.
The aim of semi-automating this materialisation
process is to enable more fluid and flexible work-
flows that do not require BIM models to be manu-
ally recreated. However, this does not require the
whole modelling process to be fully automated. In-
stead, workflows need to be developed that min-
imise the effort required to remodel the design. As
a test case, the research will focus on a materialisa-
tion process in which the geometric models are im-
ported as DXF models, and the transitional BIM mod-
els are exported as Industry Foundation Classes (IFC)
models. The DXF file format is a commonly used data-
format for representing 3D geometry. The IFC file for-
mat (ISO 16739:2013) is an information-rich object-
based file format for representing building informa-
tion. The use of an open standardised file format en-
sures that the approach remains workflow agnostic,
allowing users to link together diverse tools and sys-
tems to support various forms of collaboration and
exchange.
One of the key requirement relates to the rep-
resentations used to model IFC elements. When
boundary representations are used, it becomes very
difficult to further modify and developed the model
using BIM tools. In contrast, when parametric rep-
resentations are used, the process of importing IFC
models into BIM tools generates native BIM elements
that retain their intelligent behaviour are therefore
easy to modify. The aim is therefore to use parametric
representations wherever possible, and to only revert
to boundary representations where it is absolutely
necessary.
Existing Approaches
Within the existing ecosystem of modelling tools and
plugins, there are a number of approaches that may
address some of challenges associated with the ma-
terialisation process. Three main approaches will be
briefly reviewed: geometric modelling tools that sup-
port IFC export, BIM modelling tools that support
geometric import, and graph-based parametric BIM
modelling systems.
Perhaps the most straightforward approach is to
use a geometric modeller that is capable of export-
ing IFC. One well know example is SketchUp, the Pro
version of which now supports IFC export. Using this
approach, the user simply models the building ele-
ments as objects in SketchUp, and then assigns an IFC
type to each of these objects. The downside with this
type of approach is twofold. First, the full 3D geome-
try must be modelled, and as result there is not really
any advantage over modelling it directly in the BIM
tool. Second, the resulting IFC elements are gener-
ated using boundary representations, which means
that they can no longer be easily modified once im-
ported into BIM tools.
Another approach is to import the geometric
model directly into a BIM tool, and then convert the
geometric entities to BIM elements. An example of
this is Revit, which allows geometric solids to be im-
ported as massing models into Revit. The faces of
the conceptual mass can then be selected and con-
verted to selected BIM elements such as walls and
slabs. The downside is that most BIM elements can-
not be created in this way. For example, openings
in the faces of solids can be imported, but cannot
be subsequently converted to Revit elements such as
584 |eCAADe 34 - BIM | Concepts - Volume 2
doors and windows.
A third approach is to consider using existing
parametric modelling tools as a platform for defin-
ing and customising the rules for the materialisation
process. Graph-based parametric modelling systems
such as McNeel Grasshopper [1], Bentley Generative-
Components [2], Autodesk Dynamo [3], and Sidefx
Houdini [4] could be used. A number of workflows
and plugins have been developed for generating BIM
models using such parametric modelling tools. In
general, there are two approaches: tightly coupled
and loosely coupled.
With the tightly coupled approach, systems are
coupled through the Application ProgrammingI nter-
face (API) provided by the BIM system. In this case,
graph-based systems communicate via the API of the
BIM system, directly instantiating geometry in the
BIM model each time the graph-based model is ex-
ecuted. There are numerous examples of this ap-
proach. Grasshopper has plugins for connecting to
both ArchiCAD (ArchiCAD Connection [5]) and Revit
(Hummingbird/Whitefeet [6]). Dynamo has a built-in
connection with Revit, and GenerativeComponents
has a built-in connection with AecoSIM [7]. The
downside of all these solutions is that they only work
with specific BIM tools and are therefore not work-
flow agnostic.
With the loosely coupled approach, systems are
coupled through model exchange. The graph-based
system typically generates an IFC model that can be
directly imported into the BIM system. An example
of this approach is the GeometryGym [8] plugin for
Grasshopper. In theory, it is possible for designers
to create their own customised materialisation pro-
cedures using a plugin like GeometryGym. However,
the downside would be the high complexity involved
in doing so. This is primarily due to the fact that
graph-based parametric modelling tools are not well
suited to creating such rule-based procedures. In
particular, the control flow of these types of proce-
dures is typically complex, with a heavy reliance on
conditional and looping constructs, for which graph-
based systems are not well suited.
Paper Overview
This research proposes a generalised system forsemi-
automating the materialisation process. The paper
consists of three main parts, with the first part de-
scribing a proposed system, the second part focusing
on a set of experiments, and the third part discussing
future challenge.
PROPOSED SYSTEM
A system for the semi-automated generation of tran-
sitional IFC models from geometric DXF models is
proposed. The proposed system focuses on typical
building elements such as slabs, roofs, walls, doors
and windows. These types of elements have the ad-
vantage that they can be defined using the paramet-
ric representations within IFC. In the proposed sys-
tem, the materialisation process is divided into two
parts: the analysis step and the templating step.
The analysis step starts with the geometric DXF
model and generates a new model that is enriched
with a set of semantic and topological attributes, re-
ferred to as the decorated model. The analysis rules
infer these attributes from the size, orientation, and
relationships between geometric entities in the DXF
model. Other than adding attributes, no changes are
made to the geometry by the analysis rules.
The templating step starts with the decorated
model and generates the transitional IFC model.
Each of the geometric entities in the decorated
model are mapped to parametrically defined objects
in the transitional IFC model. The template rules are
matched against geometric entities in the DXF model
based on attributes created in the analysis step. If a
rule matches, the IFC element specified in the rule is
added to the IFC model.
In general, the system is envisaged as a web-
based application that can be used to materialise
models. Figure 1 shows a materialisation process
consisting of four main steps: 1) upload the geomet-
ric DXF model; 2) execute the analysis rules; 3) cus-
tomise execute the templating rules; and 4) down-
load the transitional IFC model.
Step 3 is important as it allows the materialisa-
BIM | Concepts - Volume 2 - eCAADe 34 |585
Figure 1
Proposed system
for
semi-automating
the materialisation
process.
tion process to be customised to the needs of the de-
signer. The customised rules can take into account a
variety of factors, including the scale of the project,
the architectural design language, and the type of
construction. Through an iterative process of tweak-
ing rules, designers will over time be able to develop
libraries of personalised rules.
In step 4, the transitional IFC model is down-
loaded and imported into the BIM application, where
the IFC elements can be replaced with more complex
native BIM objects. There is therefore no expectation
that this materialisation process will create the whole
model. It is more likely that the process creates a BIM
model that can be readily populated with higher res-
olution information of the building project.
Geometric DXF Model to Decorated Model
The DXF model is assumed to contain highly simpli-
fied representations of a building following a set of
modelling conventions, using only planar polygons
and lines. Building elements such as walls, slabs,
doors and windows are represented using polygons,
while building elements such as columns and beams
are represented using lines. The analysis step first
assigns unique IDs to the entities in the model, and
then analyses the individual entities and their topo-
logical relationships.
For lines, attributes are created to store the
length and the direction vector. For polygons, at-
tributes are created to store the number of ver-
tices, perimeter, area, and normal vector. For poly-
gons, specific shapes are recognised, and a series
of Boolean attributes are created. These include is-
convex,is-rectangular and is-stable. A stable polygon
is defined as one whose lowest edge is horizontal.
Lines and polygons are also categorised according to
their angle of inclination, into one of four categories:
is-horizontal (0°), is-sloping (1 to 45°), is-leaning (46 to
89°), and is-vertical (90°).
The relationships between lines and polygons
are analysed for a given tolerance. For each type
of relationship, attributes are created with the at-
tribute value being a list of IDs of the entities in-
volved in the relationship. Contact relationships are
any lines or polygons that touch each other in some
way. Attributes are created for various types of con-
tact between points, edges, and faces. For poly-
gons, two additional types of relationships are co-
planarity and containment. Co-planarity refers to all
polygons that are co-planar to a given polygon, with
a single co-planar attribute being created for each
polygon. Containment refers to a relationship be-
tween co-planar polygons, where the interior of one
polygon completely contains another polygon. At-
tributes are created for both contained-by and con-
tains.
586 |eCAADe 34 - BIM | Concepts - Volume 2
Decorated Model to Transitional IFC Model
The templating step generates IFC elements from the
entities in the decorated model. This step starts by
creating the IFC spatial structure. The first three lev-
els of this spatial structure are predefined, and consist
of the IFCProject,IFCSite and IFCBuilding. Under the
building level, a number of IFCBuildingStories need
to be created. These building stories will contain all
the IFC elements that belong to that storey, including
slabs, walls, windows, columns and beams.
The templating step automatically groups the
geometric entities in the decorated model accord-
ing to building storeys they belong to. First, floors
are detected by identifying all horizontal polygons
with upward pointing normal. These floors are then
grouped into co-planar sets, and sorted according
to their z-heights in ascending order. These groups
then represent the building stories. The remaining
geometric entities in the model are then added to
these groups according to their topological relation-
ship to the floor polygons.
The geometric entities in each building storey
group are then processed, starting with the lowest
storey. For each group, an IFCBuildingStorey is cre-
ated and the geometric entities in the group are then
mapped to IFC elements using templating rules. The
templating rules have two parts: a pattern and a tem-
plate. The pattern part of the rule specifies the type
of geometric entity (either line or polygon) and a set
of attributes that the entity must have. The template
part of the rule specifies one or more IFC elements to
be instantiated.
The geometric representation of the IFC element
is generated based on the shape, position, and orien-
tation of the polygon or line. For example, an IFC wall
[9] can be represented using a number of parametric
representations. The Swept Solid representation of a
wall defines the solid wall object by sweeping a pla-
nar profile using either linear extrusion or revolution
techniques. The clipping representation defines the
solid wall object as a result of series of Boolean oper-
ations in a Constructive Solid Geometry tree. Finally,
the IFCWallStandardCase wall type is a parametric ob-
ject that defines a wall by the centre line and param-
eters that specify the width and height.
In addition, a number of settings are applied to
the IFC element. For example, for walls, the settings
include the thickness and materials of the wall, as
well as the position of the wall relative to the poly-
gon. (For example, the polygon may represent either
the wall centreline, the inner face or the outer face.)
As an illustrative example, a simplified version
of the templating rules for generating IFC walls are
shown below. In this case, the rules are designed to
identify polygons that are walls. Such polygons must
be stable, but the shape may vary, and it may be ver-
tical or leaning. These attributes will affect the rep-
resentation that is used. In addition, the 'contained-
by' attribute is used to distinguish between walls and
openings (such as doors and windows). For walls, the
'contained-by' attribute should be empty, while for
openings, it should contain an ID of the polygon in
which the opening is to be created.
IF polygon is-stable,is-vertical,is-rectangular
and contained-by is empty THEN IFCWallStan-
dardCase, Representation=Curve2D.
IF polygon is-stable,is-vertical and contained-
by is empty THEN IFCWallStandardCase, Rep-
resentation=Clipped.
IF polygon is-stable,is-leaning,is-rectangular
and contained-by is empty THEN IFCWall, Rep-
resentation=SweptSolid.
IF polygon is-stable,is-leaning and contained-
by is empty THEN IFCWall, Representa-
tion=Clipped.
Similar rules exist or generate other types of el-
ements. For example, rules for doors and win-
dows have patterns that match polygons where the
contained-by attribute is not empty. If a polygon is
contained by a wall and its lowest horizontal edge is
touching the lowest horizontal edge of the wall, it is
categorised as a door. Otherwise, if it is not touch-
ing the lowest horizontal edge of the wall, then it is
categorised as a window.
Default templating rules may initially be used,
BIM | Concepts - Volume 2 - eCAADe 34 |587
but designers need to be able to customise these
rules to suit their needs. Designers can make either
globalised or localised customisations. Globalised
customisations include general modifications to the
default setting. Localised customisations only apply
to certain subsets of elements, defined through the
use of layers in the DXF file. For example, the designer
may want to have a variety of different types of walls,
with different settings. In such a case, the wall poly-
gons can be placed on different layers, and templat-
ing rules can then be created that include the layer
name in the pattern. This then ensures that these
rules will only apply to polygons on those layers.
EXPERIMENTS
The feasibility of the proposed system is demon-
strated through a number of experiments in which
the creation of a set of analysis and template rules
were tested. These experiments used Rhino for the
conceptual modelling, Houdini for defining and exe-
cuting the rules, and ArchiCAD for importing the IFC
BIM model.
In these demonstrations, Houdini allowed for a
fast way of prototyping and testing rules. For gener-
ating IFC models, an exporter was implemented for
Houdini using the IfcOpenShell Python library. This
allows the exported IFC model from Houdini to be im-
ported into ArchiCAD, where plans and sections can
be generated.
House Example
In order to illustrate how these different rules mayop -
erate, a simple example may be considered, as shown
in Figure 2. The example is based on the IfcOpen-
House [10], where an extra level is added to increase
the complexity. The example consists of two floors,
six windows; three on each level, one door on the first
level and a roof at the top level.
In the analysis step, the DXF model imported
from Rhino is analysed and a decorated model is gen-
erated with additional attributes. For this example,
there are no columns and beams, and as a result the
model only contains polygons.
Figure 2
(a) House
conceptual model
in Rhinoceros3D (b)
House IFC model in
ArchiCAD (c)
Section generated
from the IFC model
in ArchiCAD.
In the templating step, the decorated model is con-
verted into a transitional IFC model. This step starts
by identifying all the floors as horizontal polygons
with upward pointing normal, of which there are two.
Since these floors are not co-planar, two separate
IFCBuildingStories are generated: a ground storey and
a first storey. The remaining entities in the geometric
model are then categories into the different building
588 |eCAADe 34 - BIM | Concepts - Volume 2
storeys, depending on the height of the polygons rel-
ative to the floors. This results in 8 polygons on the
ground floor (4 walls, 3 windows, and a door) and 9
polygons on the first floor (4 walls, 3 windows, and 2
roofs).
The templating rules are then applied to each
storey in turn, thereby generating the various IFC el-
ements for each floor. In most cases, the automated
mapping of the geometric entities to IFC elements
is straightforward. Walls are mapped to IFCWallStan-
dardCase, with a thickness of 200mm. Floors are
mapped to IFCSlab of type Floor, and roofs to IFC-
Slab of type Roof , both with a thickness of 300mm.
Windows and doors are mapped to IFCWindows and
IFCDoors respectively, with a thickness of 50mm. For
the windows and doors, an IFCOpeningElement also
needs to be added to the containing wall to define
an opening, with a thickness that is equal to that of
the wall.
The walls are slightly more complex due to the
fact that different representation are required for the
ground floor and first floor. On the ground floor, the
walls are constant height, so an IFCWallStandardCase
with a Curve2D representation can be used. In this
case, the wall height is determined by the distance
between the two floors. On the first floor, the walls
need to be connected to the sloping roof, and as a
result the walls vary in height. An IFCWallStandard-
Case with Clipped representation is therefore used.
Figure 2b shows the transitional IFC model imported
into ArchiCAD and Figure 2c showsa resolved section
generated from the IFC model.
Complex Tower Example
A similar procedure as the one used for the House ex-
ample is applied on a complex tower as shown in Fig-
ure 3. First, a minimal geometric model of a multi-
storey building was created using Rhinoceros3D.
In order to create additional complexity, a twist-
ing tower is generated by turning the floor plates
on each level (Figure 3a). In addition, columns and
beams are also added, modelled as vertical and hor-
izontal lines respectively. The default profile for the
columns is a 500mm diameter circle, while for the
beam it is a 500mmx500mm square.
Figure 3 shows how the minimal model can be
quickly translated into a transitional IFC model. Once
the IFC model is imported into a BIM application, it
can be readily altered and populated with higher res-
olution data, and used to generate a variety of plans
and sections for further development.
FUTURE WORK
The two test cases show the feasibility of a semi-
automated workflow for generating BIM models from
minimal conceptual models. However, there are
clearly many limitations that require further research
and exploration. The aim of this approach is to be
able to automate the generation of BIM models for
standard types of building elements and configu-
rations, thereby allowing architects and designers
to focus on the more complex parts of the mod-
elling. However, even the standard building ele-
ments present numerous challenges.
As an example, the issue of variable wall thick-
nesses may be considered. Figure 4 shows a plan
view of a wall intersection, with different wall thick-
nesses. In (a), the walls in the geometric model are
aligned, the designer may want the same alignment
to be maintained in the BIM model, so that the walls
remain flush. However, if the polygons in the geo-
metric model are assumed to represent the wall cen-
tre plane, then this will result in a misalignment, as
shown in (b) and (c). In order for the walls to end up
flush, the designer would have to misalign them in
the geometric model, as shown in (d). Such an ap-
proach would clearly be highly unintuitive.
An alternative approach would be to develop
more intelligent rules that could infer such condi-
tions. For example, the rule that generates the thin-
ner wall may be able to detect that by shifting the
wall slightly to the right, this misalignment can be
avoided. However, any such 'intelligent' behaviours
will also need to have overrides, just in case there is a
situation where a designer actually intends the walls
not to be flush.
BIM | Concepts - Volume 2 - eCAADe 34 |589
Figure 3
Complex tower
example. (a) The
minimal geometric
model in Rhino. (b
& c) The IFC model
imported into
ArchiCAD model.
(d) A section
generated from the
ArchiCAD model.
Figure 4
Misalignment of
walls connections
and intersections
due to varying wall
thickness. (a, b & c)
Polygon alignment
in the geometric
model result in a
misalignment of
the walls in the BIM
model. (d, e, &f )
Polygon
misalignment in the
geometric model
results in a
alignment of the
walls in the BIM
model.
The challenge is therefore how to keep the process
as a whole simple and intuitive for the designer. This
requires a balance between, on the one hand, more
advanced rules with intelligent inference, and on the
other hand, intuitive and simple ways for the de-
signer to override this intelligence. Future research
will explore how such a balance can be achieved.
REFERENCES
Eastman, C 2008, BIM Handbook: A Guide to Building In-
formation Modeling for Owners, Managers, Designers,
Engineers and Contractors, Wiley
Janssen, P and Stouffs, R 2015 'Types of Parametric Mod-
elling', Proceedings of the 20th International Confer-
ence of the Association of Computer-Aided Architec-
tural Design Research in Asia CAADRIA, Hong Kong,
pp. 157-166
Patrick, J 2014 'Visual Dataflow Modelling: Some
thoughts on complexity', Proceedings of the 32nd
eCAADe Conference, Newcastle, UK, pp. 547-556
Woodbury, R 2010, Elements of Parametric Design, Rout-
ledge, Oxon
[1] http://www.grasshopper3d.com/
[2] https://www.bentley.com/en/products/product-lin
e/modeling-and-visualization-software/generat
ivecomponents
[3] http://www.autodesk.com/products/dynamo-
studio/
overview
[4] https://www.sidefx.com/
[5] http://www.graphisoft.com/archicad/rhino-grassh
opper/
[6] http://www.grasshopper3d.com/group/hummingbird
[7] https://www.bentley.com/en/products/brands/aeco
sim
[8] https://geometrygym.wordpress.com/
[9] http://www.buildingsmart-tech.org/ifc/IFC4/fina
l/html/
[10] http://blog.ifcopenshell.org/2012/11/say-hi-to-
ifcopenhouse.html
590 |eCAADe 34 - BIM | Concepts - Volume 2
... Extraction is the automatic conversion of a digital model into an algorithm that can faithfully replicate it. Previous studies [27,28] focused on the generation of 3D models from architectural plans or on the conversion of CAD to BIM models, using heuristics and manipulation of geometric relations. Sadly, the 9/15 result is not an AD description, but rather another model, albeit more complex and/or informed. ...
Article
Full-text available
Architecture is an ancient profession, and the means used to produce architectural entities have constantly changed to respond to new design trends and representation needs. Although for centuries this meant gradual changes in the design practice, the increasing technological development witnessed since the 60s has propelled the appearance of increasingly powerful representation methods. One of them-Algorithmic Design (AD)-is based on algorithms, allowing for great design freedom. However, it relies on an abstract representation of design intentions, which hinders their immediate comprehension. To appeal to a broader architectural community, we propose the Algorithmic Representation Space (ARS), a new approach to the way architects represent algorithmic descriptions. The ARS intends to lower AD's comprehension barriers and simultaneously merge it with more traditional representation means, by encompassing not only the algorithm but also its outputs, along with mechanisms that aid the comprehension of the design space it represents.
... The advantages and prospects of using generative design technology in construction were discussed in articles [11][12][13][14]. Among other things, the use of this technology in conjunction with building information modeling technology and additive construction production was discussed. ...
Article
Full-text available
The study deals with the application of generative design technology in solving architectural and construction problems. Generative design is a powerful tool for creating design choices. It is necessary to formalize the generation process, set the necessary parameters, algorithms and restrictions. The purpose of the study is to determine the possibilities of the generative design complex application in the typical construction of residential buildings. It is proposed to use the structure, floor, and section of the building as the structural modules for generating variants of buildings. In turn, module variants can be created based on generative design. It is concluded that it is possible to create a whole system of structural and parametric synthesis of architectural solutions.
... Furthermore, BIM generates a quantum of data which enhances real time management decision-making by the government and policy makers where it has been fully embraced (Janssen et al., 2016). This contributes significantly to the disruptiveness of existing knowledge through adequate use and the simulation with other related improved technologies within the construction industry (Salehi and Yitmen, 2018). ...
Article
Full-text available
Purpose: This study provides a bibliometric analysis of advances in Building information modeling research globally. It provides a recent state of the art assessment on trends as it relates to the architecture, engineering and construction (AEC) industry. Being a vastly emerging research area, there is a need for the appraisal of research trends. Design/methodology/approach: A comprehensive bibliometric analysis was conducted utilizing a dual step filtering system on an initial volume of 2347 documents in the first stage between 2010 and 2020, and of 311 publications in the final stage of the analyses which emphasized more on 2015-2020 from the WoS database. Frequency analyses on the sources, affiliations, authors, and country/ region of publication were assessed in the first stage of the analyses. Co-authorship and evidence of author collaboration were also examined. The second stage included a co-occurrence keyword network analysis. Further, text mining/ mapping of the abstract of the documents was performed. Findings: Emerging trends in the field of BIM research include but are not limited to historical building information modeling (h-bim) applications, the use of blockchain technology, digital twin, Construction Operations Building information exchange (COBiE), Industry Foundation Classes (IFC), dynamo-bim, energy plus software and BIM laser scanning innovations. The possibility of these innovations solving some current BIM challenges were also discussed. Originality: The study provides an insight into the BIM research trends globally while identifying existing challenges. The study utilizes text mining of unstructured abstracts, which has not been reported in BIM research. Keywords: Building Information Modeling, Bibliometric, Emerging trends, VOSviewer, Text mining, WoS.
... Com a "abordagem fortemente acoplada", os sistemas são acoplados por meio da API (Application Programming Interface) fornecida pelo sistema BIM. Nesse caso, os sistemas baseados em grafos comunicam-se instanciando diretamente a geometria no modelo BIM cada vez que o modelo é executado (Janssen et al., 2016 Portanto, a inserção de tecnologias digitais nos processos de projeto possibilita a aplicação do conceito de customização em massa às novas habitações. Segundo Correia, Duarte e Leitão (2012), a personalização em massa permite modelos de alta qualidade a custos acessíveis, através de projeto e fabricação auxiliados por computador, o que reduz a repetição exaustiva dos processos. ...
... In recent studies facilitating object modeling with properties, the method of drawing recognition followed by data generation is limited to specific works [13,14]; therefore, an automated BIM that could be used for all work trades remained unsolved. ...
Article
Full-text available
The number of building information modeling (BIM)-applied construction projects has been increased with an expectation that it will transform the labor-intensive building industry into a knowledge-based one. The time and effort required for modeling vary depending on the type of work, and therefore most BIM applications focus on certain work trade of high effectiveness. In this study, we propose a quasi-automated BIM methodology that can shorten the requisite time for modeling regardless of the type of work. The method automatically generates an object-oriented BIM model based on drawing recognition and line-text extraction. To evaluate the proposed procedure, two experiments were conducted. The results show that the method attains a high accuracy in correctly defining a structural building type, and confirm completed object modeling. The proposed modeling process is expected to significantly reduce the required efforts for BIM data generation in practice, and further provide a method of knowledge utilization in the construction industry.
Article
Introduction. The issue of communication of information model of structure with real building is under consideration. This matter includes damage and various impacts both inside and outside the building tracking tools and techniques. With the help of the adoption of information modeling technologies in the Russian construction industry, maintenance and reconstruction of structures will reach a new level. For this purpose, it is necessary to understand the technology of communication of the information model with the real building, which is carried out by means of nanosensors installed throughout the structure. Materials and Methods. Available research papers about integration of BIM into the process of real construction are analyzed and the urgency and necessity of development of the given industry in the modern world are proved. Results. Application of information model in reconstruction of architectural engineering sites is investigated. The technique of real model scanning of a building for the creation of information model is presented. The examples of nanosensors use for synchronization of the real construction site with its information model are given. The importance of orientation in the building using GIS and BIM communication has been established. In this review, I would like to show the importance of information modeling for Russia. Conclusions. The opportunity to combine such technologies as photogrammetry, laser scanning and ReCap software features with automated monitoring of images taken from various devices is presented. It was concluded that it is possible to integrate a single information field into the area of laser scanning and the area of combination of technologies of detection and determination of light range and BIM construction. It is proposed to combine technologies of detection and cloud access to information models with radio-frequency identifiers. Possibility of integration of three technologies is revealed: BLE-sensors, RFID-scanners and automated image monitoring in the area of BIM damage assessment after earthquakes.
Article
Full-text available
The article discusses the joint application of building information modeling technology and other digital technologies for sustainable construction. Building information modeling technology allows to generate and update a set of data about construction object, and then analyze and use this data throughout the building life cycle. Building information model (BIM) is based on geometric shape. It possible to organize the exchange of BIM data with other digital technologies based on geometric data processing, such as virtual and augmented reality (VR & AR), additive manufacturing (3D printing), generative design technologies. Based on the BIM datal, it is possible to analyze the economic, energy, environmental and social characteristics of the construction object. BIM data is used to assess the compliance of the object with the criteria of "green construction". All these technologies can be used in the tasks of ensuring sustainable construction. The purpose of this study is the integration of digital technologies to ensure the principles of sustainable development in construction. Examples of completed works based on digital technologies together with information modeling of residential buildings are given. An experiment was conducted to create augmented reality based on BIM data. An experiment on 3D printing of a cottage layout was carried out. The algorithm of generative design of the building ramp for low-mobility groups of the population is proposed. A method of using generative design technology in conjunction with standard and modular construction is proposed. The conclusion is made about the advantages of the integrated use of digital technologies.
Chapter
Full-text available
Digitization has proven its added value to the construction industry, particularly through Building Information Modeling (BIM). This digital shift addresses all phases and aspects of construction projects. Additive manufacturing (AM) through 3D Concrete Printing (3DCP), is one of the most remarkable technologies which development has accelerated in recent years. BIM and 3DCP are evolving in parallel, though, and the potential for their integrated use or convergence has not yet been sufficiently studied. Indeed, the association of these two systems faces challenges in terms of interoperability. This concept is not only limited to the ability to exchange information between two software, but also concerns the procedural, organizational and contextual aspects of these systems. Nevertheless, design process has evolved with the help of computational design tools and recent developments such as Rhino.Inside.Revit and Speckle. This study aims to streamline the use of BIM in the 3DCP process. An overview of the technological interoperability between these two systems is presented. The necessary approaches to be used in concrete additive manufacturing applied to construction are defined. Finally, this research suggests the optimal approach for the application of BIM to 3DCP and identifies the obstacles encountered through a case study. Possible development paths for a better adoption of BIM in 3D concrete printing are identified.
Article
The overall aim of this paper is to contribute to a better understanding of the Digital Twin (DT) paradigm in the built environment by drawing inspiration from existing DT research in manufacturing. The DT is a Product Life Management information construct that has migrated to the built environment while research on the subject has grown intensely in recent years. Common to early research phases, DT research in the built environment has developed organically, setting the basis for mature definitions and robust research frameworks. As DT research in manufacturing is the most developed, this paper seeks to advance the understanding of DTs in the built environment by analysing how the DT systems reported in manufacturing literature are structured and how they function. Firstly, this paper presents a thorough review and a comparison of DT, cyber-physical systems (CPS), and building information modelling (BIM). Then, the results of the review and categorisation of DT structural and functional descriptions are presented. Fifty-four academic publications and industry reports were reviewed, and their structural and functional descriptions were analysed in detail. Three types of structural models (i.e. conceptual models, system architectures, and data models) and three types of functional models (process and communication models) were identified. DT maturity models were reviewed as well. From the reviewed descriptions, four categories of DT conceptual models (prototypical, model-based, interface-oriented, and service-based) and six categories of DT process models (DT creation, DT synchronisation, asset monitoring, prognosis and simulation, optimal operations, and optimised design) were defined and its applicability to the AECO assessed. While model-based and service-based models are the most applicable to the built environment, amendments are still required. Prognosis and simulation process models are the most widely applicable for AECO use-cases. The main contribution to knowledge of this study is that it compiles the DT’s structural and functional descriptions used in manufacturing and it provides the basis to develop DT conceptual and process models specific to requirements of the built environment sectors.
Thesis
Full-text available
A pesquisa está inserida no contexto do Design Computacional, área que explora a computação como uma ferramenta de projeto de arquitetura. Para declarar e desenvolver projetos, é comum a utilização de linguagens de programação visual. No entanto, limitações no uso de linguagens visuais são reconhecidas, como as restrições encontradas na flexibilidade e escalabilidade dos códigos. Para estender o acesso à métodos de resolução de problemas nesses sistemas, usuários frequentemente recorrem ao uso de linguagens de programação textual, que permitem a utilização de mais estruturas de controle. Ainda assim, é comum que arquitetos sejam induzidos a realizar mudanças nos processos para acomodar a falta de controle e resultados inesperados de projeto. Isso acontece em parte pela falta de clareza em como utilizar a programação e todo o potencial dos métodos computacionais. Além disso, há uma falta de evidências empíricas usando projetos reais de arquitetura que apoiem discussões sobre o futuro das ferramentas de programação para arquitetos. Esta pesquisa investiga a comparação entre o uso de linguagens de programação visual e textual e visa sugerir diretrizes para melhorar as interfaces de programação utilizadas atualmente na área. Para isso, realizamos análises baseadas em métricas de avaliação de linguagens de programação e nas Dimensões Cognitivas (GREEN; PETRE, 1996). Adicionalmente, exploramos como estudo de aplicação um Projeto Orientado ao Desempenho, o Vancouver Academic Building do escritório americano Perkins+Will. O escritório implementou inicialmente o projeto usando a linguagem visual Grasshopper, com o objetivo de otimizar o design de uma fachada explorando o equilíbrio entre aspectos de iluminância e eficiência energética. Reimplementamos o estudo de aplicação utilizando uma linguagem textual e o ambiente de programação Rosetta (LOPES; LEITÃO, 2011). À medida que procuramos solucionar a lacuna existente na comparação dos fluxos de trabalho entre linguagens visuais e textuais recorrendo a um projeto real, selecionamos este estudo de aplicação porque ele abrange um processo orientado ao desempenho em vez de um projeto apenas paramétrico. Existem diferenças fundamentais encontradas entre estes dois fluxos de trabalho em relação a estratégias de escalabilidade e fluxo de dados, pois o orientado ao desempenho requer mais estruturas de controle como iteração e recursão. Identificamos diferenças relevantes entre ambas as linguagens e o potencial no uso das textuais no aumento significativo da escalabilidade do código e do modelo; aumento da confiabilidade dos resultados de desempenho do projeto e maior controle e clareza do processo utilizado. Apontamos também para as qualidades de interação e expressividade inerente das linguagens visuais. A partir do cruzamento teórico-prático, indicamos diretrizes que compõem em que medida o uso preferencial de linguagens textuais e linguagens híbridas (que integram ambas) podem melhorar a confiabilidade do Projeto Orientado ao Desempenho, assim como a possibilidade de aplicar métodos mais claros e eficazes no desenvolvimento do Projeto Algorítmico.
Conference Paper
Full-text available
Parametric modelling is a term widely used to describe a range of modelling approaches. This paper proposes a taxonomy that distinguishes types of parametric modelling in the way they support iteration. A generalized parametric model is described and used as an analytical device to investigate how different parametric modelling methods provide for iteration over list structures.
Conference Paper
Full-text available
Coming soon...
Book
With contributions from Brady Peters, Onur Yuce Gun and Mehdi Sheikholeslami Design is change. Parametric modeling represents change. It is an old idea, indeed one of the very first ideas in computer-aided design. In his 1963 PhD thesis, Ivan Sutherland was right in putting parametric change at the centre of the Sketchpad system. His invention of a representation that could adapt to changing context both created and foresaw one of the chief features of the computer aided design (CAD) systems to come. The devices of the day prevented Sutherland from fully expressing what he might well have seen, that parametric representations could deeply change design work itself. I believe that, today, the key to both using and making these systems lies in another, older idea. People do design. Planning and implementing change in the world around u one of the key things that make us human. Language is what we say; design and making is what we do. Computers are simply a new medium for this ancient enterprise. True, they are the first truly active medium. They are general symbol processors, almost limitless in the kind of tool that they can present. With much craft and care, we can program them to do much of what we call design. But not all. Designers continue to amaze us in with new function and form. Sometimes new work embodies wisdom, a precious commodity in a finite world. To the human enterprise of design, parametric systems bring fresh and needed new capabilities in adapting to context and contingency and exploring the possibilities inherent in an idea. What is the new knowledge and skill designers need to master the parametric? How can we learn and use it? That is what this book is about. It aims to help designers realize the potential of the parameter in their work. It does so by combining basic ideas of parametric systems themselves with equally basic ideas from both geometry and computer programming.
BIM Handbook: A Guide to Building Information Modeling for Owners, Managers, Designers, Engineers and Contractors, Wiley Janssen, P and Stouffs, R 2015 'Types of Parametric Modelling
  • C Eastman
Eastman, C 2008, BIM Handbook: A Guide to Building Information Modeling for Owners, Managers, Designers, Engineers and Contractors, Wiley Janssen, P and Stouffs, R 2015 'Types of Parametric Modelling', Proceedings of the 20th International Conference of the Association of Computer-Aided Architectural Design Research in Asia CAADRIA, Hong Kong, pp. 157-166
products/product-lin e/modeling-and-visualization-software/generat ivecomponents [3] http://www.autodesk.com/products/dynamo- studio/ overview [4] https://www.sidefx.com
  • R Woodbury
Woodbury, R 2010, Elements of Parametric Design, Routledge, Oxon [1] http://www.grasshopper3d.com/ [2] https://www.bentley.com/en/products/product-lin e/modeling-and-visualization-software/generat ivecomponents [3] http://www.autodesk.com/products/dynamo- studio/ overview [4] https://www.sidefx.com/ [5] http://www.graphisoft.com/archicad/rhino-grassh opper/ [6] http://www.grasshopper3d.com/group/hummingbird [7] https://www.bentley.com/en/products/brands/aeco sim [8] https://geometrygym.wordpress.com/ [9] http://www.buildingsmart-tech.org/ifc/IFC4/fina l/html/ [10] http://blog.ifcopenshell.org/2012/11/say-hi-to- ifcopenhouse.html