ansys.mapdl.core.Mapdl.flst#
- Mapdl.flst(nfield='', narg='', type_='', otype='', leng='', **kwargs)#
Specifies data required for a picking operation (GUI).
Mechanical APDL Command: FLST
- Parameters:
- nfield
str
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
str
Number of items in the picked list.
- type_
int
orstr
Type of items picked:
1
- Node numbers2
- Element numbers3
- Keypoint numbers4
- Line numbers5
- Area numbers6
- Volume numbers7
- Trace points8
- Coordinate locations (in Global Cartesian coordinates)9
- Screen picks (in X, Y screen coordinates (-1 to 1))
- otype
str
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
str
Length of number of items describing the list (should equal
NARG
ifOtype
= NOOR; default).
- nfield
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.