ansys.mapdl.core.Mapdl.vsbw#
- Mapdl.vsbw(nv='', sepo='', keep='', **kwargs)#
Subtracts intersection of the working plane from volumes (divides volumes).
Mechanical APDL Command: VSBW
- Parameters:
- nv
str Volume (or volumes, if picking is used) to be subtracted from. If
NV= ALL, use all selected volumes. IfNV= P, graphical picking is enabled (valid only in the GUI). A component name may also be input forNV.- sepo
str Behavior of the created boundary.
(blank)- The resulting volumes will share area(s) where they touch.SEPO- The resulting volumes will have separate, but coincident area(s).
- keep
str Specifies whether
NVvolumes are to be deleted.(blank)- Use the setting ofKEEPon the boptn command.DELETE- DeleteNVvolumes after vsbw operation (override boptn command settings).KEEP- KeepNVvolumes after vsbw operation (override boptn command settings).
- nv
Notes
Generates new volumes by subtracting the intersection of the working plane 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. The SEPO option may cause unintended consequences if any keypoints exist along the cut plane. 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.Issuing the vsbw command under certain conditions may generate a topological degeneracy error. Do not issue the command if:
A sphere or cylinder has been scaled. (A cylinder must be scaled unevenly in the XY plane.)
A sphere or cylinder has not been scaled but the work plane has been rotated.