*combineplotels
Creates a line from a group of plot elements.
Syntax
*combineplotels mark_id
Type
HyperMesh Tcl Modify Command
Description
Creates a line from a group of plot elements.
Inputs
- mark_id
- The ID of the mark containing the plot elements. Valid values are 1 and 2.
Examples
*createmark elems 1-100
*combineplotels 1
Errors
if { [ catch {command_name...} ] } {
# Handle error
}