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

Synopsis

texWinToolCtx [-boxzoom] [-dolly] [-track]

texWinToolCtx is undoable, queryable, and editable.

This class creates a context for the View Tools "track", "dolly", and "box zoom" in the texture window.

Return value

stringContext name

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

Flags

boxzoom, dolly, track
Long name (short name) Argument types Properties
-dolly(-do) createqueryedit
Dollies the view
-track(-tr) createqueryedit
Tracks the view
-boxzoom(-bz) createqueryedit
Perform Box Zoom

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

// Create a new texture window tool context, set this tool to dolly in the texture window, then switch to it
texWinToolCtx -do texWinToolCtx1;
setToolTo texWinToolCtx1;