ansys.mapdl.core.Mapdl.adgl#
- Mapdl.adgl(na1='', na2='', ninc='', **kwargs)#
Lists keypoints of an area that lie on a parametric degeneracy.
Mechanical APDL Command: ADGL
- Parameters:
- na1
str List keypoints that lie on a parametric degeneracy on areas from
NA1toNA2(defaults toNA1) in steps ofNINC(defaults to 1). IfNA1= ALL (default),NA2andNINCwill be ignored and keypoints on all selected areas ( asel ) will be listed. IfNA1= P, graphical picking is enabled and all remaining arguments are ignored (valid only in the GUI). A component name may be substituted inNA1(NA2andNINCwill be ignored).- na2
str List keypoints that lie on a parametric degeneracy on areas from
NA1toNA2(defaults toNA1) in steps ofNINC(defaults to 1). IfNA1= ALL (default),NA2andNINCwill be ignored and keypoints on all selected areas ( asel ) will be listed. IfNA1= P, graphical picking is enabled and all remaining arguments are ignored (valid only in the GUI). A component name may be substituted inNA1(NA2andNINCwill be ignored).- ninc
str List keypoints that lie on a parametric degeneracy on areas from
NA1toNA2(defaults toNA1) in steps ofNINC(defaults to 1). IfNA1= ALL (default),NA2andNINCwill be ignored and keypoints on all selected areas ( asel ) will be listed. IfNA1= P, graphical picking is enabled and all remaining arguments are ignored (valid only in the GUI). A component name may be substituted inNA1(NA2andNINCwill be ignored).
- na1
Notes
See the Modeling and Meshing Guide for details on parametric degeneracies.
This command is valid in any processor.