Wednesday, October 7, 2015

Separating elements by their material layers

An advantage that IfcOpenShell has over the many mesh-based viewers is that it is backed by a powerful modelling kernel called Open Cascade. This has already proven its significance for example in the ease of creating 2d floor plans from 3d elements in the SVG exporter. Now, a new feature in IfcOpenShell is introduced, once again demonstrating IfcOpenShell as a forerunner in terms of accurate and advanced visualisation of IFC geometry.

As building professionals readily know, building elements such as walls and slabs can be built up using several layers, for example including brick, thermal insulation and an air gap. This information is typically represented in IFC using an IfcMaterialLayerSet, which describes the thickness of such layers relatively to the axis of the wall. Therefore, it is not a direct part of the geometric representation of the element and therefore not visible in most IFC viewers. Alternatively, IFC exporters can choose to decompose the wall element into several IfcBuildingElementParts describing every of such layers as a separate product.

IfcOpenShell now introduces the possibility to separate the body representation according to its layers, with the appropriate style information applied. Furthermore, topological information that describes how wall end points connect to one another is used to fold such layers around corners where connecting walls meet. To our knowledge this is functionality that is currently not offered in any other IFC viewer, let me know if otherwise.

Currently this feature is in extended testing and is available in a development branch. It will be part of the upcoming new build once testing is complete. Note that it is potentially a time intensive operation and hence will have to be enable with the flag --enable-layerset-slicing in the IfcConvert utility.


Visuals rendered using IfcBlender of the Duplex apartment building model by USACE ERDC and buildingSMART Alliance. 1. A view from the outside with one window removed. 2. An exploded view of the lower level walls showcasing how layers are folded based on topological connectivity with other walls. 3. An image for contrast from a common IFC viewer with only a single surface style per product.
.

3 comments:

  1. I believe Revit has this kind of functionality as well. I am not a fan of Revit so very excited about your work. Just commenting out of fairness...

    ReplyDelete
    Replies
    1. Hi Ejnar,

      Thanks, yes it does seem Revit is able to reconstruct this, though doesn't visualize it as detailed as IfcOpenShell does [1].

      [1] http://1.bp.blogspot.com/-p_7EzNnE5_g/VhYjaT3n7pI/AAAAAAAAARg/A4IiBL-b7-Y/s1600/revit-material-layers.png

      Kind regards,
      Thomas

      Delete
  2. Yes I see your point now. ifcOpenShell is visualizing the layers. Not separating the geometry based on them. That is a nice feature ;)

    ReplyDelete