STEP → IFC Converter
Headless CLI workflowConvert fabrication-grade STEP files into coordination-ready IFC with deterministic GUIDs, mapped IFC types, classification hooks, and QA/QC reporting. This tool runs as a CLI alongside the server for reproducible exports.
Session Files
Conversion progress
Waiting to start…
Outputs
Generated outputs will appear in your session directory (IFC + QC reports + JSONL audit logs).
No outputs yet.
Recommended Workflow
- Place the input
.stepfile in your session folder. - Prepare a mapping file (see
classmap.yamlin the repo). - Run the conversion command from the CLI.
- Review the generated IFC + QC report outputs.
CLI Example
step2ifc convert \
--in "input.step" \
--out "output.ifc" \
--schema IFC4 \
--units mm \
--project "MyProject" \
--site "Site" \
--building "Building A" \
--storey "Level 00" \
--geom brep \
--class-map classmap.yaml
Outputs: output.ifc, output.qc.json, output.qc.txt, output.log.jsonl