Table of Contents

PostExecutionCommand Panel

Layout

  • Output Step Files Section
    • Enable Write Step Files CheckBox
    • Step File Template Label
    • Step File Template Text Field
    • Apply one line layout to the label and the text field.
  • Output Shot Files Section Visible if EnablePhysics is true.
  • Optimization Files Section Visible if EnablePhysics is true.
  • Geometry Difference Section

Source Code Path

See this page for git repository.

WPF Application Source Code Path

  • Mission/PostExecutionCommandPanel

Web Page Application Source Code Path

HiNC-2025-webservice (Quasar CLI SPA):

  • wwwroot-src/src/components/mission/PostExecutionCommandPanel.vue — five cards: Step Files / Shot Files / Optimization / Geom Diff / Runtime Geom. Shot Files and Optimization cards are gated on appState.isShowPhysicsOptions (matches legacy). GeomDiff is embedded inline because it is a property on PostExecutionCommand rather than a standalone IShellCommand.
  • wwwroot-src/src/api/mission.ts — typed wrapper; uses commands/{path}/postexecution/* endpoints including enable-geom-diff + geom-diff-detect-radius-mm.
  • Missions/MissionController.cs — REST endpoints for PostExecution per-property PUTs.