ansys.mapdl.core.Mapdl.plgeom#
- Mapdl.plgeom(item='', nodekey='', **kwargs)#
Plots target and source geometries.
Mechanical APDL Command: PLGEOM
- Parameters:
- item
str
Items to plot:
BOTH
- Plot both target and source geometries (default).TARGET
- Plot only the target geometry.SOURCE
- Plot only the source geometry.
- nodekey
str
If the source data contains faces (that is, surface elements were created upon the read command), set
NODEkey
= 1 to plot only the source nodes rather than both the nodes and the elements.
- item
Notes
Target faces are displayed in gray and source points in yellow. If the source data contains faces (that is, surface elements were created upon the read command), the source faces are also displayed in blue (unless
NODEkey
= 1), and both surfaces are made translucent.