-
-
Notifications
You must be signed in to change notification settings - Fork 1
Screenshot Checklist
ganadara135 edited this page May 10, 2026
·
3 revisions
This page is a practical capture checklist for Parametric Road wiki screenshots.
Use it when preparing images for docs/wiki/images/ and the GitHub Wiki images/ folder.
Capture screenshots that are consistent, readable, and directly matched to the current wiki pages.
- Use the current sample files:
tests/samples/pointcloud_utm_realistic_hilly.csvtests/samples/alignment_utm_realistic_hilly.csv
- Open a clean FreeCAD document when possible.
- Keep the workbench set to
Parametric Road. - Expand the project tree so important result objects are visible.
- Use a window size that shows the full task panel without clipping.
- Avoid overlapping modal dialogs unless the screenshot is specifically for a completion popup.
- If possible, keep the UI language consistent across all captures.
- Prefer PNG.
- Keep width around
1600-2200 px. - Capture the full task panel when documenting options.
- Capture the relevant 3D result together with the task panel when the result matters.
- Avoid unrelated objects selected in the tree unless selection is part of the explanation.
- Use the same zoom level for before/after comparisons whenever possible.
- If a screenshot is for troubleshooting, make sure the failure symptom is clearly visible.
- Store local draft images in
docs/wiki/images/. - Use the same relative path in the wiki repo:
images/. - Keep file names exactly aligned with wiki placeholders.
Follow this order so one project session can produce most screenshots without rework.
New ProjectProject SetupImport PointCloud DEMAlignmentGenerate StationsEdit ProfilesEdit PVI3D CenterlineGenerate SectionsCorridor- Troubleshooting examples if needed
-
images/wiki-home-workbench-overview.png- Show the Parametric Road workbench and main toolbar/menu area.
-
images/wiki-home-project-tree-pipeline.png- Show the project tree with main generated objects visible.
-
images/wiki-quickstart-step1-new-project.png- Capture right after
New Project. - Show project tree creation clearly.
- Capture right after
-
images/wiki-quickstart-step2-project-setup.png- Capture
Project Setupwith basic values visible.
- Capture
-
images/wiki-quickstart-step3-pointcloud-dem.png- Show
Import PointCloud DEMtask panel and generated terrain mesh together if possible.
- Show
-
images/wiki-quickstart-step4-alignment-import.png- Show imported alignment table or alignment geometry clearly.
-
images/wiki-quickstart-step5-stations-complete.png- Show the completion dialog after station generation.
-
images/wiki-quickstart-step6-profiles-eg.png- Show EG-filled profile table.
-
images/wiki-quickstart-step7-centerline-complete.png- Show 3D centerline completion popup and centerline wire.
-
images/wiki-quickstart-step8-sections-complete.png- Show section generation completion popup.
-
images/wiki-quickstart-step9-corridor-complete.png- Show corridor completion popup and resulting corridor.
-
images/wiki-workflow-01-project-init.png- Show project tree immediately after setup.
-
images/wiki-workflow-02-terrain-eg.png- Show DEM source import state or terrain result.
-
images/wiki-workflow-02-terrain-eg_2.png- Alternate terrain-focused view with mesh visible.
-
images/wiki-workflow-03-horizontal-alignment.png- Show alignment geometry and key points.
-
images/wiki-workflow-03-horizontal-alignment_2.png- Alternate alignment view from another zoom or orientation.
-
images/wiki-workflow-04-stations-profiles.png- Show station-related result objects or profile workflow context.
-
images/wiki-workflow-04-stations-profiles_2.png- Show EG profile table state.
-
images/wiki-workflow-04-stations-profiles_3.png- Show FG profile table state.
-
images/wiki-workflow-05-centerline3d.png- Show 3D centerline wire and completion confirmation.
-
images/wiki-workflow-06-sections.png- Show Sections task panel.
-
images/wiki-workflow-06-sections_2.png- Show generated section set or child section result.
-
images/wiki-workflow-07-corridor-surfaces-analysis.png- Show a failed corridor example with the problem visible.
-
images/wiki-workflow-07-corridor-surfaces-analysis_2.png- Show a stable corridor result.
-
images/wiki-workflow-07-corridor-surfaces-analysis_3.png- Show cut/fill or final end-to-end result.
-
images/wiki-workflow-07a-corridor-loft-stability-options.png- Show
Corridoroptions includingMin Section Spacing,Use ruled surface, andAuto-fix flipped sections.
- Show
-
images/wiki-workflow-07b-daylight-max-width-delta.png- Show
Generate Sectionsoptions withDaylight Max Width Deltavisible.
- Show
-
images/wiki-menu-reference-project-setup.png- Show all major
Project Setupfields in one view.
- Show all major
-
images/wiki-menu-reference-pointcloud-dem.png- Show
Import PointCloud DEMoptions includingCell Size,Aggregation, and coordinate settings.
- Show
-
images/wiki-menu-reference-edit-profiles.png- Show
Edit Profilestable and options including terrain source and coord mode.
- Show
-
images/wiki-menu-reference-edit-pvi.png- Show
Edit PVItable and generation options.
- Show
-
images/wiki-csv-pointcloud-import-panel.png- Show a valid point cloud CSV selected in the DEM import panel.
-
images/wiki-csv-alignment-import-result.png- Show alignment CSV import result.
-
images/wiki-csv-dem-cellsize-tuning.png- Show the DEM panel with
CellSizehighlighted or clearly visible.
- Show the DEM panel with
-
images/wiki-troubleshooting-eg-blank.png- Show profile table rows with blank EG values.
-
images/wiki-troubleshooting-eg-blank-cellsize-fix.png- Show DEM panel where a larger
CellSizeis used to improve coverage.
- Show DEM panel where a larger
-
images/wiki-troubleshooting-daylight-settings.png- Show
Daylight Autoand terrain selection settings.
- Show
-
images/wiki-troubleshooting-corridor-twist.png- Show a twisted corridor case with useful status text visible if possible.
-
images/wiki-troubleshooting-corridor-twist-fixed.png- Show the same or similar area after stabilization settings are applied.
-
images/wiki-troubleshooting-workbench-icon.png- Show the workbench selector area if icon troubleshooting is being documented.
Use this minimal sequence to gather most images in one run.
- Create a new project.
- Fill
Project Setup. - Import the point cloud DEM and capture terrain-related images.
- Import alignment and capture alignment images.
- Generate stations and capture completion dialog.
- Open
Edit Profiles, fill EG, and capture profile images. - Open
Edit PVI, generate FG, and capture PVI/FG images. - Generate 3D centerline, sections, and corridor.
- Capture final result and any troubleshooting examples.
- Save images to
docs/wiki/images/. - Copy them to the wiki repo
images/folder when publishing. - Replace remaining placeholder-only entries if the final screenshot now exists.
- Check markdown image links before pushing.
- All required file names exist in
docs/wiki/images/ - The same files are copied to the wiki repo
images/ - No screenshot is obviously outdated relative to the current UI
- Completion dialogs are visible where the wiki references them
- Menu option screenshots match the current task panel wording
Last verified with commit: 61ba6d5