← house

South wall main portion

v1 AI approved Generated with ElixiFree

SIP-120 south wall: 10000×142×2909.5mm level. Top plate bears roof high eave + 400mm overhang. Two 1200×1200mm windows at 900mm sill. 45×45mm corner splines to e1, e5.

Dependencies

foundation.sole_plate_bearing

Interfaces Provided

top_plate_bearing (bearing) corner_spline_e1 (joint) corner_spline_e5 (joint)
◉
Agent initialized (status: waiting_for_dependencies, action: check_dependencies)
◉
Provider: claude_code | Profile: balanced
◉
Agent initialized (status: waiting_for_dependencies, action: check_dependencies)
◉
Provider: claude_code | Profile: balanced
◇
Received interface foundation.sole_plate_bearing: %{name: "sole_plate_bearing", type: "bearing", value: %{}, agent_id: "foundation"}
◉
All dependencies resolved, starting generation
◉
Refreshed placement from design spec (bbox %{"x" => 10000.0, "y" => 142.0, "z" => 2909.5246169504862})
◉
Generating v1
◉
[ElixiFree] active — code_module=elixifree.sip
◉
[ElixiFree] downgrading to claude-haiku-4-5-20251001 (builder API active)
○
Calling Claude (local subscription) for code generation (claude-haiku-4-5-20251001)...
◉
Generation token budget: max_tokens=12288, thinking_budget=0 (retry_count=0)
◉
Provider updated to claude_code / balanced
◉
Provider updated to claude_code / balanced
◉
Provider updated to claude_code / balanced
◉
Provider updated to claude_code / balanced
◉
Provider updated to claude_code / balanced
◉
Provider updated to claude_code / balanced
●
Received response ( tokens)
◉
Applied 2 deterministic .opening() call(s) from the design spec
◉
Applied the building graph's wall top profile: level, height=2909.5
◉
Normalized Wall builder dimensions/orientation to local-frame contract
◆
s0_wall_e0_v1.py · 25 lines
from elixifree.domains.sip import Wall

# === ANCHOR POINTS ===
ANCHOR_TOP_FACE = (5.0e3, 71.0, 2909.5246169504862)
ANCHOR_BOTTOM_FACE = (5.0e3, 71.0, 0.0)
ANCHOR_FRONT_FACE = (5.0e3, 0.0, 1454.7623084752431)
ANCHOR_BACK_FACE = (5.0e3, 142.0, 1454.7623084752431)
ANCHOR_LEFT_FACE = (0.0, 71.0, 1454.7623084752431)
ANCHOR_RIGHT_FACE = (1.0e4, 71.0, 1454.7623084752431)
# === END ANCHOR POINTS ===

# === PARAMETERS ===
SPAN = 10000.0      # mm — wall length along X
HEIGHT = 2909.5246169504862  # mm — wall height along Z
STOCK = "SIP-120"   # SIP panel stock (142mm total thickness)
WINDOW_WIDTH = 1200.0   # mm
WINDOW_HEIGHT = 1200.0  # mm
SILL_HEIGHT = 900.0     # mm — sill height from ground
# === END PARAMETERS ===

result = (Wall(span=10000.0, height=2909.5, stock="SIP-120")
    .opening(x=1150.0, z=900.0, width=1200.0, height=1200.0)
    .opening(x=6850.0, z=900.0, width=1200.0, height=1200.0)
    .build())
result.add_to_doc("Body")
◉
[ElixiFree] ✓ generated script uses elixifree imports
●
Executing in FreeCAD...
◉
StepAnalyzer failed: FreeCAD could not read STEP file: FreeCAD exception thrown (File to load not existing or not readable) — skipping
●
FreeCAD execution succeeded
●
Exported: model.stl
◉
Generation succeeded and component was auto-approved (v1)
◉
Provider updated to claude_code / balanced
◉
Provider updated to claude_code / balanced
◉
Provider updated to claude_code / balanced
◉
Provider updated to claude_code / balanced
◉
Provider updated to claude_code / balanced
◉
Provider updated to claude_code / balanced
◉
Provider updated to claude_code / balanced
◉
Provider updated to claude_code / balanced
◉
Provider updated to claude_code / balanced
◉
Applied 2 deterministic .opening() call(s) from the design spec
◉
Provider updated to claude_code / balanced
◉
Provider updated to claude_code / balanced
◉
Applied 2 deterministic .opening() call(s) from the design spec
◉
Applied 2 deterministic .opening() call(s) from the design spec
◉
Provider updated to claude_code / balanced
v0.0.985