vdgl#
- Volumes.vdgl(nv1='', nv2='', ninc='', **kwargs)#
Lists keypoints of a volume that lie on a parametric degeneracy.
Mechanical APDL Command: VDGL
- Parameters:
- nv1
str List keypoints that lie on a parametric degeneracy on volumes from
NV1toNV2(defaults toNV1) in steps ofNINC(defaults to 1). IfNV1= ALL (default),NV2andNINCwill be ignored and keypoints on all selected volumes ( vsel ) will be listed. IfNV1= P, graphical picking is enabled and all remaining command fields are ignored (valid only in the GUI). You may also substitute a component name forNV1(ignoreNV2andNINC).- nv2
str List keypoints that lie on a parametric degeneracy on volumes from
NV1toNV2(defaults toNV1) in steps ofNINC(defaults to 1). IfNV1= ALL (default),NV2andNINCwill be ignored and keypoints on all selected volumes ( vsel ) will be listed. IfNV1= P, graphical picking is enabled and all remaining command fields are ignored (valid only in the GUI). You may also substitute a component name forNV1(ignoreNV2andNINC).- ninc
str List keypoints that lie on a parametric degeneracy on volumes from
NV1toNV2(defaults toNV1) in steps ofNINC(defaults to 1). IfNV1= ALL (default),NV2andNINCwill be ignored and keypoints on all selected volumes ( vsel ) will be listed. IfNV1= P, graphical picking is enabled and all remaining command fields are ignored (valid only in the GUI). You may also substitute a component name forNV1(ignoreNV2andNINC).
- nv1
Notes
See the Modeling and Meshing Guide for details about parametric degeneracies.
This command is valid in any processor.