Modeller.printWizard


printWizard(resType, command, [data])

Create results set specified by type and command and opens results window. The result window later can be retrieved by getPrintResultsWindowByID, where returned object of type IFPrintResultsWindow allows to export results to *xls or *txt format files. Exception is 'summary' results window that currently do not support IFPrintResultsWindow interface.

resTypestring"Stress", "Strain", "Displacement" etc
commandstring
dataoptional IFPrintWizardDataObj Print results wizard specific data: results window ID, load case names, primary components etc
Return valuenone 

See also getPrintResultsWindowByID

Back to Modeller

Back to Overview