ansys.mapdl.core.Mapdl.suget#

Mapdl.suget(surfname='', rsetname='', parm='', geom='', **kwargs)#

Moves surface geometry and mapped results to an array parameter.

Mechanical APDL Command: SUGET

Parameters:
surfnamestr

Eight character surface name.

rsetnamestr

Eight character result name.

parmstr

APDL array parameter name (up to 32 characters).

geomstr

Switch controlling how data is written.

  • ON (or 1 or YES) - Writes geometry data and interpolated results information to the parameter.

  • OFF (or 0 or NO) - Writes only interpolated results information to the parameter. (Default)

Notes

For Geom = OFF (or 0 or NO), only results information is written to this parameter.

For Geom = ON (or 1 or YES), both geometry data and results information are written to this parameter. Geometry data includes 7 data items: (GCX, GCY, GCZ, NORMX, NORMY, NORMZ, and DA). Results information is then written to the 8th column of the parameter. SetNames of GCX, GCY, GCZ, NORMX, NORMY, NORMZ, and DA are predefined and computed when sucr is issued.