Closed Supporting closed 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
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
Currently, Boxes get tessellated and are represented as IfcConnectedFaceset. Find a suitable representation that represents the box more efficient and information conserving.