Setup Window VI

Owning Palette: Helpers VIs

Requires: Full Development System

Creates a new window with hardware acceleration for rendering the 3D scene.

Example

 Add to the block diagram  Find on the palette
Window State specifies the state of the new window.

0Open (default)—The new window is open but is not maximized, minimized, or hidden.
1Minimized—The new window is minimized.
2Maximized—The new window is maximized.
3Hidden—The new window is floating but is not visible because LabVIEW is not the active application.
Camera Controller sets the interaction of the camera with the 3D scene.

0None (default)—The camera does not interact with the scene.
1Spherical—The camera rotates and moves as if pinned to a sphere.
2Flying—The camera flies through the scene freely.
error in describes error conditions that occur before this node runs. This input provides standard error in functionality.
New Window Refnum is the reference to the window.
error out contains error information. This output provides standard error out functionality.

Example

Refer to the 3D Model of Solar System VI in the labview\examples\Graphics and Sound\3D Picture Control directory for an example of using the Setup Window VI.

 Open example  Find related examples