Standard Command Modes

Standard Command Modes

Module description

These are the ID's to the standard Max-defined command modes.

See also
Class CommandMode, Interface::SetStdCommandMode

Macros

#define CID_PLAYANIMATION   300
 Animation Command. More...
 

Max Transform Modes

#define CID_OBJMOVE   1
 Max Transform Move Modes. More...
 
#define CID_OBJROTATE   2
 Max Transform Rotate Modes. More...
 
#define CID_OBJSCALE   3
 Max Transform Scale Modes. More...
 
#define CID_OBJUSCALE   4
 Max Transform Uniform Scale Modes. More...
 
#define CID_OBJSQUASH   5
 Max Transform Squash Modes. More...
 
#define CID_OBJSELECT   6
 Max Transform Select Modes. More...
 

subobject Command IDs

The subobject command IDs are used internally and are not valid arguments to Interface::SetStdCommandMode

#define CID_SUBOBJMOVE   7
 
#define CID_SUBOBJROTATE   8
 
#define CID_SUBOBJSCALE   9
 
#define CID_SUBOBJUSCALE   10
 
#define CID_SUBOBJSQUASH   11
 
#define CID_SUBOBJSELECT   12
 

Display Branch Command Modes

These are also used internally and are not valid to SetStdCommandMode.

#define CID_UNFREEZE   13
 
#define CID_UNHIDE   14
 
#define CID_OBJPLACE   15
 

Hierarchy Commands

#define CID_LINK   100
 
#define CID_BINDWSM   110
 

Viewport Commands

#define CID_ZOOMVIEW   200
 
#define CID_ZOOMREGION   201
 
#define CID_PANVIEW   202
 
#define CID_ROTATEVIEW   203
 
#define CID_ZOOMALL   204
 
#define CID_RNDREGION   205
 

Camera Commands

#define CID_CAMFOV   210
 
#define CID_CAMDOLLY   211
 
#define CID_CAMPERSP   212
 
#define CID_CAMTRUCK   213
 
#define CID_CAMROTATE   214
 
#define CID_CAMROLL   215
 

Macro Definition Documentation

#define CID_OBJMOVE   1

Max Transform Move Modes.

#define CID_OBJROTATE   2

Max Transform Rotate Modes.

#define CID_OBJSCALE   3

Max Transform Scale Modes.

#define CID_OBJUSCALE   4

Max Transform Uniform Scale Modes.

#define CID_OBJSQUASH   5

Max Transform Squash Modes.

#define CID_OBJSELECT   6

Max Transform Select Modes.

#define CID_SUBOBJMOVE   7

This is not to be used externally

#define CID_SUBOBJROTATE   8

This is not to be used externally

#define CID_SUBOBJSCALE   9

This is not to be used externally

#define CID_SUBOBJUSCALE   10

This is not to be used externally

#define CID_SUBOBJSQUASH   11

This is not to be used externally

#define CID_SUBOBJSELECT   12

This is not to be used externally

#define CID_UNFREEZE   13

This is not to be used externally

#define CID_UNHIDE   14

This is not to be used externally

#define CID_OBJPLACE   15

This is not to be used externally

#define CID_LINK   100
#define CID_BINDWSM   110
#define CID_ZOOMVIEW   200
#define CID_ZOOMREGION   201
#define CID_PANVIEW   202
#define CID_ROTATEVIEW   203
#define CID_ZOOMALL   204
#define CID_RNDREGION   205
#define CID_CAMFOV   210
#define CID_CAMDOLLY   211
#define CID_CAMPERSP   212
#define CID_CAMTRUCK   213
#define CID_CAMROTATE   214
#define CID_CAMROLL   215
#define CID_PLAYANIMATION   300

Animation Command.