*createlistpanel()

Allows you to interactively select a list of entities from a command file.

Syntax

*createlistpanel (entity type list id message)

Type

HyperMesh Utility Menu Command

Inputs

entity type
The type of entities to be placed into the list.
list id
The ID of the list (1 or 2).
message
The message to display to the user.

Example

To place the selected nodes on list 1:

*createlistpanel(nodes,1,"Select the ordered nodes")

Nodes, surfaces, and elements are the only entities currently supported in the *createlistpanel command.