amesh#
- Meshing.amesh(na1='', na2='', ninc='', **kwargs)#
Generates nodes and area elements within areas.
Mechanical APDL Command: AMESH
- Parameters:
- na1
str Mesh areas from
NA1toNA2(defaults toNA1) in steps ofNINC(defaults to 1). IfNA1= ALL,NA2andNINCare ignored and all selected areas ( asel ) are meshed. IfNA1= P, graphical picking is enabled and all remaining arguments are ignored (valid only in the GUI). A component name may also be substituted forNA1(NA2andNINCare ignored).- na2
str Mesh areas from
NA1toNA2(defaults toNA1) in steps ofNINC(defaults to 1). IfNA1= ALL,NA2andNINCare ignored and all selected areas ( asel ) are meshed. IfNA1= P, graphical picking is enabled and all remaining arguments are ignored (valid only in the GUI). A component name may also be substituted forNA1(NA2andNINCare ignored).- ninc
str Mesh areas from
NA1toNA2(defaults toNA1) in steps ofNINC(defaults to 1). IfNA1= ALL,NA2andNINCare ignored and all selected areas ( asel ) are meshed. IfNA1= P, graphical picking is enabled and all remaining arguments are ignored (valid only in the GUI). A component name may also be substituted forNA1(NA2andNINCare ignored).
- na1
Notes
Any undefined nodes required for the generated elements are created and assigned the lowest available numbers.
This command is also valid fo r rezoning.