Annotation#

class ansys.mapdl.core._commands.graphics.annotation.Annotation#

Annotation.an3d(**kwargs)

Specifies 3D annotation functions

Annotation.annot([lab, val1, val2])

Activates graphics for annotating displays (GUI).

Annotation.anum([num, type_, xhot, yhot])

Specifies the annotation number, type, and hot spot (GUI).

Annotation.lspec([lcolor, linstl, xlnwid])

Specifies annotation line attributes (GUI).

Annotation.lsymbol([x, y, symang, symtyp, ...])

Creates annotation symbols (GUI).

Annotation.pcircle([xcentr, ycentr, xlrad])

Creates an annotation circle (GUI).

Annotation.pmore([x5, y5, x6, y6, x7, y7, ...])

Creates an annotation polygon (GUI).

Annotation.polygon([nvert, x1, y1, x2, y2, ...])

Creates annotation polygons (GUI).

Annotation.pwedge([xcentr, ycentr, xlrad, ...])

Creates an annotation wedge (GUI).

Annotation.slashlarc([xcentr, ycentr, ...])

Creates annotation arcs (GUI).

Annotation.slashline([x1, y1, x2, y2])

Creates annotation lines (GUI).

Annotation.slashpspec([pcolor, kfill, kbordr])

Creates annotation polygon attributes (GUI).

Annotation.tlabel([xloc, yloc, text])

Creates annotation text (GUI).

Annotation.tspec([tcolor, tsize, txthic, ...])

Creates annotation text attributes (GUI).