'prnt' ['se'|'sq' <RETURN|set|*chars*> ['range']]| ['n'|'e' <set|*chars*> 'range']| ['n'|'e'|'f'|'p'|'l'|'s'|'b'|'L'|'S'|'v' <entity>]| ['amp' <RETURN|amplitude|*chars*>]| ['mat' <RETURN|material|*chars*>]| ['par' <RETURN|parameter>]| ['st']| ['usr']This keyword is used to print entity-definitions. The following entities are known:
To print the definition of a line, type
prnt l lineName
For elements and nodes is an additional parameter ``range'' availabe. In this case the range of node- or element-numbers will be displayed (max and min nr) and in addition holes in the numbering are detected:
prnt n setname range
If an ccx- or abaqus-input-file was read then it is also possible to print the amplitudes (*AMPLITUDE in ccx) or the material-propperties (*MATERIAL in ccx), wildcards (*) can be used:
prnt amp amplitude-name
prnt mat material-name
If an ccx result file was read then the user headers (meta data)
prnt usr
and parameters of each dataset can be listed and written to the stack with either
prnt par
to list all parameters of the active dataset or a single one like for example
prnt par STEP
can be listed and written to the stack (see stack).
See also ``if'' and ``while''.