*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).
- If set to 0, information will be printed only to screen.
- all
- 0 - Only displayed portions of model will be taken into account when creating the summary template.
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.