ndele#
- Nodes.ndele(node1='', node2='', ninc='', **kwargs)#
Deletes nodes.
Mechanical APDL Command: NDELE
- Parameters:
- node1
str Delete nodes from
NODE1toNODE2(defaults toNODE1) in steps ofNINC(defaults to 1). IfNODE1= ALL,NODE2andNINCare ignored and all selected nodes ( nsel ) are deleted. 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.- node2
str Delete nodes from
NODE1toNODE2(defaults toNODE1) in steps ofNINC(defaults to 1). IfNODE1= ALL,NODE2andNINCare ignored and all selected nodes ( nsel ) are deleted. 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.- ninc
str Delete nodes from
NODE1toNODE2(defaults toNODE1) in steps ofNINC(defaults to 1). IfNODE1= ALL,NODE2andNINCare ignored and all selected nodes ( nsel ) are deleted. 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.
- node1
Notes
Deletes selected nodes that are not connected to elements. Nodes may also be redefined instead of deleted, if desired. Boundary conditions (displacements, forces, etc.) as well as any coupling or constraint equations containing the deleted nodes are also deleted.
This command is also valid in the slashmap processor.