of zoom in direction used in customized zoom mode.
 
 
 
of zoom in direction used in customized zoom mode.

Module description

Possible supported zoom in dierections.The zoom in direction can be set in UI or by MAXScript.

Enumerations

enum   ZoomInDirectionOption {
  EZoomInDirection_North = 1, EZoomInDirection_East = 2, EZoomInDirection_South = 4, EZoomInDirection_West = 8,
  EZoomInDirection_NorthEast = EZoomInDirection_North|EZoomInDirection_East, EZoomInDirection_SouthEast = EZoomInDirection_South|EZoomInDirection_East, EZoomInDirection_SouthWest = EZoomInDirection_South|EZoomInDirection_West, EZoomInDirection_NorthWest = EZoomInDirection_North|EZoomInDirection_West
}

Enumeration Type Documentation

enum ZoomInDirectionOption
Enumerator:
EZoomInDirection_North 

Indicates the zoom in direction is north.

Indicates the zoom in direction is east.

EZoomInDirection_East 

Indicates the zoom in direction is south.

EZoomInDirection_South 

Indicates the zoom in direction is west.

EZoomInDirection_West 

Indicates the zoom in direction is northeast.

EZoomInDirection_NorthEast 

Indicates the zoom in direction is southeast.

EZoomInDirection_SouthEast 

Indicates the zoom in direction is southwest.

EZoomInDirection_SouthWest 

Indicates the zoom in direction is northwest.

EZoomInDirection_NorthWest