FLST

FLST, NFIELD, NARG, TYPE, Otype, LENG
Specifies data required for a picking operation (GUI).

Valid Products: Pro | Premium | Enterprise | PrepPost | Solver | AS add-on

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:

NOOR

 — 

Data is not ordered (default).

ORDER

 — 

Data is in an ordered list (such as for the E,P51X and A,P51X commands, in which the order of the data items is significant for the picking operation).

LENG

Length of number of items describing the list (should equal NARG if Otype = 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.

Menu Paths

This command cannot be accessed from a menu.