> For the complete documentation index, see [llms.txt](https://docs.besmart.software/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.besmart.software/3d-modeling-and-design/mep-hangers/commands/replace-ifc-hidden.md).

# Replace IFC (hidden)

### Replace IFC

MEP Hangers only works with **native Revit MEP elements** (Pipes, Ducts, Cable Trays, Conduits) and **Fabrication Parts**.

'**Replace IFC**' can convert the **Ducts** and **Pipes** category elements from an IFC file to native Revit elements. For this command to work, MEP elements from the IFC file must maintain a consistent cross-section (circular, rectangular, or oval) throughout the length. '**Replace IFC**ʼ doesnʼt work on fittings or accessories.

![](/files/IepGJJdQhcVSNlxGgiKo)

### Workflow

1. Select the linked IFC file in the project and use Revitʼs '**Bind Link**' command.

   ![](/files/XQvmNsWWsQegZG8giv3e)
2. After that, the IFC link becomes a Model Group element. '**Ungroup**' to continue.

   ![](/files/czIVmjngrSFYdBItUb7i)
3. Run the '**Replace IFC Ducts**' or '**Replace IFC Pipes**' command, select the respective elements in the project, and hit **Esc** when finished. Selected elements are now converted to native Revit **Ducts** or **Pipes**.

![](/files/evSJL6fkR2gUhCVVA25e)

IFC pipe or duct elements with insulation sometimes come as a single IFC element when exported with software other than Revit. For that reason, you can specify insulation thicknesses in '**Replace IFC Configuration**'. Selected pipes or ducts will now be converted to smaller sizes by subtracting these insulation thickness values.

![](/files/KkIpnfNis9evw3h9NPsS)


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## 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, and the optional `goal` query parameter:

```
GET https://docs.besmart.software/3d-modeling-and-design/mep-hangers/commands/replace-ifc-hidden.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

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.
