viewoptenable command

Enable/disable user options in a particular viewport.

All Usages Options Examples

Usages

  1. viewoptenable viewport apply_to [ [+|-]option ...]

See how to refer to viewers and viewports .

The apply_to argument specifies which geometry these settings should apply to. This can be one of:

all

Apply to both selected and unselected

sel

Apply to selected

unsel

Apply to unselected

templ

Apply to templates

target

Apply to target output (ie. the display sop when in “view current” mode)

With no settings, the command prints the command that would enable the current set of active display options for the specified viewport.

Options

+option

Enable option.

-option

Disable option.

Examples

viewoptenable Build.pane1.world.persp1 all
Display the current enabled options

viewoptenable Build.pane1.world.persp1 all +vector_option
Enable “vector_option”.