3ds Max C++ API Reference
Loading...
Searching...
No Matches
Standard Command Modes

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

Macros

#define CID_PLAYANIMATION   300
 Animation Command.

Max Transform Modes

#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.

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

Detailed Description

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

See also
Class CommandMode, Interface::SetStdCommandMode

Macro Definition Documentation

◆ CID_OBJMOVE

#define CID_OBJMOVE   1

Max Transform Move Modes.

◆ CID_OBJROTATE

#define CID_OBJROTATE   2

Max Transform Rotate Modes.

◆ CID_OBJSCALE

#define CID_OBJSCALE   3

Max Transform Scale Modes.

◆ CID_OBJUSCALE

#define CID_OBJUSCALE   4

Max Transform Uniform Scale Modes.

◆ CID_OBJSQUASH

#define CID_OBJSQUASH   5

Max Transform Squash Modes.

◆ CID_OBJSELECT

#define CID_OBJSELECT   6

Max Transform Select Modes.

◆ CID_SUBOBJMOVE

#define CID_SUBOBJMOVE   7

This is not to be used externally

◆ CID_SUBOBJROTATE

#define CID_SUBOBJROTATE   8

This is not to be used externally

◆ CID_SUBOBJSCALE

#define CID_SUBOBJSCALE   9

This is not to be used externally

◆ CID_SUBOBJUSCALE

#define CID_SUBOBJUSCALE   10

This is not to be used externally

◆ CID_SUBOBJSQUASH

#define CID_SUBOBJSQUASH   11

This is not to be used externally

◆ CID_SUBOBJSELECT

#define CID_SUBOBJSELECT   12

This is not to be used externally

◆ CID_UNFREEZE

#define CID_UNFREEZE   13

This is not to be used externally

◆ CID_UNHIDE

#define CID_UNHIDE   14

This is not to be used externally

◆ CID_OBJPLACE

#define CID_OBJPLACE   15

This is not to be used externally

◆ CID_LINK

#define CID_LINK   100

◆ CID_BINDWSM

#define CID_BINDWSM   110

◆ CID_ZOOMVIEW

#define CID_ZOOMVIEW   200

◆ CID_ZOOMREGION

#define CID_ZOOMREGION   201

◆ CID_PANVIEW

#define CID_PANVIEW   202

◆ CID_ROTATEVIEW

#define CID_ROTATEVIEW   203

◆ CID_ZOOMALL

#define CID_ZOOMALL   204

◆ CID_RNDREGION

#define CID_RNDREGION   205

◆ CID_CAMFOV

#define CID_CAMFOV   210

◆ CID_CAMDOLLY

#define CID_CAMDOLLY   211

◆ CID_CAMPERSP

#define CID_CAMPERSP   212

◆ CID_CAMTRUCK

#define CID_CAMTRUCK   213

◆ CID_CAMROTATE

#define CID_CAMROTATE   214

◆ CID_CAMROLL

#define CID_CAMROLL   215

◆ CID_PLAYANIMATION

#define CID_PLAYANIMATION   300

Animation Command.