;================================================================== ; GENERATED BY EXPRESS BRIDGE LAYOUTS ; Project: EBL-SAMPLE Generated: 2026-05-27T00:00:00Z ; View: Deck 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 DECK_SECTION C 7 ; LAYER N BEAMS C 2 ; LAYER N HAUNCH C 6 ; LAYER N CROSS_SLOPE C 1 ; ; ; Deck cross section (Width 32 ft, Thickness 0.708 ft) ; LINE -16.0,0 16.0,0 ; LINE -16.0,0 -16.0,0.708 ; LINE 16.0,0 16.0,0.708 ; ; ; Cross slope - left of CL (negative if CCW) and right of CL ; LINE -16.0,0.708 0,1.05 ; LINE 0,1.05 16.0,0.708 ; ; ; Beam layout (5 beam spaces, clear deck overhang) ; LINE -12.0,-3.0 -12.0,0 ; LINE -6.0,-3.0 -6.0,0 ; LINE 0,-3.0 0,0 ; LINE 6.0,-3.0 6.0,0 ; LINE 12.0,-3.0 12.0,0 ; ; ; Haunch at CL of bearings ; LINE -12.5,0 -11.5,0 ; LINE -12.5,-0.25 -11.5,-0.25 ; ; ... [geometry continues based on submitted inputs] ; ; END SAMPLE