lsbw#
- Booleans.lsbw(nl='', sepo='', keep='', **kwargs)#
Subtracts the intersection of the working plane from lines (divides lines).
Mechanical APDL Command: LSBW
- Parameters:
- nl
str Line (or lines, if picking is used) to be subtracted from. If
NL= ALL, use all selected lines. IfNL= P, graphical picking is enabled and all remaining command fields are ignored (valid only in the GUI). A component name may also be input forNL.- sepo
str Behavior of the created boundary.
(blank)- The resulting lines will share keypoint(s) where they touch.SEPO- The resulting lines will have separate, but coincident keypoint(s).
- keep
str Specifies whether
NLlines are to be deleted:(blank)- Use the setting of KEEP on the boptn command.DELETE- DeleteNLlines after lsbw operation (override boptn command settings).KEEP- KeepNLlines after lsbw operation (override boptn command settings).
- nl
Notes
Generates new lines by subtracting the intersection of the working plane from the
NLlines. The intersection will be a keypoint(s). The working plane must not be in the same plane as theNLline(s). IfSEPOis blank, theNLline is divided and the resulting lines will be connected, sharing a common keypoint where they touch. IfSEPOis set to SEPO,NLis divided into two unconnected lines with separate keypoints. 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. Areas that completely contain the input lines will be updated if the lines are divided by this operation.