vdele#

Volumes.vdele(nv1='', nv2='', ninc='', kswp='', **kwargs)#

Deletes unmeshed volumes.

Mechanical APDL Command: VDELE

Parameters:
nv1str

Delete volumes from NV1 to NV2 (defaults to NV1 ) in steps of NINC (defaults to 1). If NV1 = ALL, NV2 and NINC are ignored and all selected volumes ( vsel ) are deleted. If NV1 = P, graphical picking is enabled and all remaining command fields are ignored (valid only in the GUI). A component name may also be substituted for NV1 ( NV2 and NINC are ignored).

nv2str

Delete volumes from NV1 to NV2 (defaults to NV1 ) in steps of NINC (defaults to 1). If NV1 = ALL, NV2 and NINC are ignored and all selected volumes ( vsel ) are deleted. If NV1 = P, graphical picking is enabled and all remaining command fields are ignored (valid only in the GUI). A component name may also be substituted for NV1 ( NV2 and NINC are ignored).

nincstr

Delete volumes from NV1 to NV2 (defaults to NV1 ) in steps of NINC (defaults to 1). If NV1 = ALL, NV2 and NINC are ignored and all selected volumes ( vsel ) are deleted. If NV1 = P, graphical picking is enabled and all remaining command fields are ignored (valid only in the GUI). A component name may also be substituted for NV1 ( NV2 and NINC are ignored).

kswpint or str

Specifies whether keypoints, lines, and areas are also deleted:

  • 0 - Delete volumes only (default).

  • 1 - Delete volumes, as well as keypoints, lines, and areas attached to the specified volumes but not shared by other volumes.