Skip to content

PR: IfcBuildingStorey and IfcSpace attributes #863

Open
@bsmithuk

Description

@bsmithuk

Problem Description

When exporting from Revit to IFC, the IFC Exporter plugin automatically maps BaseQuantities (when selected in 3D) to specific properties. One item that I've noticed is that the property isn't as per the Schema for specific properties. For example IfcBuildingStorey should have an property "NominalHeight" however when IFC is exported from Revit it is converted into "Height". Below are some screenshots:

IfcBuildingStorey
Image
Image
BuildingStorey reported in Solibri:
NominalHeight->Height

IfcSpace
Image
Image
Space reported in Solibri:
NominalHeight->Height
ClearHeight->n/a
GrossPerimeter->Perimeter
NetPerimeter->n/a
GrossFloorArea->Area
NetFloorArea->n/a
GrossCeilingArea->n/a
NetCeilingArea->n/a
GrossWallArea->n/a
NetWallArea->n/a
GrossVolume->Volume
NetVolume->n/a

Image
In the IFC-SPF the data aligns with what viewers are showing so it isn't a viewer issue.

It appears the BaseQuantities are hardcoded and cannot be modified on export i.e., changed from Height back to NominalHeight.

Revit Version

2025.4.x

IFC for Revit Addon Version

25.4.0

Windows Version

11 24H2

Metadata

Metadata

Assignees

No one assigned

    Labels

    problemSomething isn't working

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions