ansys.mapdl.core.Mapdl.lsbl#
- Mapdl.lsbl(nl1='', nl2='', sepo='', keep1='', keep2='', **kwargs)#
Subtracts lines from lines.
Mechanical APDL Command: LSBL
- Parameters:
- nl1
str Line (or lines, if picking is used) to be subtracted from. If ALL, use all selected lines. Lines specified in this argument are not available for use in the
NL2argument. If P, graphical picking is enabled (valid only in the GUI) and all remaining fields are ignored. A component name may also be substituted forNL1.- nl2
str Line (or lines, if picking is used) to subtract. If ALL, use all selected lines (except those included in the
NL1argument). A component name may also be substituted forNL2.- sepo
str Behavior if the intersection of the
NL1lines and theNL2lines is a keypoint or keypoints:(blank)- The resulting lines will share keypoint(s) where they touch.SEPO- The resulting lines will have separate, but coincident keypoint(s) where they touch.
- keep1
str Specifies whether
NL1lines are to be deleted:(blank)- Use the setting of KEEP on the boptn command.DELETE- DeleteNL1lines after lsbl operation (override boptn command settings).KEEP- KeepNL1lines after lsbl operation (override boptn command settings).
- keep2
str Specifies whether
NL2lines are to be deleted:(blank)- Use the setting of KEEP on the boptn command.DELETE- DeleteNL2lines after lsbl operation (override boptn command settings).KEEP- KeepNL2lines after lsbl operation (override boptn command settings).
- nl1
Notes
Generates new lines by subtracting the regions common to both
NL1andNL2lines (the intersection) from theNL1lines. The intersection can be a line(s) or point(s). If the intersection is a point andSEPOis blank, theNL1line is divided at the point and the resulting lines will be connected, sharing a common keypoint where they touch. IfSEPOis set to SEPO,NL1is divided into two unconnected lines with separate keypoints where they touch. See the Modeling and Meshing Guide for an illustration. See the boptn command for an explanation of 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. lsbl,ALL,ALL will have no effect since all the lines (inNL1) will be unavailable asNL2lines.