Callback: Void interface.GetSolveCommands(IAnalysis analysis, StringWriter stream)

Called to collect all "solve" commands to add to the solver input file.

Optional Attributes

Name Description Type Default Value Allowed Values
TimeDependent Specify if the callback will be called each step. Boolean True, False
Order Call order. Int32

Parameters

  • analysis
    Type: IAnalysis
    The current analysis.
  • stream
    The stream where the commands have to be written.