ansys.mapdl.core.Mapdl.ngen#
- Mapdl.ngen(itime='', inc='', node1='', node2='', ninc='', dx='', dy='', dz='', space='', **kwargs)#
Generates additional nodes from a pattern of nodes.
Mechanical APDL Command: NGEN
- Parameters:
- itime
str Do this generation operation a total of
ITIMEtimes, incrementing all nodes in the given pattern byINCeach time after the first.ITIMEmust be > 1 for generation to occur.- inc
str Do this generation operation a total of
ITIMEtimes, incrementing all nodes in the given pattern byINCeach time after the first.ITIMEmust be > 1 for generation to occur.- node1
str Generate nodes from the pattern of nodes beginning with
NODE1toNODE2(defaults toNODE1) in steps ofNINC(defaults to 1). IfNODE1= ALL,NODE2andNINCare ignored and the 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 Generate nodes from the pattern of nodes beginning with
NODE1toNODE2(defaults toNODE1) in steps ofNINC(defaults to 1). IfNODE1= ALL,NODE2andNINCare ignored and the 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 Generate nodes from the pattern of nodes beginning with
NODE1toNODE2(defaults toNODE1) in steps ofNINC(defaults to 1). IfNODE1= ALL,NODE2andNINCare ignored and the 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).- dx
str Node location increments in the active coordinate system (DR, Dθ, DZ for cylindrical, DR, Dθ, DΦ for spherical or toroidal).
- dy
str Node location increments in the active coordinate system (DR, Dθ, DZ for cylindrical, DR, Dθ, DΦ for spherical or toroidal).
- dz
str Node location increments in the active coordinate system (DR, Dθ, DZ for cylindrical, DR, Dθ, DΦ for spherical or toroidal).
- space
str Spacing ratio. Ratio of last division size to first division size. If > 1.0, divisions increase. If < 1.0, divisions decrease. Ratio defaults to 1.0 (uniform spacing).
The average spacing ratio remains 1.0, such that the location of the last generated set will be the same regardless of
SPACE.SPACEonly serves to skew the position of the nodes between the pattern set and the last set.
- itime
Notes
Generates additional nodes from a given node pattern. Generation 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.