ansys.mapdl.core.Mapdl.nscale#
- Mapdl.nscale(inc='', node1='', node2='', ninc='', rx='', ry='', rz='', **kwargs)#
Generates a scaled set of nodes from a pattern of nodes.
Mechanical APDL Command: NSCALE
- Parameters:
- inc
str Do this scaling operation one time, incrementing all nodes in the given pattern by
INC. IfINC= 0, nodes will be redefined at the scaled locations.- node1
str Scale nodes from pattern of nodes beginning with
NODE1toNODE2(defaults toNODE1) in steps ofNINC(defaults to 1). IfNODE1= ALL,NODE2andNINCare ignored and pattern is all selected nodes ( nsel ). 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 Scale nodes from pattern of nodes beginning with
NODE1toNODE2(defaults toNODE1) in steps ofNINC(defaults to 1). IfNODE1= ALL,NODE2andNINCare ignored and pattern is all selected nodes ( nsel ). 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 Scale nodes from pattern of nodes beginning with
NODE1toNODE2(defaults toNODE1) in steps ofNINC(defaults to 1). IfNODE1= ALL,NODE2andNINCare ignored and pattern is all selected nodes ( nsel ). 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).- rx
str Scale factor ratios. Scaling is relative to the origin of the active coordinate system (RR, Rθ, RZ for cylindrical, RR, Rθ, RΦ for spherical or toroidal). If absolute value of ratio > 1.0, pattern is enlarged. If < 1.0, pattern is reduced. Ratios default to 1.0 (each).
- ry
str Scale factor ratios. Scaling is relative to the origin of the active coordinate system (RR, Rθ, RZ for cylindrical, RR, Rθ, RΦ for spherical or toroidal). If absolute value of ratio > 1.0, pattern is enlarged. If < 1.0, pattern is reduced. Ratios default to 1.0 (each).
- rz
str Scale factor ratios. Scaling is relative to the origin of the active coordinate system (RR, Rθ, RZ for cylindrical, RR, Rθ, RΦ for spherical or toroidal). If absolute value of ratio > 1.0, pattern is enlarged. If < 1.0, pattern is reduced. Ratios default to 1.0 (each).
- inc
Notes
Generates a scaled pattern of nodes from a given node pattern. Scaling is done in the active coordinate system. Nodes in the pattern may have been generated in any coordinate system.
This command is also valid in the slashmap processor.