ansys.mapdl.core.Mapdl.lspec#

Mapdl.lspec(lcolor='', linstl='', xlnwid='', **kwargs)#

Specifies annotation line attributes (GUI).

Mechanical APDL Command: /LSPEC

Parameters:
lcolorstr
linstlint or str

Line style:

  • 0 - Solid line.

  • 1 - Dashed line.

xlnwidstr

Line width multiplier (1.0 to 20.0). Defaults to 1.0.

Notes

This command specifies annotation line attributes to control certain characteristics of the lines created via the slashline, slashlarc, lsymbol, polygon, pmore, pcircle, and pwedge commands.

The 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 the input command).

This command is valid in any processor.