ansys.mapdl.core.Mapdl.fill#
- Mapdl.fill(node1='', node2='', nfill='', nstrt='', ninc='', itime='', inc='', space='', **kwargs)#
Generates a line of nodes between two existing nodes.
Mechanical APDL Command: FILL
- Parameters:
- node1
str Beginning and ending nodes for fill-in.
NODE1defaults to next to last node specified,NODE2defaults to last node specified. IfNODE1= P, graphical picking is enabled and all remaining command fields are ignored (valid only in the GUI).- node2
str Beginning and ending nodes for fill-in.
NODE1defaults to next to last node specified,NODE2defaults to last node specified. IfNODE1= P, graphical picking is enabled and all remaining command fields are ignored (valid only in the GUI).- nfill
str Fill
NFILLnodes betweenNODE1andNODE2(defaults to |NODE2-NODE1|-1).NFILLmust be positive.- nstrt
str Node number assigned to first filled-in node (defaults to
NODE1+NINC).- ninc
str Add this increment to each of the remaining filled-in node numbers (may be positive or negative). Defaults to the integer result of (
NODE2-NODE1)/(NFILL+ 1), that is, linear interpolation. If the default evaluates to zero, or if zero is input,NINCis set to 1.- itime
str Do fill-in operation a total of
ITIMEs, incrementingNODE1,NODE2andNSTRTbyINCeach time after the first.ITIMEandINCboth default to 1.- inc
str Do fill-in operation a total of
ITIMEs, incrementingNODE1,NODE2andNSTRTbyINCeach time after the first.ITIMEandINCboth default to 1.- 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).
- node1
Notes
Generates a line of nodes (in the active coordinate system) between two existing nodes. The two nodes may have been defined in any coordinate system. Nodal locations and rotation angles are determined by interpolation. Any number of nodes may be filled-in and any node number sequence may be assigned. See the cscir command when filling across the 180° singularity line in a non- Cartesian system.