cao_mobilier
WHEN you are about to furnish or decorate a scene — call this BEFORE composing `mobilier[]`, and never furnish with `boites[]`. FREE catalogue (no API key, 0 units) of REAL furniture and decoration objects. Until now a scene could only hold `boites[]` — bare cuboids — so an « fully furnished » house came back as grey cubes; this is the vocabulary that fixes it. ~50 modelled articles: OUTDOOR (parasol with mast/canopy/base, garden table+chairs set, sun lounger, barbecue, pergola, planter, gate, wrought-iron / wire-mesh / timber fencing, hedge, deciduous & conifer trees, garden shed, bench, pool), BATHROOM (wc, washbasin, shower, bathtub), KITCHEN (sink, fridge, oven, hob, extractor hood, fitted kitchen), LIVING/BEDROOM (sofa, corner sofa, armchair, coffee table, rug, bookcase with books, indoor plant, TV, floor lamp, mirror, framed art, curtains, bed, wardrobe, chest of drawers, bedside table). Each returns {categorie, libelle, cotes_defaut} — dimensions are OPTIONAL, defaults are real commercial sizes (3-seat sofa 2100×950, double bed 2000×1600, parasol Ø3000). Place with {type, x, y, z, rotation} where z is the FLOOR level under the object, not its centre. They appear in the 4K visit, the PDF board, the DXF and the quantities. Plumbing fixtures declared in `plomberie[]` are now also placed in 3D — do not duplicate them here. REST: GET /api/v1/cao/mobilier.
cao_verifier
WHEN a scene is composed and BEFORE cao_pdf / cao_generer_dxf / cao_rendu / cao_visite_plan / cao_visite_studio — the cheap check that stops a wrong plan or broken 4K visit from being delivered. FREE geometric audit of a CAO scene (no API key, 0 units). Detects the mistakes that make planches look wrong: openings.z used as absolute altitude instead of relative sill (allège), chien_assis dormers floating outside the roof, upper storey walls with no windows, guardrails far from the building, missing stairs between floors, openings overflowing their wall. ALSO checks that a staircase actually leads somewhere (escalier_traverse_mur — the flight runs into a partition of its own level; escalier_arrivee_hors_batiment — it lands outside the walls). STAIRCASE PLACEMENT is checked in full, because a stair dropped in an absurd spot is the most visible flaw of an AI-composed model: escalier_depart_hors_batiment (it starts in the void), escalier_volee_hors_batiment (the flight leaves the building on the way up), escalier_bloque_ouverture (it seals a doorway), escalier_z_hors_niveau (it floats between two slabs), escalier_hauteur_incoherente (it stops short of the floor above), escalier_chevauche (two flights in the same footprint), and escalier_sans_appui (free-standing mid-room — a WARNING, not blocking: an open stairwell is a legitimate choice). Each one comes with a `correctifs[]` entry carrying a REAL replacement position (x/y/rotation): the closest valid spot to what you asked for, backed against a wall, arriving in clear space and blocking no door. Apply with POST /api/v1/cao/integrite {appliquer:true, revalider:true} — you never have to guess where to put it. ALSO checks that a dormer sits on the slope (lucarne_profondeur_courte / _longue / lucarne_trop_haute — depth must be ≈ height / roof pitch, otherwise its roof floats above the slope or overshoots the ridge). Returns {ok, erreurs_schema, alertes[{code,severite,message,corriger}], conseils, resume}. Fix severite=critique before delivery. ALSO runs a full STRUCTURAL INTEGRITY check (is the building really closed and roofed?): enveloppe_percee — a wall end joins nothing (T-junctions and door jambs are recognised, so no false alarms) — murs_composantes_isolees — closed wall clusters / pillars / low walls scattered OUTSIDE the main envelope (the 'murs en vrac' Visite 4K defect; correctifs propose null = delete that wall) — bande_ouverte_entre_niveaux, mur_etage_sans_appui, toit_ouvert, toiture_sous_les_murs, ouvertures_chevauchantes. ALSO dalle_flottante / pilier_detache on orphan boxes. It returns `integrite.correctifs[]`: the exact field to write and the value to write there, e.g. {cible:'murs[3].x2', actuel:10400, propose:11000, raison:…} or {cible:'murs[12]', propose:null} to remove clutter. POST /api/v1/cao/integrite runs that check alone and can APPLY the fixes for you (appliquer:true, revalider:true) — also free, no key. Response includes `regles_archi` (buildingSMART-inspired principles). ALSO checks DOCUMENT COMPLETENESS (`documents`): the PDF planche delivers one full plan PER STOREY — 4 storeys means 4 complete plans — so it flags element_hors_plan (a stair/guardrail whose z attaches to no storey: it would vanish from EVERY plan), niveau_non_desservi (no stair ARRIVES at that storey and no lift covers it), arrivee_sans_protection (stair head without guardrail, NF P01-012), hauteur_niveau_insuffisante (<2200 mm). `documents.couverture` is the announced table of contents of the planche. Standalone: POST /api/v1/cao/documents (free, supports appliquer/revalider too). REST equivalent: POST /api/v1/cao/verifier.