*ModelInfoDefaults()

Sets the default settings for the Model Info (displayed in the top right corner of the of the graphics area).

Syntax

*ModelInfoDefaults ("argument")

Application

HyperView

Inputs

"argument"
The arguments follow the syntax of the Note description. All the data fields on the Notes panel are available to be used for this command as an argument joined into one string.
To define more lines for the Model Info, separate the lines by using ā€˜\nā€™ for line feed as shown in the example below.

Example

*ModelInfoDefaults("{window.modeltitle}\nResult:)
{window.resultfilename}\n{window.loadcase}:
{window.simulationstep}\n{window.frame}")

Comments

Create your Model Info in the Notes panel and copy/paste it into the description as argument for the *ModelInfoDefault command in the preference file. Use '\n' to separate lines (as shown in the example above).