slashline#

Annotation.slashline(x1='', y1='', x2='', y2='', **kwargs)#

Creates annotation lines (GUI).

Mechanical APDL Command: /LINE

Parameters:
x1str

Line X starting location (-1.0 < X < 2.0).

y1str

Line Y starting location (-1.0 < Y < 1.0).

x2str

Line X ending location (-1.0 < X < 2.0).

y2str

Line Y ending location (-1.0 < Y < 1.0).

Notes

This command defines annotation lines to be written directly onto the display at a specified location.

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).

All lines are shown on subsequent displays unless the annotation is turned off or deleted. Issue lspec to set the attributes of the line.

This command is valid in any processor.