next up previous contents
Next: proj Up: Commands Previous: pnt   Contents


prnt

   '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:

Nodes n, Elements e, Faces f, Points p, Lines l, Surfaces s, Bodies b, Nurb Lines L, Nurb Surfaces S, Values v, Sets se and Sequences sq

To see all known sets, type:

prnt se

Or type

prnt sq

to see all known sequential sets (sequences). Wildcards (*) can be used to search for setnames of a certain expression. In this case all sets matching the expression will be listed:

prnt se N*

lists all sets starting with 'N'. To see the contents of a specific set, type

prnt se setName

In case the ``stack'' was activated the value and the coordinates of stored nodes are written to the stack. The content of the stack can be listed with:

prnt st

The index and the value are written. The value with the highest index is addressed next.

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''.


next up previous contents
Next: proj Up: Commands Previous: pnt   Contents
root 2016-03-04