ansys.mapdl.core.Mapdl.vsba#
- Mapdl.vsba(nv='', na='', sepo='', keepv='', keepa='', **kwargs)#
Subtracts areas from volumes.
Mechanical APDL Command: VSBA
- Parameters:
- nv
str Volume (or volumes, if picking is used) to be subtracted from. If ALL, use all selected volumes. If P, graphical picking is enabled (valid only in the GUI) and remaining fields are ignored. A component name may also be substituted for
NV.- na
str Area (or areas, if picking is used) to subtract. If ALL, use all selected areas. A component name may also be substituted for
NA.- sepo
str Behavior of the touching boundary:
(blank)- The resulting volumes will share area(s) where they touch.SEPO- The resulting volumes will have separate, but coincident area(s) where they touch.
- keepv
str Specifies whether
NVvolumes are to be deleted:(blank)- Use the setting of KEEP on the boptn command.DELETE- DeleteNVvolumes after vsba operation (override boptn command settings).KEEP- KeepNVvolumes after vsba 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- DeleteNAareas after vsba operation (override boptn command settings).KEEP- KeepNAareas after vsba operation (override boptn command settings).
- nv
Notes
Generates new volumes by subtracting the regions common to both the volumes and areas (the intersection) from the
NVvolumes. The intersection will be an area(s). IfSEPOis blank, the volume is divided at the area and the resulting volumes will be connected, sharing a common area where they touch. IfSEPOis set to SEPO, the volume is divided into two unconnected volumes with separate areas 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.