5.90 FAQ-1206 How to recalculate all operations in current project?

Last Update: 10/23/2024

To force recalculation of all operations in the current project (both done and pending ones),

  1. Select menu Window: Script Window.
  2. In the Script Window that opens, enter following run commands, highlight them and press Enter to execute:
    run -auf 2 1; //dirty all operations in the current project
    run -p au; //force recalculation

Keywords:recalculate, analysis report, update report, update table styple