slashpspec#

Annotation.slashpspec(pcolor='', kfill='', kbordr='', **kwargs)#

Creates annotation polygon attributes (GUI).

Mechanical APDL Command: /PSPEC

Parameters:
pcolorint or str

Polygon color (0 \(equation not available\) PCOLOR \(equation not available\) 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.

kfillint or str

Polygon fill key:

  • 0 - Hollow polygon.

  • 1 - Filled polygon.

kbordrint or str

Polygon border key:

  • 0 - No border.

  • 1 - Border.

Notes

Creates annotation polygon attributes to control certain characteristics of the polygons created via polygon, pmore, pcircle, and pwedge.

This command is generated by the graphical user interface (GUI) and appears in the log file ( Jobname.LOG ) if annotation is used. It 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 input ).

This command is valid in any processor.