ansys.mapdl.core.Mapdl.dlist#
- Mapdl.dlist(node1='', node2='', ninc='', **kwargs)#
Lists DOF constraints.
Mechanical APDL Command: DLIST
- Parameters:
- node1
str List constraints for nodes
NODE1toNODE2(defaults toNODE1) in steps ofNINC(defaults to 1). If ALL (default),NODE2andNINCare ignored and constraints for 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 constraints for nodes
NODE1toNODE2(defaults toNODE1) in steps ofNINC(defaults to 1). If ALL (default),NODE2andNINCare ignored and constraints for 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 constraints for nodes
NODE1toNODE2(defaults toNODE1) in steps ofNINC(defaults to 1). If ALL (default),NODE2andNINCare ignored and constraints for 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).
- node1
Notes
Listing applies to the selected nodes ( nsel ) and the selected degree of freedom labels ( dofsel ).
This command is valid in any processor.