ansys.mapdl.core.Mapdl.lcsl#

Mapdl.lcsl(nl1='', nl2='', nl3='', nl4='', nl5='', nl6='', nl7='', nl8='', nl9='', **kwargs)#

Divides intersecting lines at their point(s) of intersection.

Mechanical APDL Command: LCSL

Parameters:
nl1str

Numbers of lines to be intersected. If NL1 = ALL, NL2 to NL9 are ignored and the intersection of all selected lines is found. If NL1 = P, use graphical picking to specify lines ( NL2 to NL9 are ignored).

nl2str

Numbers of lines to be intersected. If NL1 = ALL, NL2 to NL9 are ignored and the intersection of all selected lines is found. If NL1 = P, use graphical picking to specify lines ( NL2 to NL9 are ignored).

nl3str

Numbers of lines to be intersected. If NL1 = ALL, NL2 to NL9 are ignored and the intersection of all selected lines is found. If NL1 = P, use graphical picking to specify lines ( NL2 to NL9 are ignored).

nl4str

Numbers of lines to be intersected. If NL1 = ALL, NL2 to NL9 are ignored and the intersection of all selected lines is found. If NL1 = P, use graphical picking to specify lines ( NL2 to NL9 are ignored).

nl5str

Numbers of lines to be intersected. If NL1 = ALL, NL2 to NL9 are ignored and the intersection of all selected lines is found. If NL1 = P, use graphical picking to specify lines ( NL2 to NL9 are ignored).

nl6str

Numbers of lines to be intersected. If NL1 = ALL, NL2 to NL9 are ignored and the intersection of all selected lines is found. If NL1 = P, use graphical picking to specify lines ( NL2 to NL9 are ignored).

nl7str

Numbers of lines to be intersected. If NL1 = ALL, NL2 to NL9 are ignored and the intersection of all selected lines is found. If NL1 = P, use graphical picking to specify lines ( NL2 to NL9 are ignored).

nl8str

Numbers of lines to be intersected. If NL1 = ALL, NL2 to NL9 are ignored and the intersection of all selected lines is found. If NL1 = P, use graphical picking to specify lines ( NL2 to NL9 are ignored).

nl9str

Numbers of lines to be intersected. If NL1 = ALL, NL2 to NL9 are ignored and the intersection of all selected lines is found. If NL1 = P, use graphical picking to specify lines ( NL2 to NL9 are ignored).

Notes

Divides intersecting (classifies) lines at their point(s) of intersection. The original lines (and their corresponding keypoint(s)) will be deleted by default. See the boptn command for the options available to Boolean operations. Element attributes and solid model boundary conditions assigned to the original entities will not be transferred to the new entities generated.