nlist#
- Nodes.nlist(node1='', node2='', ninc='', lcoord='', sort1='', sort2='', sort3='', kinternal='', **kwargs)#
Lists nodes.
Mechanical APDL Command: NLIST
- Parameters:
- node1
str List nodes from
NODE1toNODE2(defaults toNODE1) in steps ofNINC(defaults to 1). IfNODE1= ALL (default),NODE2andNINCare ignored and all selected nodes ( nsel ) are listed. IfNODE1= P, graphical picking is enabled and all remaining command fields are ignored (valid only in the GUI). A component name may also be substituted forNODE1(NODE2andNINCare ignored).- node2
str List nodes from
NODE1toNODE2(defaults toNODE1) in steps ofNINC(defaults to 1). IfNODE1= ALL (default),NODE2andNINCare ignored and all selected nodes ( nsel ) are listed. IfNODE1= P, graphical picking is enabled and all remaining command fields are ignored (valid only in the GUI). A component name may also be substituted forNODE1(NODE2andNINCare ignored).- ninc
str List nodes from
NODE1toNODE2(defaults toNODE1) in steps ofNINC(defaults to 1). IfNODE1= ALL (default),NODE2andNINCare ignored and all selected nodes ( nsel ) are listed. IfNODE1= P, graphical picking is enabled and all remaining command fields are ignored (valid only in the GUI). A component name may also be substituted forNODE1(NODE2andNINCare ignored).- lcoord
str Coordinate listing key:
(blank)- List all nodal informationCOORD- Suppress all but the XYZ coordinates (shown to a higher degree of accuracy than when displayed with all information).
- sort1
str First item on which to sort. Valid item names are NODE, X, Y, Z, THXY, THYZ, THXZ
- sort2
str Second and third items on which to sort. Valid item names are the same as for
SORT1.- sort3
str Second and third items on which to sort. Valid item names are the same as for
SORT1.- kinternal
str Internal nodes listing key:
(blank)- List only external nodes.INTERNAL- List all nodes, including internal nodes.
- node1
Notes
Lists nodes in the active display coordinate system ( dsys ). Nodal coordinate rotation angles are also listed (relative to the global Cartesian coordinate system).
Node listing can be in a sorted order (ascending).
SORT2, for example, will be carried out on nodes having equal values ofSORT1.This command is valid in any processor.