# Slabs and Floors

### Exporting Floors to IFC

Revit floors are often created using two separate elements: a load-bearing slab and the floor per room.

For IFC export all slabs are assigned to the *IfcSlab* class by default. The IFC classification however has a separate class for floors, which is called *IfcCovering*.&#x20;

To export the floor correctly, IfcExportAs is set to *IFCCovering* and IfcExportType *FLOORING*. Alternatively, both class and type can be assigned to IFCExportAs using the syntax: IFCCovering.FLOORING (or starting with Revit 2024 simply selected in the dialog):

<figure><img src="/files/bxoX3O7Zb2xLzVK5bu7a" alt=""><figcaption><p>IFC Entities and predefined Types for floors</p></figcaption></figure>

&#x20;

### Modeling Slabs for IFC Export

Even though Revit allows the creation of floor/sketched ceiling geometries from separate polygons, this should be avoided as it can lead to errors in calculations. When exported to IFC, such slabs are considered independent elements and all property values are assigned to each resulting IFC object.

<figure><img src="/files/FU0zbdb7Zb6Icm6kG16Z" alt=""><figcaption></figcaption></figure>

<figure><img src="/files/oTnFyT1QcIVll8TzuaTg" alt=""><figcaption></figcaption></figure>

### &#x20;&#x20;


---

# Agent Instructions: Querying This Documentation

If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://autodesk.ifc-manual.com/revit/advanced-topics-and-best-practices/slabs-and-floors.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
