export_ifc
Export a Revit model to IFC format, choosing between IFC2x3 and IFC4, with optional view filtering and base quantities.
Instructions
Export the Revit model to IFC format.
Creates an IFC file at the specified path. Optionally filter by view to export only visible elements. Supports IFC2x3 and IFC4.
Args: file_path: Output file path (must end in .ifc) ifc_version: "IFC2x3" (default) or "IFC4" export_base_quantities: Include IFC base quantities (default: true) view_name: Export only elements visible in this view (optional) ctx: MCP context for logging
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| file_path | Yes | ||
| ifc_version | No | IFC2x3 | |
| export_base_quantities | No | ||
| view_name | No |