ansys.mapdl.core.Mapdl.gplist#

Mapdl.gplist(gap1='', gap2='', ginc='', **kwargs)#

Lists the gap conditions.

Mechanical APDL Command: GPLIST

Parameters:
gap1str

List gap conditions from GAP1 to GAP2 ( GAP2 defaults to GAP1 ) in steps of GINC (defaults to 1). If GAP1 = ALL (default), GAP2 and GINC are ignored and all gap conditions are listed.

gap2str

List gap conditions from GAP1 to GAP2 ( GAP2 defaults to GAP1 ) in steps of GINC (defaults to 1). If GAP1 = ALL (default), GAP2 and GINC are ignored and all gap conditions are listed.

gincstr

List gap conditions from GAP1 to GAP2 ( GAP2 defaults to GAP1 ) in steps of GINC (defaults to 1). If GAP1 = ALL (default), GAP2 and GINC are ignored and all gap conditions are listed.

Notes

This command is valid in any processor.

Warning

This command is archived in the latest version of the software.