ansys.mapdl.core.Mapdl.lsba#
- Mapdl.lsba(nl='', na='', sepo='', keepl='', keepa='', **kwargs)#
Subtracts areas from lines.
Mechanical APDL Command: LSBA
- Parameters:
- nl
str Line (or lines, if picking is used) to be subtracted from. If ALL, use all selected lines. If
NL= P, graphical picking is enabled and all remaining command fields are ignored (valid only in the GUI). A component name may also be substituted forNL.- na
str Area (or areas, if picking is used) to be subtracted. If ALL, use all selected areas. A component name may also be substituted for
NA.- sepo
str Behavior if the intersection of the lines and the areas 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.
- keepl
str Specifies whether
NLlines are to be deleted:(blank)- Use the setting of KEEP on the boptn command.DELETE- DeleteNLlines after lsba operation (override boptn command settings).KEEP- KeepNLlines after lsba operation (override boptn command settings).
- keepa
str Specifies whether
NAareas are to be deleted:(blank)- Use the setting of KEEP on the boptn command.DELETE- Delete areas after lsba operation (override boptn command settings).KEEP- Keep areas after lsba operation (override boptn command settings).
- nl
Notes
Generates new lines by subtracting the regions common to both
NLlines andNAareas (the intersection) from theNLlines. The intersection can be a line(s) or keypoint(s). If the intersection is a keypoint andSEPOis blank, theNLline is divided at the keypoint 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 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.