/ANUM
/ANUM, NUM
, TYPE
, XHOT
, YHOT
Specifies the annotation number, type, and hot spot (GUI).
NUM
Annotation number. Mechanical APDL automatically assigns the lowest available number. You cannot assign a higher number if a lower number is available; the program substitutes the lowest available number in place of any user-specified higher number.
TYPE
Annotation internal type number. If
TYPE
= DELE, delete annotationNUM
.1
—
Text
2
—
Block text (not available in GUI)
3
—
Dimensions
4
—
Lines
5
—
Rectangles
6
—
Circles
7
—
Polygons
8
—
Arcs
9
—
Wedges, pies
11
—
Symbols
12
—
Arrows
13
—
Bitmap
XHOT
X hot spot (-1.0 < X < 2.0). Used for menu button item delete.
YHOT
Y hot spot (-1.0 < Y < 1.0). Used for menu button item delete.
Notes
This is a command generated by the GUI and will appear in the log file (Jobname.log) if annotation is used. This command is not intended to be typed in directly in a Mechanical APDL session (although it can be included in an input file for batch input or for use with the /INPUT command).
Type 13 (bitmap) annotation applies user defined bitmaps defined using the FILE option of the /TXTRE command.
This command is valid in any processor.