slashlarc#

Annotation.slashlarc(xcentr='', ycentr='', xlrad='', angle1='', angle2='', **kwargs)#

Creates annotation arcs (GUI).

Mechanical APDL Command: /LARC

Parameters:
xcentrstr

Arc X center location (-1.0 < X < 1.0).

ycentrstr

Arc Y center location (-1.0 < Y < 1.0).

xlradstr

Arc radius length.

angle1str

Starting angle of arc.

angle2str

Ending angle of arc. The arc is drawn counterclockwise from the starting angle, ANGLE1, to the ending angle, ANGLE2.

Notes

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

The command is generated by the Graphical User Interface (GUI) and will appear 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 arcs are shown on subsequent displays unless the annotation is turned off or deleted. Issueu lspec to set the attributes of the arc.

This command is valid in any processor.