Title | Previous | Next

copyatt

Copy attributes from one window to another.

Synopsis:

copyatt from_id to_id kind [kind...]

Arguments:

from_id

The identifer of the window from which the attributes will be copied. It is an integer ranging between 1 and 16, and the particular window reference in the command must already exist.

to_id

The identifer of the window to which the attributes will be copied. It is an integer ranging between 1 and 16, and the particular window reference in the command must already exist.

kind

This is a string detailing what kind of attributes to copy. The following strings are valid: all , annotation , lighting , palette , view . If you specify ` all ', then annotation, lighting, palette, and view attributes will be copied. You must have at least one string in your command, but you can also specify multiple strings.

Description:

Copy attributes from one window, specified by from_id to another window, specified by to_id . To indicate which attributes to copy, include one or more of the following strings: all , annotation , lighting , palette , view . If you specify all , then annotation, lighting, palette, and view attributes will all be copied.

Examples:

copyatt 2 1 view #Copy view attributes from win. 2 to 1

copyatt 4 2 all #Copy all attr. from window 4 to 2

copyatt 3 4 view palette

See Also:

show


Title | Previous | Next

MeshTV@viper.llnl.gov
Copyright © 1998, U.S. Department of Energy. All rights reserved.