Next: pnt
Up: Commands
Previous: plot
Contents
plus
'plus' 'n'|'e'|'f'|'p'|'l'|'s'|'b'|'S'|'L'&'a'|'d'|'v' <set> ->
'w'|'k'|'r'|'g'|'b'|'y'|'m'|'i'
This keyword is used to display the entities of an additional set after a plot command was used (see also minus). The following entities are known:
Nodes n, Elements e, Faces f, Points p, Lines l, Surfaces s, Bodies b, Nurb Surfaces S and Nurb Lines L
The entites can be displayed in the following colors:
White w, Black k, Red r, Green g, Blue b, Yellow y, Magenta m, illuminated i
So far only elements and surfaces can be displayed with lighting effects using color i. To display the entities with attributes, use the identifier in combination with a, d or v. For example
plot la all
will display all lines with there names. The attribute d works only for lines,
plot ld all
will display all lines with there divisions, that is the number of nodes that will be created on them if meshed. The attribute v works only for nodes,
plot nv set1
will display the nodes in set set1 with there values. This is only meaningful in post-processing mode (see Dataset how to assign values to nodes).
Next: pnt
Up: Commands
Previous: plot
Contents
root
2007-02-10