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 <xref:Hi.HiNcKits.AppService>.<xref:Hi.HiNcKits.AppService.EnablePhysics> is true.
  • Optimization Files Section Visible if <xref:Hi.HiNcKits.AppService>.<xref:Hi.HiNcKits.AppService.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

  • wwwroot/mission/panels/postexecution-command-panel.html (Component HTML)
  • wwwroot/mission/panels/postexecution-command-panel.css (Component styles)
  • wwwroot/mission/panels/postexecution-command-panel.js (JavaScript component)
  • Controller/MissionController.cs (REST API - PostExecution command endpoints)