Go to: Synopsis. Return value. Flags. MEL examples.

Synopsis

orbitCtx [-localOrbit boolean] [-orbitScale float]

orbitCtx is undoable, queryable, and editable.

Create, edit, or query an orbit context.

Return value

stringThe name of the context

In query mode, return type is based on queried flag.

Flags

localOrbit, orbitScale
Long name (short name) Argument types Properties
-orbitScale(-os) float createqueryedit
In degrees of rotation per 100 pixels of cursor drag.
-localOrbit(-lo) boolean createqueryedit
Orbit around the camera's center of interest.

Flag can appear in Create mode of command Flag can appear in Edit mode of command
Flag can appear in Query mode of command Flag can be used more than once in a command.

MEL examples

orbitCtx -os 30.0 -lo false orbitContext;