benvautrin / pmuc

Plant Mock-Up Converter
GNU Lesser General Public License v2.1
35 stars 21 forks source link

IFC representation for Box #12

Closed Supporting closed 8 years ago

Supporting commented 8 years ago

Currently, Boxes get tessellated and are represented as IfcConnectedFaceset. Find a suitable representation that represents the box more efficient and information conserving.

Supporting commented 8 years ago

A RVM Box could be represented using the IfcBlock entity. The tool support for this entity is however poor:

Here a simple generated IFC file used for testing: box-block.zip

Supporting commented 8 years ago

A better alternative is to map to an extruded rectangle using IfcExtrudedAreaSolid + IfcRectangleProfileDef :white_medium_square:

Tool support is good:

Here a simple generated IFC file used for testing: box-extruded-rectangle-profile.zip