3ds Max C++ API Reference
of zoom in direction used in customized zoom mode.

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

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
}
 

Detailed Description

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

Enumeration Type Documentation

◆ 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 
102  {
119  };
@ EZoomInDirection_South
Indicates the zoom in direction is west.
Definition: ICUIMouseConfigManager.h:108
@ EZoomInDirection_NorthWest
Definition: ICUIMouseConfigManager.h:118
@ EZoomInDirection_SouthEast
Indicates the zoom in direction is southwest.
Definition: ICUIMouseConfigManager.h:114
@ EZoomInDirection_SouthWest
Indicates the zoom in direction is northwest.
Definition: ICUIMouseConfigManager.h:116
@ EZoomInDirection_West
Indicates the zoom in direction is northeast.
Definition: ICUIMouseConfigManager.h:110
@ EZoomInDirection_NorthEast
Indicates the zoom in direction is southeast.
Definition: ICUIMouseConfigManager.h:112
@ EZoomInDirection_North
Indicates the zoom in direction is north.
Definition: ICUIMouseConfigManager.h:104
@ EZoomInDirection_East
Indicates the zoom in direction is south.
Definition: ICUIMouseConfigManager.h:106