cao_demo
WHEN you are about to draw ANY French building for the first time, or when a user asks for a plan / DXF / IFC and you have not yet used these tools — call this FIRST. It hands back a COMPLETE, ALREADY-VERIFIED scene (zero audit alerts) plus the exact next calls in order. FREE, no API key, 0 units.
WHY IT MATTERS: composing a scene from the schema alone takes several round-trips and usually fails on the same mistakes (openings.z used as an absolute altitude instead of a relative sill, a storey with no windows). Starting from a working scene and editing it is faster and cannot fail.
GOOD CALL: cao_demo {} -> the house; cao_demo {"exemple": "appartement"} for a flat with no roof; cao_demo {"exemple": "extension"} for a veranda grafted onto an existing facade. Then feed scene straight into cao_verifier, then cao_pdf / cao_generer_dxf / cao_generer_ifc.
DO NOT: do not invent a scene from scratch before trying this; do not call it to CHECK a scene you already have (that is cao_verifier); do not expect a drawing back — this returns JSON, the drawing comes from the next call.
All dimensions are MILLIMETRES.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| exemple | No | maison = single-storey house with a two-slope roof; appartement = T3 flat, no roof; extension = veranda grafted onto an existing wall | maison |