Skip to end of metadata
Go to start of metadata

You are viewing an old version of this content. View the current version.

Compare with Current View Version History

Version 1 Current »

Description

Zooms the active view so that all objects are visible.

This command resets the navigational state of the viewport to frame all of the objects in the scene. Optionally, it frames just the current selection.

Functional area

Interface

Command syntax

Syntax

zoomView [-all] [-selected]

Arguments

None

Flags

NameFlag argumentsArgument typeExclusive toComments
all0Zoom all views
selected0Zoom on selected objects in the view only

Return value

void

Examples

zoomView -all;
// Frame all objects in all visible views.

Additional information

Related commands

  • No labels