*configedit
Changes the configuration of a selection of elements.
Syntax
*configedit mark_id config
Type
HyperMesh Tcl Modify Command
Description
Changes the configuration of a selection of elements.
Inputs
- mark_id
- The ID of the mark. Valid values are 1 and 2.
- config
- The new configuration name to assign. The new configuration cannot add new nodes.
Examples
*createmark elements 1 "by config" plot
*configedit 1 bar2
Errors
if { [ catch {command_name...} ] } {
# Handle error
}