viewtype command

Changes the type of a viewport.

Replaced by: hou.GeometryViewportSettings

All Usages Options Examples

See also: viewls

Usages

  1. viewtype [-t type] viewport

See how to refer to viewers and viewports .

Options

-t viewport_type

Set viewport to one of perspective, ortho_front, ortho_back, ortho_right, ortho_left, ortho_top, ortho_bottom, or uv.

Examples

viewtype -t ortho_top Build.pane1.world.persp1
Change the viewport called persp1 in the the first pane of the Build desktop to be an ortho_top viewport.

viewtype -t front Build.pane1.world
Change all viewports in the Build.pane1.world viewer pane to be ortho FRONT viewports.