*renameviewmask

Renames a view saved using *saveviewmask.

Syntax

*renameviewmask old_name new_name

Type

HyperMesh Tcl Modify Command

Description

Renames a view saved using *saveviewmask.

Inputs

old_name
The name of the view to rename. The numbers 1-5 are reserved and cannot be used.
new_name
The new name of the view. The numbers 1-5 are reserved and cannot be used.

Example

To rename a view from "my_view" to "isometric":

*renameviewmask "my_view" "isometric"

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

11.0