vieworthogrid command

Controls display of the grid in an orthographic viewport.

Replaced by: hou.GeometryViewportSettings

All Usages Options Examples

Usages

  1. vieworthogrid [-d on|off] [-o x y z] [-s x y] [-r x y] viewport [viewport2 ...]

See how to refer to viewers and viewports .

Options

-d on|off

Grid on/off

-o x y z

Offset grid.

-s x y

Set grid spacing in X and Y.

-r x y

Set ruler spacing in X and Y. x and y must be integers.

Examples

vieworthogrid -o 0 0 0 *
Sets the grid offset to 0,0,0 in all viewports.

vieworthogrid -o 0 0 0 -s 0.1 0.1 -r 10 10 Build.pane1.world
Sets options for all viewports in the Build.pane1.world viewer pane.