ansys.mapdl.core.Mapdl.gcmd#

Mapdl.gcmd(wn='', lab1='', lab2='', lab3='', lab4='', lab5='', lab6='', lab7='', lab8='', lab9='', lab10='', lab11='', lab12='', **kwargs)#

Controls the type of element or graph display used for the gplot command.

Mechanical APDL Command: /GCMD

Parameters:
wnstr

Window number (or ALL) to which this command applies (defaults to 1)

lab1str

Command labels (for example, plnsol,S,X)

lab2str

Command labels (for example, plnsol,S,X)

lab3str

Command labels (for example, plnsol,S,X)

lab4str

Command labels (for example, plnsol,S,X)

lab5str

Command labels (for example, plnsol,S,X)

lab6str

Command labels (for example, plnsol,S,X)

lab7str

Command labels (for example, plnsol,S,X)

lab8str

Command labels (for example, plnsol,S,X)

lab9str

Command labels (for example, plnsol,S,X)

lab10str

Command labels (for example, plnsol,S,X)

lab11str

Command labels (for example, plnsol,S,X)

lab12str

Command labels (for example, plnsol,S,X)

Notes

This command controls the type of element or graph display that appears when you issue the gplot command when the gtype,,(ELEM or GRPH) entity type is active. If you have multiple plotting windows enabled, you can also use gcmd to select one window when you wish to edit its contents.

For related information, see the descriptions of the gplot and gtype commands in this manual.

This command is valid in any processor.