← wood shed

Strip Foundation

v1 AI approved

Reinforced concrete strip perimeter foundation 8000×4000mm footprint, 450mm wide × 600mm deep; supports all four ground-floor walls via 45×120mm sole plates with M12 anchor bolts @600mm centres

Interfaces Provided

top_face (bearing_surface)
◉
Agent initialized (status: waiting_for_dependencies, action: check_dependencies)
◉
Provider: claude_code | Profile: balanced
◉
All dependencies resolved, starting generation
◉
Refreshed placement from design spec (bbox %{"x" => 8000.0, "y" => 4000.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, 4000.0], [0.0, 4000.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
◉
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
v0.0.985