*summary

Prints or displays a summary from a specified template.

Syntax

*summary template file output file print all

Type

HyperMesh Tcl Modify Command

Description

Prints or displays a summary from a specified template.

Inputs

template file
The name of the template file from which the format of the summary file will be obtained.
output file
The name of the file that the information will be printed out to (information will still be displayed on screen).
print
If set to 0, information will be printed only to screen.
If set to 1, information will also be sent to printer.
all
0 - Only displayed portions of model will be taken into account when creating the summary template.
1 - Everything will be taken into account regardless of whether it is displayed or not.

Example

To obtain a component by component summary for everything in a Nastran model without printing it:

*summary("nastran/components", "output.txt", 0, 1)

Errors

None.