FLST
FLST, NFIELD
, NARG
, TYPE
, Otype
, LENG
Specifies data required for a picking operation (GUI).
NFIELD
Field number on the command which uses the picking data. (Count the command name as a field, so that a 2 indicates the first command argument, 3 for the second command argument, etc.) The corresponding field on the command will have a P51X label.
NARG
Number of items in the picked list.
TYPE
Type of items picked:
1
—
Node numbers
2
—
Element numbers
3
—
Keypoint numbers
4
—
Line numbers
5
—
Area numbers
6
—
Volume numbers
7
—
Trace points
8
—
Coordinate locations (in Global Cartesian coordinates)
9
—
Screen picks (in X, Y screen coordinates (-1 to 1))
Otype
Data order:
LENG
Length of number of items describing the list (should equal
NARG
ifOtype
= NOOR; default).
Notes
Specifies data required for the FITEM command during a picking operation. This is a command generated by the GUI and will appear in the log file (Jobname.log) if graphical picking is used. This command is not intended to be typed in directly in a session (although it can be included in an input file for batch input or for use with /INPUT).
On the log file, FLST is always followed by one or more FITEM commands which, in turn, are followed by the Mechanical APDL command containing a P51X label in one of its fields. Do not edit this set of commands.
This command is valid in any processor.