*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

Combine plotels 1-100:
*createmark elems 1-100
*combineplotels 1

Errors

Incorrect usage results in a Tcl error. To detect errors, you can use the catch command:
if { [ catch {command_name...} ] } {
   # Handle error
}