*clearclipboard

Clears the HyperMesh clipboard.

Syntax

*clearclipboard

Type

HyperMesh Tcl Modify Command

Description

Clears the HyperMesh clipboard.

Example

To clear the HyperMesh clipboard:

*clearclipboard

Errors

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

Version History

2022.1