lplot#
- Lines.lplot(nl1='', nl2='', ninc='', **kwargs)#
Displays the selected lines.
Mechanical APDL Command: LPLOT
- Parameters:
- nl1
str Display lines from
NL1toNL2(defaults toNL1) in steps ofNINC(defaults to 1). IfNL1= ALL (default),NL2andNINCare ignored and display all selected lines ( lsel ).- nl2
str Display lines from
NL1toNL2(defaults toNL1) in steps ofNINC(defaults to 1). IfNL1= ALL (default),NL2andNINCare ignored and display all selected lines ( lsel ).- ninc
str Display lines from
NL1toNL2(defaults toNL1) in steps ofNINC(defaults to 1). IfNL1= ALL (default),NL2andNINCare ignored and display all selected lines ( lsel ).
- nl1
Notes
Mesh divisions on plotted lines are controlled by the
LDIVoption of the psymb command.This command is valid in any processor.