PRI2
PRI2, P51X
, Z1
, Z2
Creates a polygonal area or a prism volume by vertices (GUI).
Notes
Creates a polygonal area or a prism volume using the vertices as input. This is a command generated by the Graphical User Interface (GUI) and appears in the log file (Jobname.log) if graphical picking is used.
This 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 /INPUT).
For polygons, PRI2 appears in the log file as
PRI2,P51X
,0.0,0.0, preceded by
FITEM commands defining the vertices (in global Cartesian coordinates).
For prisms, PRI2 appears in the log file as
PRI2,P51X
, preceded by FITEM
commands defining the vertices and the Z-end of the prism.
See RPOLY, POLY, RPRISM, PRISM, and RPR4 for other ways to create polygons and prisms.