vlist#
- Volumes.vlist(nv1='', nv2='', ninc='', **kwargs)#
Lists the defined volumes.
Mechanical APDL Command: VLIST
- Parameters:
- nv1
str List volumes from
NV1toNV2(defaults toNV1) in steps ofNINC(defaults to 1). IfNV1= ALL (default),NV2andNINCare ignored and all selected volumes ( vsel ) are listed. IfNV1= P, graphical picking is enabled and all remaining command fields are ignored (valid only in the GUI). A component name may also be substituted forNV1(NV2andNINCare ignored).- nv2
str List volumes from
NV1toNV2(defaults toNV1) in steps ofNINC(defaults to 1). IfNV1= ALL (default),NV2andNINCare ignored and all selected volumes ( vsel ) are listed. IfNV1= P, graphical picking is enabled and all remaining command fields are ignored (valid only in the GUI). A component name may also be substituted forNV1(NV2andNINCare ignored).- ninc
str List volumes from
NV1toNV2(defaults toNV1) in steps ofNINC(defaults to 1). IfNV1= ALL (default),NV2andNINCare ignored and all selected volumes ( vsel ) are listed. IfNV1= P, graphical picking is enabled and all remaining command fields are ignored (valid only in the GUI). A component name may also be substituted forNV1(NV2andNINCare ignored).
- nv1
Notes
An attribute (TYPE, MAT, REAL, or ESYS) listed as a zero is unassigned; one listed as a positive value indicates that the attribute was assigned with the vatt command (and will not be reset to zero if the mesh is cleared); one listed as a negative value indicates that the attribute was assigned using the attribute pointer [TYPE, MAT, REAL, or ESYS] that was active during meshing (and will be reset to zero if the mesh is cleared). A “-1” in the “nodes” column indicates that the volume has been meshed but there are no interior nodes. The volume size is listed only if a vsum command has been performed on the volume. Volume orientation attributes (KZ1 and KZ2) are listed only if a veorient command was previously used to define an orientation for the volume.
This command is valid in any processor.