interface view undisplay

Allows you to close an existing view.
Adams view has some preset views, viz., .gui.main.front, .gui.main.right. The user can create a custom view with predefined orientation and display specifications, which can be created on the main view window or a separate window. The view can be set up by parameters like eye, target, and up_vector. The command closes an existing view.

Format:

 
interface view undisplay
view_name =
an existing view

Example:

 
interface view undisplay &
view_name =
.gui.win.user_view

Description:

 
Parameter
Value Type
Description
view_name
An Existing View
Specifies the name for an existing view

Extended Definition:

1. A view name is a string of characters that identifies a viewport or set of viewport attributes stored in the database. View_names are assigned by the user when a view is created. After a view has been created, it may be referenced by its name until it is deleted. A view may not have the same name as another view. A view_name may be arbitrarily long and a combination of letters of the alphabet and numbers may be used. The leading character must be a letter.
A new_view_name will replace the name of an existing view.
2. The view can be closed by this command.