ansys.mapdl.core.Mapdl.nmodif#
- Mapdl.nmodif(node='', x='', y='', z='', thxy='', thyz='', thzx='', **kwargs)#
Modifies an existing node.
Mechanical APDL Command: NMODIF
- Parameters:
- node
str Modify coordinates of this node. If ALL, modify coordinates of all selected nodes ( nsel ). If
NODE= P, graphical picking is enabled and all remaining command fields are ignored (valid only in the GUI). A component name may also be substituted forNODE.- x
str Replace the previous coordinate values assigned to this node with these corresponding coordinate values. Values are interpreted in the active coordinate system (R, θ, Z for cylindrical; R, θ, Φ for spherical or toroidal). Leaving any of these fields blank retains the previous value(s).
- y
str Replace the previous coordinate values assigned to this node with these corresponding coordinate values. Values are interpreted in the active coordinate system (R, θ, Z for cylindrical; R, θ, Φ for spherical or toroidal). Leaving any of these fields blank retains the previous value(s).
- z
str Replace the previous coordinate values assigned to this node with these corresponding coordinate values. Values are interpreted in the active coordinate system (R, θ, Z for cylindrical; R, θ, Φ for spherical or toroidal). Leaving any of these fields blank retains the previous value(s).
- thxy
str First rotation of nodal coordinate system about nodal Z (positive X toward Y). Leaving this field blank retains the previous value.
- thyz
str Second rotation of nodal coordinate system about nodal X (positive Y toward Z). Leaving this field blank retains the previous value.
- thzx
str Third rotation of nodal coordinate system about nodal Y (positive Z toward X). Leaving this field blank retains the previous value.
- node
Notes
Modifies an existing node. Nodal coordinate system rotation angles are in degrees and redefine any existing rotation angles. Nodes can also be redefined with the n command.
See the nrotat, nang, and nora commands for other rotation options.
This command is also valid in the slashmap processor.