cao_importer_ifc
WHEN an architect sends an IFC (Revit, Archicad… IFC2X3 or IFC4) and you must check it with our rules: converts the IFC text into a CAO scene — walls, doors and windows on their host wall, straight stair flights, railings, named rooms, furniture, roof — each element keeping its GlobalId (ifc_guid). Returns {scene, rapport, controles, metres}: controles = the cao_verifier audit, metres = quantities; conflits:true adds clashes, studio:true opens the 4K video studio and the VR tour of the imported model. Reuse scene with every other cao_* tool.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| ifc | Yes | IFC file content as STEP text (IFC2X3 or IFC4). | |
| metres | No | Compute quantities (metrés) of the imported scene. | |
| studio | No | Open a 4K video studio and a VR tour of the imported model (URLs). | |
| conflits | No | Detect clashes in the IFC itself (volumes; GlobalIds kept). | |
| controler | No | Run our checks (audit, integrity, drawing set) on the imported scene. |