ansys.mapdl.core.Mapdl.nwpave#

Mapdl.nwpave(n1='', n2='', n3='', n4='', n5='', n6='', n7='', n8='', n9='', **kwargs)#

Moves the working plane origin to the average location of nodes.

Mechanical APDL Command: NWPAVE

Parameters:
n1str

Nodes used in calculation of the average. At least one must be defined. If N1 = P, graphical picking is enabled and all remaining command fields are ignored (valid only in the GUI).

n2str

Nodes used in calculation of the average. At least one must be defined. If N1 = P, graphical picking is enabled and all remaining command fields are ignored (valid only in the GUI).

n3str

Nodes used in calculation of the average. At least one must be defined. If N1 = P, graphical picking is enabled and all remaining command fields are ignored (valid only in the GUI).

n4str

Nodes used in calculation of the average. At least one must be defined. If N1 = P, graphical picking is enabled and all remaining command fields are ignored (valid only in the GUI).

n5str

Nodes used in calculation of the average. At least one must be defined. If N1 = P, graphical picking is enabled and all remaining command fields are ignored (valid only in the GUI).

n6str

Nodes used in calculation of the average. At least one must be defined. If N1 = P, graphical picking is enabled and all remaining command fields are ignored (valid only in the GUI).

n7str

Nodes used in calculation of the average. At least one must be defined. If N1 = P, graphical picking is enabled and all remaining command fields are ignored (valid only in the GUI).

n8str

Nodes used in calculation of the average. At least one must be defined. If N1 = P, graphical picking is enabled and all remaining command fields are ignored (valid only in the GUI).

n9str

Nodes used in calculation of the average. At least one must be defined. If N1 = P, graphical picking is enabled and all remaining command fields are ignored (valid only in the GUI).

Notes

Averaging is based on the active coordinate system.

This command is valid in any processor.