ansys.mapdl.core.Mapdl.pmore#

Mapdl.pmore(x5='', y5='', x6='', y6='', x7='', y7='', x8='', y8='', **kwargs)#

Creates an annotation polygon (GUI).

Mechanical APDL Command: /PMORE

Parameters:
x5str

X location for vertex 5 of polygon (-1.0 < X < 2.0).

y5str

Y location for vertex 5 of polygon (-1.0 < Y < 1.0).

x6str

X location for vertex 6 of polygon (-1.0 < X < 2.0).

y6str

Y location for vertex 6 of polygon (-1.0 < Y < 1.0).

x7str

X location for vertex 7 of polygon (-1.0 < X < 2.0).

y7str

Y location for vertex 7 of polygon (-1.0 < Y < 1.0).

x8str

X location for vertex 8 of polygon (-1.0 < X < 2.0).

y8str

Y location for vertex 8 of polygon (-1.0 < Y < 1.0).

Notes

Defines the 5th through 8th vertices of an annotation polygon ( polygon ). This is a command generated by the Graphical User Interface (GUI) and appears in the log file ( Jobname.LOG ) if annotation is used.

The command 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.