asbl#
- Booleans.asbl(na='', nl='', keepa='', keepl='', **kwargs)#
Subtracts lines from areas.
Mechanical APDL Command: ASBL
- Parameters:
- na
str Area (or areas, if picking is used) to be subtracted from. If ALL, use all selected areas. If P, graphical picking is enabled (valid only in the GUI) and remaining fields are ignored. A component name may also be substituted for
NA.- nl
str Line (or lines, if picking is used) to subtract. If ALL, use all selected lines. A component name may also be substituted for
NL.- keepa
str Specifies whether
NAareas are to be deleted:(blank)- Use the setting of KEEP on the boptn command.DELETE- DeleteNAareas after asbl operation (override boptn command settings).KEEP- KeepNAareas after asbl operation (override boptn command settings).
- keepl
str Specifies whether
NLlines are to be deleted:(blank)- Use the setting of KEEP on the boptn command.DELETE- DeleteNLlines after asbl operation (override boptn command settings).KEEP- KeepNLlines after asbl operation (override boptn command settings).
- na
Notes
Generates new areas by subtracting the regions common to both the areas and lines (the intersection) from the
NAareas. The intersection will be a line(s). See Solid Modeling in 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.