ansys.mapdl.core.Mapdl.asbl#

Mapdl.asbl(na='', nl='', keepa='', keepl='', **kwargs)#

Subtracts lines from areas.

Mechanical APDL Command: ASBL

Parameters:
nastr

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.

nlstr

Line (or lines, if picking is used) to subtract. If ALL, use all selected lines. A component name may also be substituted for NL.

keepastr

Specifies whether NA areas are to be deleted:

  • (blank) - Use the setting of KEEP on the boptn command.

  • DELETE - Delete NA areas after asbl operation (override boptn command settings).

  • KEEP - Keep NA areas after asbl operation (override boptn command settings).

keeplstr

Specifies whether NL lines are to be deleted:

  • (blank) - Use the setting of KEEP on the boptn command.

  • DELETE - Delete NL lines after asbl operation (override boptn command settings).

  • KEEP - Keep NL lines after asbl operation (override boptn command settings).

Notes

Generates new areas by subtracting the regions common to both the areas and lines (the intersection) from the NA areas. 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.