Table of Contents

PostExecutionCommand Panel

Layout

  • Output Step Files Section
    • Enable Write Step Files CheckBox
      • The model is <xref:Hi.ShellCommands.ClassicSessionCommand.EnableWriteStepFiles>.
    • Step File Template Label
    • Step File Template Text Field
      • The model is <xref:Hi.ShellCommands.ClassicSessionCommand.StepFileTemplate>.
      • Default value: “Output/[NcName].step.csv”
    • Apply one line layout to the label and the text field.
  • Output Shot Files Section Visible if AppService.EnablePhysics is true.
    • Enable Write Shot Files CheckBox
      • The model is <xref:Hi.ShellCommands.ClassicSessionCommand.EnableWriteShotFiles>.
    • Shot File Template Text Field
      • The model is <xref:Hi.ShellCommands.ClassicSessionCommand.ShotFileTemplate>.
      • Default value: Output/[NcName].shot.csv
    • Shot File Time Resolution (ms) Number Field
      • The model is <xref:Hi.ShellCommands.ClassicSessionCommand.ShotFileTimeResolution_ms>.
      • Default value: 1
  • Optimization Files Section Visible if AppService.EnablePhysics is true.
    • Enable Optimize To Files CheckBox
      • The model is <xref:Hi.ShellCommands.ClassicSessionCommand.EnableOptimizeToFiles>.
    • Optimization File Template Text Field
      • The model is <xref:Hi.ShellCommands.ClassicSessionCommand.OptimizationFileTemplate>.
      • Default value: “Output/Opt-[NcName]”
  • Geometry Difference Section
    • Enable Geom Diff CheckBox
      • The model is <xref:Hi.ShellCommands.ClassicSessionCommand.EnableGeomDiff>.
    • Geom Diff Detect Radius Number Field (with Unit)
      • One Line layout
      • The model is <xref:Hi.ShellCommands.ClassicSessionCommand.GeomDiffDetectRadius_mm>.
      • Default value: 1

WPF Application Source Code Path

  • Mission/PostExecutionCommandPanel

see this page for git repository.