lplot#

Lines.lplot(nl1='', nl2='', ninc='', **kwargs)#

Displays the selected lines.

Mechanical APDL Command: LPLOT

Parameters:
nl1str

Display lines from NL1 to NL2 (defaults to NL1 ) in steps of NINC (defaults to 1). If NL1 = ALL (default), NL2 and NINC are ignored and display all selected lines ( lsel ).

nl2str

Display lines from NL1 to NL2 (defaults to NL1 ) in steps of NINC (defaults to 1). If NL1 = ALL (default), NL2 and NINC are ignored and display all selected lines ( lsel ).

nincstr

Display lines from NL1 to NL2 (defaults to NL1 ) in steps of NINC (defaults to 1). If NL1 = ALL (default), NL2 and NINC are ignored and display all selected lines ( lsel ).

Notes

Mesh divisions on plotted lines are controlled by the LDIV option of the psymb command.

This command is valid in any processor.