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:
na1str

List keypoints that lie on a parametric degeneracy on areas from NA1 to NA2 (defaults to NA1 ) in steps of NINC (defaults to 1). If NA1 = ALL (default), NA2 and NINC will be ignored and keypoints on all selected areas ( asel ) will be listed. If NA1 = P, graphical picking is enabled and all remaining arguments are ignored (valid only in the GUI). A component name may be substituted in NA1 ( NA2 and NINC will be ignored).

na2str

List keypoints that lie on a parametric degeneracy on areas from NA1 to NA2 (defaults to NA1 ) in steps of NINC (defaults to 1). If NA1 = ALL (default), NA2 and NINC will be ignored and keypoints on all selected areas ( asel ) will be listed. If NA1 = P, graphical picking is enabled and all remaining arguments are ignored (valid only in the GUI). A component name may be substituted in NA1 ( NA2 and NINC will be ignored).

nincstr

List keypoints that lie on a parametric degeneracy on areas from NA1 to NA2 (defaults to NA1 ) in steps of NINC (defaults to 1). If NA1 = ALL (default), NA2 and NINC will be ignored and keypoints on all selected areas ( asel ) will be listed. If NA1 = P, graphical picking is enabled and all remaining arguments are ignored (valid only in the GUI). A component name may be substituted in NA1 ( NA2 and NINC will be ignored).

Notes

See the Modeling and Meshing Guide for details on parametric degeneracies.

This command is valid in any processor.