Skip to end of metadata
Go to start of metadata

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

Compare with Current View Page History

« Previous Version 6 Next »

Unknown macro: {alias}

Name

xwi — Window on screen

Syntax

xwi [stereo | del | sel] [pixels] | [xpixels ypixels] [con] [tk] [exist] [toplevel] [fullscreen] [xyscale]

Description

Handling of display window and its parameters in the graphical screen. The graphical display window is called an xwindow or just window.

Arguments

stereo

Unknown macro: {indent}

The graphic window will be stereo-enabled.

del [1 | 2 | 3 ...]

Unknown macro: {indent}

Delete (remove) the last graphic window [or xwindow number 1/2/3/...].

pixel

Unknown macro: {indent}

Create an quadratic window display with sides pixel pixels.

xpixels ypixels

Unknown macro: {indent}

Create a window display sized xpixels times ypixels pixels.

sel number

Unknown macro: {indent}

Select xwindow number.

con number

Unknown macro: {indent}

Camera is connected to xwindow number.

exist number

Unknown macro: {indent}

Check if an xwindow exists. The result is placed in the return code [gvar rc].

Example of checking if a window exists

xwi exist 3
set doesexist [gvar rc]
#will set the variable $doesexist to 1 if the xwindow does exist, and -1 if not existing.

subframes no_of_subframes

Unknown macro: {indent}

Set the number of sub frames for doing motion blur. The default is zero. Once this is set greater than one, you will no longer see a new frame for every Render(). If you set this to five, you will need to do five Render() invocations before seeing the result. This is not very impressive unless something is changing between the Renders.

toplevel

Unknown macro: {indent}

To get a toplevel stand alone window.

fullscreen

Unknown macro: {indent}

To get a toplevel fullscreen stand alone window.

xyscale scale | off

Unknown macro: {indent}

scale : To establish a specific plot scale in the current graphical window; like 1:scale. The window will be set into 2D mode and the zoom button will be disabled. To enable the zoom button go into 3D mode.
off : Turn off the scale. Will enable the zoom button.

See also

vie - Viewport handling, win - Window specification

Unknown macro: {pagebreak}
  • No labels