tspec#

Mapdl.tspec(tcolor='', tsize='', txthic='', pangle='', iangle='', **kwargs)[source]#

Creates annotation text attributes (GUI).

APDL Command: /TSPEC

Parameters:
tcolor

Text color (0 TCOLOR 15):

0

Black.

1

Red-Magenta.

2

Magenta.

3

Blue-Magenta.

4

Blue.

5

Cyan-Blue.

6

Cyan.

7

Green-Cyan.

8

Green.

9

Yellow-Green.

10

Yellow.

11

Orange.

12

Red.

13

Dark Gray.

14

Light Gray.

15

White.

tsize

Text size factor.

txthic

Text thickness key:

1

normal.

2

twice as thick.

3

three times as thick.

4

four times as thick.

pangle

Text path angle (0.0 < angle < 360.0).

iangle

Text italic angle (0.0 < angle < 45.0).

Notes

Defines annotation text attributes to control certain characteristics of the text created via the /TLABEL command. This is a command generated by the Graphical User Interface (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 an ANSYS session (although it can be included in an input file for batch input or for use with the /INPUT command).

This command is valid in any processor.