BIM Questions and Answers
BIM Questions and Answers
BIM: Building Information Model, which is a digital representation of physical and functional characteristics of a facility.
BIM Modeling: The process of creating a digital building model and using it throughout the entire building's lifecycle
including data management.
3. What does the abbreviation LOD stand for in the context of 3D City Modeling? List and describe
the LODs briefly.
LOD: Level of Detail
Descriptions:
Definition: BIM use cases define why (for which purpose) a BIM model is needed.
Examples by the German Ministry of Transport:
Model Federation: The process of combining multiple discipline models into a single coordinated model.
Standard: ISO EN DIN 19650
9. Put the following layers that structure a Commercial CAD System in a meaningful order. Put the
most General Element at the bottom.
Answer:
Hardware
Low Level Graphics Routines
Geometry Kernel
General Purpose CAD System
Domain specific CAD / BIM System
BIM systems
10. Name and Explain the Three Different Types of Continuity for Joining Two Curves.
Answer:
11. Which of Indexed Face Sets and Triangulated Face Sets is more Memory efficient? Why?
Answer:
Indexed Face Sets are more memory efficient because they store vertex coordinates only once and reference them
using indices, reducing redundancy.
12. Explain the difference between the Explicit and the Implicit Approach in Solid Modeling
regarding the Data Exchange naming 4 Advantages or 4 Disadvantages of one Method over the
Other.
Answer:
Explicit Approach:
Advantages: Generation process is unknown, hard to modify, larger file size, easily interpretable by receiving
software.
Implicit Approach:
Advantages: Traceability of modeling operations, easy modification by altering construction steps, smaller file size,
requires receiver to interpret information the same way.
Bézier Curves
B-Splines
NURBS
14. What are the Three Main Types of Parametric Modeling? What are the Types of Parametric
Modeling?
Answer:
15. What is the difference between Geometric and Dimensional Constraints in Parametric Modeling?
Answer:
Geometric Constraints: Define relationships between geometric elements (e.g., parallel, perpendicular).
Dimensional Constraints: Define size and location attributes (e.g., length, radius).
Coincident
Collinear
Concentric
Concurrency Control: Mechanism to prevent conflicts when multiple users modify the same data simultaneously.
Necessity: Ensures consistency and prevents data loss.
19. Name and explain the Primary Approaches for Concurrency Control.
Answer:
Work in Progress
Shared
Published
Archived
22. What do the Terms OIR and PIR mean in the context of BIM Project Execution?
Answer:
23. What are the Advantages and Disadvantages of the Model Server?
Answer:
24. What is the Issue Tracking in a Model-Based Collaboration Process? Name the Suitable One.
Answer:
Issue Tracking: System to log, monitor, and resolve issues within the BIM process.
Suitable Tool: BIM Collaboration Format (BCF).
25. Name four benefits of a Model Server in comparison to Conventional File-Based Collaboration.
Answer:
26. Complete the CSG Operation in the following Figure. (Union, Intersection, or Difference)
Answer: The provided CSG tree indicates a series of union and difference operations to create the complex object from
simpler primitives (cubes and cylinders). The overall CSG operation depicted is a combination of union and difference
operations to achieve the final shape.
27. Name two Classification Systems that standardize Digital Data Exchange in the Construction
Industry.
Answer:
28. A BIM model can be used for evaluating Sustainability Aspects. Name 4 Example Use Cases.
Answer:
Energy analysis
Material optimization
Waste reduction
Lifecycle assessment
29. Describe the difference between the Concepts of AR and VR. Name the Respective Systems
Environments Products (Two for AR Two for VR).
Answer:
AR (Augmented Reality): Overlays digital content on the real world (e.g., Microsoft HoloLens, Google Glass).
VR (Virtual Reality): Immersive experience in a completely virtual environment (e.g., Oculus Rift, HTC Vive).
30. Explain the difference between the Black-Box and the White-Box Methods in Code Compliance
Checking.
Answer:
Black-Box: Treats the system as a "black box", focusing only on inputs and outputs without considering internal
processes.
White-Box: Considers the internal workings and logic of the system, allowing for detailed verification.
33. What are the differences between IFC and CityGML in terms of data Paradigm Modeling?
Answer:
IFC: Focuses on building and construction industry, detailing building components and their relationships.
CityGML: Focuses on urban and city modeling, representing city objects and their spatial relationships.
34. IFC is based on an ISO Standard. State the Name or the Number of the ISO Standard.
Answer: ISO 16739
35. Which Data Modeling Language is used to define the IFC Schema? Which Data Modeling
Language is used to develop Schema?
Answer:
Property Sets can only be used to store Information that is part of the Standardized IFC Schema.
37. State Two Unique Features of the Industry Foundation Classes (IFC) that distinguish it from other
file formats such as CPXML, DWG, DXF, STL, OBJ.
Answer:
38. The IFC Data Model is both Extensive and Complex. Order the following from the Most Powerful.
Answer:
Resource Layer
Core Layer
Interoperability Layer
Domain Layer
39. Most entities in the IFC Data Model must derive directly or indirectly from IFC Root. However,
this is not the case for entities belonging to one specific layer of the IFC. Select this layer from the
following List:
Answer: Resource Layer
40. What is IFC Building Element Proxy used for? Explain in general and give one specific example.
Answer:
IFC Building Element Proxy: Used for representing building elements that do not have predefined types in IFC schema.
Example: Custom designed furniture or bespoke building components.
42. Explain the term Model View Definition (MVD). Give one example of a Standardized MVD.
Answer:
Model View Definition (MVD): Specifies subsets of IFC schema needed to satisfy particular use cases or workflows.
Example: Coordination View, used for clash detection and coordination among disciplines.
43. Define the terms Schema and Instance in the context of IFC Models and Object-Oriented
Modeling. State how this is implemented in Autodesk Revit or Archicad.
Answer:
44. Explain the concept of Objectified Relationships in IFC by using a Wall, a Window, and an
Opening Element as Examples.
Answer:
45. What is the GABB and GAEB Standard used for? Define each term. Name two main aspects for
each term.
Answer:
Aspects of GAEB:
CAD Quantities: Derived from 3D models, precise and based on actual geometry.
LV Quantities: Used for tendering and contracts, may include additional allowances and contingencies.
48. What is the difference between IFC and CityGML in regard to the Geometric Modeling?
Answer:
IFC: Uses detailed and precise geometric modeling suitable for buildings and infrastructure.
CityGML: Uses simpler geometric representations for urban and city-scale models.
49. Define the term 3D City Model and name at least 2 Major Components.
Answer:
3D City Model: A digital representation of urban areas incorporating buildings, infrastructure, and landscape.
Major Components:
51. Assign the Correct LOD to each Member in the Given graph.
Answer:
27- Name two Classification Systems that standardize Digital Data Exchange
in the Construction Industry.
28- A BIM model can be used for evaluating Sustainability Aspects, Name 4
Example Use Cases.
29- Describe the difference between the Concepts of AR and VR.
- Name the Respective Systems, Environments, Products
(Two for AR, Two for VR).
30- Explain the difference between the Black-Box and the White-Box
Methods in Code Compliance Checking.
31- Why does Concurrency Contrast is necessary in Synchronous
Collaboration?
32-
a- Which of the following BIM Exchange Formats is Least Suitable for
Energy Simulations?
GBXML
CPIXML
IDF
IFC4
b- Which of the following BIM Exchange Formats are More Suitable for
Energy Simulations? (CPIXML, IDF, GBXML, IFC4)?
33- What are the differences between IFC and CityGML in terms of data
Paradigm Modeling?
34- IFC is based on an ISO Standard. State the Name or the Number of the
ISO Standard.
35-
a- Which Data Modeling Language is used to define the IFC Schema?
b- Which Data Modeling Language is used to develop Schema?
36- Which of the following facts about IFC is wrong?
- IFC can be used for Infrastructure Models.
- Property Sets can only be used to store Information that is part of the
Standardized IFC Schema.
- Geometry and Semantics are strictly separated.
- IFC allows Different Geometric Representations for One Semantic Object.
37- State Two Unique Features of the Industry Foundation Classes (IFC) that
distinguish it from other file formats such as:
CPXML, DWG, DXF, STL, OBJ
- State two Unique Features of IFC such as STL.
38- The IFC Data Model is both Extensive and Complex.
Order the following from the Most Powerful.
- Core Layer
- Resource Layer
- Domain Layer
- Interoperability Layer
Or in other context:
- The IFC Data Model is both Extensive and Complex. To improve its
Maintainability and Extensibility, it is therefore structured into Several
Layers. Put the Layers in correct order according to the Principle that the
Upper Layers can reference Elements in the Layers below, but not vice versa.
- Core Layer
- Resource Layer
- Domain Layer
- Interoperability Layer
39- Most entities in the IFC Data Model must derive directly or indirectly
from IFC Root. However, this is not the case for entities belonging to one
specific layer of the IFC. Select this layer from the following List:
- Core Layer
- Interoperability Layer
- Domain Layer
- Resource Layer
40- What is IFC Building Element Proxy used for? Explain in general and
give one specific example.
41- Name Three Different Geometry Representations in IFC.
42- Explain the term Model View Definition (MVD).
- Give one example of a Standardized MVD.
43- Define the terms Schema and Instance in the context of IFC Models and
Object-Oriented Modeling. State how this is implemented in Autodesk Revit
or Archicad.
44- Explain the concept of Objectified Relationships in IFC by using a Wall,
a Window, and an Opening Element as Examples.
45- What is the GABB, and GAEB Standard used for?
a- Define each term.
b- Name two main aspects for each term.
46- Explain the difference between CAD Quantities (Quantities in a BIM
Authoring Tool) and LV Quantities (Leistungsverzeichnis)=( List of services).
- Explain the characteristics of CAD Quantities and LV Quantities.
47- Define the term Digital Twin.
48- What is the difference between IFC and CityGML in regard to the
Geometric Modeling?
49- Define the term 3D City Model and name at least 2 Major Components.
50- Name 3 Fields of Application of 3D City Models.
51- Assign the Correct LOD to each Member in the Given graph