-
-
Notifications
You must be signed in to change notification settings - Fork 1
Home
ganadara135 edited this page Mar 15, 2026
·
17 revisions
CorridorRoad is a FreeCAD workbench for road corridor design. This wiki is the practical guide for daily use and development.
- Build alignment/stations/profiles/sections/corridor in one pipeline.
- Import terrain from point cloud CSV using DEM-style grid sampling.
- Run design terrain and cut/fill analysis.

tests/samples/pointcloud_utm_realistic_hilly.csvtests/samples/alignment_utm_realistic_hilly.csv
- Start from Quick Start for first successful run.
- Use Workflow when doing full production sequence.
- Use CSV Format before importing external survey/alignment data.
- Open Troubleshooting when EG/daylight/output issues appear.
- Use Developer Guide for code-level changes.
- If users or developers have questions about CorridorRoad, please ask in the project thread on the FreeCAD Forum:
- https://forum.freecad.org/viewtopic.php?t=103783
- Use the forum thread for usage questions, bug discussion, and development feedback.
Terrain (EG) -> Alignment -> Stations -> Profiles/PVI -> 3D Centerline -> Sections -> Corridor Loft -> Design Terrain -> Cut/Fill

- Add image files under wiki repo path:
images/. - Use relative markdown links:
. - Keep width around 1600-2200 px for readability on wiki pages.
- FreeCAD
1.0.2or newer (recommended) - Windows 11 (current validation environment)
- Daylight terrain source in section workflow is mesh based.
- Runtime terrain/cut-fill sampling follows DEM-style regular XY grid.
- For coordinate-sensitive workflows, confirm Local/World mode before generation commands.
Last verified with commit: <fill-after-release>