ansys.mapdl.core.Mapdl.supr#
- Mapdl.supr(surfname='', rsetname='', **kwargs)#
Print global status, geometry information and/or result information.
Mechanical APDL Command: SUPR
- Parameters:
Notes
When no arguments are specified, supr generates a global status summary of all defined surfaces. If only
SurfName
is specified, the geometry information for that surface is printed. If bothSurfName
andRSetName
are specified, the value of the results set at each point, in addition to the geometry information, is printed.