Horizontal Alignment Formatter
Clean Civil 3D horizontal curve exports, validate design parameters per road standards, and compile structured Excel spreadsheets.
Config & Design Settings
Station Equations
Import Alignment
Columns Checklist & Reorder
Check/uncheck columns to toggle visibility. Click arrows to shift column order.
Design Cross-Check & Validations
Upload a curve file to run structural checks.
Alignment Output Preview
Upload alignment data to render layout previews.
Engineering Notice & Review Requirement:
Calculation generated by InfraDigital CAD based on the selected methodology and entered parameters. Project-specific engineering review and verification are required before final design, submission or construction use.
Horizontal Alignment Formatter Documentation
Technical specifications, mathematical formulas, and civil guidelines
1. Functional Purpose & Methodology
Geometric alignment submittals require clean, auditable curve schedules rather than thousands of dense coordinate points. The Horizontal Alignment Formatter parses raw LandXML or tabular coordinate logs exported from Autodesk Civil 3D, extracts critical curve control points (PC, PI, PT), verifies geometric parameters against design speed criteria, and formats the output into professional Excel and PDF submittal tables.
In typical roadway design projects, raw alignment exports include redundant tangent points, inconsistent station labeling, and lack automatic verification against standard radius envelopes. This tool processes alignment data entirely in-browser, detecting circular curves, transition spirals, deflection angles, and tangent lengths to streamline engineering reviews.
2. Practical Step-by-Step Instructions
- Export Alignment Data: In Civil 3D Toolspace, navigate to Reports Manager > Alignments > Curve Report or export alignment LandXML. Save as CSV, TSV, or TXT.
- Upload Alignment File: Drag and drop the exported file into the upload zone. The parser automatically detects coordinate headers (Easting, Northing, Station, Curve Type).
- Set Governing Design Parameters: Specify the design speed (30 km/h to 120 km/h), maximum superelevation (e.g., 4%, 6%, 8%), and maximum side friction factor (f_max).
- Review Curve Schedule: Inspect the extracted curve elements table showing Curve Number, Station PC, Station PI, Station PT, Deflection Angle (Δ), Radius (R), Tangent Length (T), Curve Length (L), and External Distance (E).
- Audit & Export: Review flagged geometric warnings (such as radii below standard minimums) and export the formatted curve listing to Excel (.xlsx) with standardized styling.
3. Mathematical Formulations & Variable Definitions
Circular curve geometry is evaluated using standard civil engineering circular curve relationships:
- Tangent Length (T): Distance from Point of Curvature (PC) or Point of Tangency (PT) to Point of Intersection (PI):T = R × tan(Δ / 2)Where R = curve radius (m), Δ = intersection deflection angle (degrees).
- Curve Arc Length (L): Total arc length along the centerline from PC to PT:L = (R × Δ × π) / 180
- External Distance (E): Clearance from the PI vertex to the midpoint of the circular curve:E = R × [sec(Δ / 2) - 1]
- Middle Ordinate (M): Distance from curve midpoint to the long chord:M = R × [1 - cos(Δ / 2)]
- Minimum Curve Radius (R_min): Minimum permissible radius governed by design speed, superelevation, and side friction:R_min = V² / [127 × (e_max + f_max)]Where V = design speed (km/h), e_max = maximum superelevation rate (m/m), and f_max = maximum side friction factor.
4. Standard Reference Values (ERA 2013 & AASHTO)
The table below summarizes minimum curve radii (R_min in meters) per ERA 2013 Geometric Design Manual (Table 8-3) and AASHTO Green Book for standard e_max rates:
| Design Speed (km/h) | Max Side Friction (f_max) | R_min (e_max = 8%) | R_min (e_max = 6%) | R_min (e_max = 4%) |
|---|---|---|---|---|
| 50 | 0.16 | 85 m | 90 m | 100 m |
| 60 | 0.15 | 125 m | 135 m | 150 m |
| 80 | 0.14 | 230 m | 250 m | 280 m |
| 100 | 0.12 | 395 m | 435 m | 495 m |
| 120 | 0.09 | 665 m | 755 m | 885 m |
5. Worked Numerical Example
A two-lane rural primary arterial (ERA Class DS2 / AASHTO Rural Arterial) has a design speed of V = 80 km/h. The intersection of two tangents at PI Station 14+320.50 exhibits an intersection deflection angle of Δ = 28° 30' 00" (28.50°). The design engineer selects a circular curve radius of R = 450.00 m with e_max = 6.0% (0.06) and f_max = 0.14.
6. Engineering Assumptions & Limitations
- Planar 2D Evaluation: Calculations assume a 2D horizontal plane. Combined 3D sightline restrictions (e.g. cut slope benches or bridge abutments) must be checked inside full corridor CAD models.
- Point-Mass Simplification: Does not simulate dynamic rollover or lateral sway of high-center-of-gravity freight trucks under emergency evasive maneuvers.
- Sightline Obstruction Clearance: Horizontal sightline offset (HSO or Middle Ordinate M_SSD) must be checked against stopping sight distance to ensure motorists have unobstructed views across inside shoulders.
- Independent Verification Required: Formatted schedules serve as engineering drafting aids. All stations, bearings, and coordinates must be checked and approved by a licensed Professional Engineer (PE / REng).
7. ERA 2013 vs AASHTO Standard Relationship
ERA 2013 (Chapter 8) adopts the fundamental AASHTO Green Book circular curve dynamics but applies specific constraints:
- Superelevation Cap: ERA restricts maximum superelevation to 8.0% rural (e_max = 8%) and 4.0% urban, whereas AASHTO allows up to 10%–12% in specific rural US state jurisdictions.
- Terrain Speed Thresholds: In mountainous and escarpment terrain, ERA permits lower design speed minimums (down to 30 km/h for DS6–DS10) with correspondingly tighter minimum radii (R_min = 30 m) where physical switchbacks are mandatory.
8. Frequently Asked Questions (FAQs)
Civil 3D's default Incremental Stationing Report outputs sample coordinates at every 20m or 25m interval. Our tool strips intermediate tangent points and isolates the true curve control vertices (PC, PI, PT).
The formatter calculates the backward azimuth from PC to PI and forward azimuth from PI to PT using Math.atan2(ΔX, ΔY), subtracting the bearings to obtain the true angular deflection.
If R < R_min, either increase the curve radius in your CAD alignment or evaluate whether reducing the corridor design speed or introducing clothoid spiral transitions is warranted under local terrain constraints.
9. Related Technical Guides & Workflow Integration
For comprehensive design speed criteria and comparative standards, refer to our technical guide on AASHTO vs ERA Design Speeds. To compute superelevation runoff lengths for these curves, use the Superelevation Calculator.