suget#
- SurfaceOperations.suget(surfname='', rsetname='', parm='', geom='', **kwargs)#
Moves surface geometry and mapped results to an array parameter.
Mechanical APDL Command: SUGET
- Parameters:
- surfname
str Eight character surface name.
- rsetname
str Eight character result name.
- parm
str APDL array parameter name (up to 32 characters).
- geom
str 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)
- surfname
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.