← Small House

Strip Foundation

v1 AI approved

Perimeter strip foundation for 8000x6000mm footprint, concrete strip depth 300mm, strip width 142mm, hollow ring under sole plates, placed at offset Vector(-142,-142,-300). Top face Z=0 bears SIP sole plates via M12 anchor bolts.

Interfaces Provided

bearing_face (connection)
◉
Agent initialized (status: waiting_for_dependencies, action: check_dependencies)
◉
Provider: claude_code | Profile: quality
◉
All dependencies resolved, starting generation
◉
Refreshed placement from design spec (bbox %{"x" => 8000.0, "y" => 6000.0, "z" => 300.0})
◉
Generating v1
◉
Using deterministic sip.foundation generation
◆
foundation_v1.py · 14 lines
from elixifree.domains.sip import Foundation

OUTER_CONCRETE_FOOTPRINT = [[0.0, 0.0], [8000.0, 0.0], [8000.0, 6000.0], [0.0, 6000.0]]
DEPTH = 300.0
STRIP_W = 450.0

result = Foundation(
    footprint=OUTER_CONCRETE_FOOTPRINT,
    depth=DEPTH,
    type="strip_foundation",
    strip_w=STRIP_W,
).build()
result.add_to_doc("Body")
●
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
★
Ready for review (v1)
◉
Provider updated to claude_code / quality
◉
Provider updated to claude_code
◉
Component approved by user
◉
Provider updated to claude_code / quality
◉
Provider updated to claude_code / quality
◉
Provider updated to claude_code / quality
◉
Provider updated to claude_code / quality
◉
Provider updated to claude_code / quality
◉
Provider updated to claude_code / quality
◉
Provider updated to claude_code / quality
◉
Provider updated to claude_code / quality
◉
Provider updated to claude_code / quality
◉
Provider updated to claude_code / quality
◉
Provider updated to claude_code / quality
◉
Provider updated to claude_code / quality
v0.0.985