;================================================================== ; GENERATED BY EXPRESS BRIDGE LAYOUTS ; Project: EBL-SAMPLE Generated: 2026-05-27T00:00:00Z ; View: General Layout ; ; NOT FOR CONSTRUCTION. This file contains geometric line work ; only. Dimensions, structural analysis, code compliance, and ; engineer-of-record sign-off are the responsibility of the ; client. Express Bridge Layouts is a drafting automation ; service and does not act as engineer-of-record. ;================================================================== ; ; --- Sample geometry commands (synthetic, for demo purposes only) --- ; In a real EBL deliverable, this section would contain AutoCAD ; .scr commands generated from your submitted bridge geometry. ; Example structure (not runnable as-is): ; ; LAYER N PLAN_LAYOUT C 7 ; LAYER N APPROACH_SLAB C 3 ; LAYER N WING_WALLS C 4 ; LAYER N ABUTMENT C 5 ; ; ; Bridge footprint (Total Length 200 ft x Deck Width 32 ft) ; LINE 0,0 200.0,0 ; LINE 0,0 0,32.0 ; LINE 200.0,0 200.0,32.0 ; LINE 0,32.0 200.0,32.0 ; ; ; Skewed support lines at 15 deg (spans 60/80/60) ; LINE 60.0,-4.3 60.0,36.3 ; LINE 140.0,-4.3 140.0,36.3 ; ; ; Approach slabs (each end) ; LINE 0,0 -25.0,0 ; LINE 200.0,0 225.0,0 ; ; ; Wing walls (4 corners, length L from abutment back face) ; LINE 0,0 -8.0,-12.0 ; LINE 0,32.0 -8.0,44.0 ; LINE 200.0,0 208.0,-12.0 ; LINE 200.0,32.0 208.0,44.0 ; ; ; Abutment notches at corners ; LINE 0,0 2.0,2.0 ; LINE 200.0,0 198.0,2.0 ; ; ... [geometry continues based on submitted inputs] ; ; END SAMPLE