ansys.mapdl.core.Mapdl.annot#
- Mapdl.annot(lab='', val1='', val2='', **kwargs)#
Activates graphics for annotating displays (GUI).
Mechanical APDL Command: /ANNOT
- Parameters:
- lab
str
Annotation control key:
OFF
- Turns off annotation for each subsequent display (default).ON
- Turns on annotation for each subsequent display.DELE
- Deletes all annotation.SAVE
- Saves annotation on a file. UseVAL1
for file name (defaults toJobname
) andVAL2
for the extension (defaults to ANO).SCALE
- Sets annotation scale factor (direct input only). UseVAL1
for value (0.1 to 10.0) (defaults to 1.0).XORIG
- Sets the annotation x origin (direct input only). UseVAL1
for value (-3.0 to 3.0).YORIG
- Sets annotation y origin (direct input only). UseVAL1
for value (-3.0 to 3.0).SNAP
- Sets annotation snap (menu button input only). UseVAL1
for value (0.002 to 0.2) (defaults to 0.002).STAT
- Displays current annotation status.DEFA
- Sets annotation specifications to the default values.REFR
- Redisplays annotation graphics.TMOD
- Sets the annotation text mode. IfVAL1
= 1, annotation text will be drawn in scalable bitmap fonts (default). IfVAL1
= 0, annotation text will be drawn with stroke text.
- val1
str
Value (or file name) as noted with label above.
- val2
str
Value (or file name extension) as noted with label above.
- lab
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).You cannot use the “!” and “$” characters in Mechanical APDL text annotation.
annot activates annotation graphics for adding annotation to displays. Commands representing the annotation instructions are automatically created by the annotation functions in the GUI and written to
JobnameLOG
.The annotation commands are annot, anum, tlabel, slashline, slashlarc, lsymbol, polygon, pmore, pcircle, pwedge, tspec, lspec, and slashpspec. Annotation graphics are relative to the full Graphics Window and are not affected by Mechanical APDL window-specific commands ( Windowing operations, View, etc.).
This command is valid in any processor.