# Open IFC

<div align="left"><figure><img src="/files/v25QP5aBmuku69vU4p0C" alt=""><figcaption></figcaption></figure></div>

IFC files can be opened in Revit, which converts IFC elements to editable native Revit geometry.&#x20;

It's essential to keep in mind that IFC is designed mainly for coordination purposes and has limited functionality when it comes to converting and editing in proprietary software solutions. However, buildingSMART is working on this issue with newer concepts, such as the IFC4 Design Transfer View, which is currently in development.

In addition, modifying IFC data can result in legal issues, as it may alter the official deliverable.

If editing IFC data in an authoring tool such as Revit is necessary, it must be considered that this process might lead to a data loss. Therefore, the imported model should be checked for errors or missing elements.&#x20;

Following best practices can help when importing IFC files in Revit:

\-  Using an [IFC viewer](/understanding-ifc/ifc-viewers.md) to check whether the elements are classified correctly – if this is not the case, a new IFC file with a correct classification should be requested.

\-  Checking the header for information about the IFC schema and MVD in a text editor. IFC2x3 Coordination View 2.0 is currently recommended for best results when *opened* in Revit.

\-  Excluding all IFC classes not required in Revit by inserting *DontImport* in the mapping table found in [IFC Options](broken://spaces/sLn8fNau3bs32lO49dL5).&#x20;

\-  Disabling *AutoJoin Elements* and C*orrect lines that are slightly off-axis in the Open Dialog* to speed up the import process.


---

# 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/using-ifc-files-in-revit/open-ifc.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.
