*morphcreateline
Creates a line for a given node list.
Syntax
*morphcreateline list_id
Type
HyperMesh Tcl Modify Command
Description
This command is used to create a line from a list of nodes for use with several morphing operations.
Inputs
- node_list
- The ID of the list containing the nodes. Valid values are 1 and 2.
Example
To create a line using nodes 534, 538 and 542:
*createlist nodes 2 534 538 542
*morphcreateline 2
Errors
if { [ catch {command_name...} ] } {
# Handle error
}
Version History
14.0.110