VisAlignDir()

Sets the vis window camera to look up in a special direction.

Usage

VisAlignDir( dir )

Parameters

dir (string)
A direction. It can be one of these values: 'x+', '+x', 'xplus', 'y+', '+y', 'yplus', 'z+', '+z', 'zplus', 'x-', '-x', 'xminus',' y-', '-y', 'yminus', 'z-', '-z', 'zminus'.

Return Value

None

Error

The dir should be one of the above valid values.

Description

This routine sets the vis window camera to look up in a special direction. For example,
VisAlignDir( dir = '+x' )