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:
- x5
str
X location for vertex 5 of polygon (-1.0 < X < 2.0).
- y5
str
Y location for vertex 5 of polygon (-1.0 < Y < 1.0).
- x6
str
X location for vertex 6 of polygon (-1.0 < X < 2.0).
- y6
str
Y location for vertex 6 of polygon (-1.0 < Y < 1.0).
- x7
str
X location for vertex 7 of polygon (-1.0 < X < 2.0).
- y7
str
Y location for vertex 7 of polygon (-1.0 < Y < 1.0).
- x8
str
X location for vertex 8 of polygon (-1.0 < X < 2.0).
- y8
str
Y location for vertex 8 of polygon (-1.0 < Y < 1.0).
- x5
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.