lmesh#
- Meshing.lmesh(nl1='', nl2='', ninc='', **kwargs)#
Generates nodes and line elements along lines.
Mechanical APDL Command: LMESH
- Parameters:
- nl1
str Mesh lines from
NL1toNL2(defaults toNL1) in steps ofNINC(defaults to 1). IfNL1= ALL,NL2andNINCare ignored and all selected lines ( lsel ) are meshed. IfNL1= P, graphical picking is enabled and all remaining command fields are ignored (valid only in the GUI). A component name may also be substituted forNL1(NL2andNINCare ignored).- nl2
str Mesh lines from
NL1toNL2(defaults toNL1) in steps ofNINC(defaults to 1). IfNL1= ALL,NL2andNINCare ignored and all selected lines ( lsel ) are meshed. IfNL1= P, graphical picking is enabled and all remaining command fields are ignored (valid only in the GUI). A component name may also be substituted forNL1(NL2andNINCare ignored).- ninc
str Mesh lines from
NL1toNL2(defaults toNL1) in steps ofNINC(defaults to 1). IfNL1= ALL,NL2andNINCare ignored and all selected lines ( lsel ) are meshed. IfNL1= P, graphical picking is enabled and all remaining command fields are ignored (valid only in the GUI). A component name may also be substituted forNL1(NL2andNINCare ignored).
- nl1
Notes
Generates nodes and line elements along lines. Missing nodes required for the generated elements are created and assigned the lowest available numbers.