Description | Example | Return Message | Group

Window3D_R

Return information about a 3D Graphics window

Syntax

Window3D_R <ScenarioPath> {WindowOption} [WindowID <WinNumber>]

Related Commands

Description

The Window3D_R command will return information about a 3D Graphics window.

Enter the WindowId <WinNumber> to specify a 3D Graphics window. If not entered, then window 1 is used.

The following table describes the {WindowOption} values:

{WindowOption} Description
Size Returns the size of the 3D Graphics window including borders and frame.
InnerSize Returns the size of the 3D Graphics window not including borders or frame.

Example

Return the size of the first 3d window:

Window3d_R * InnerSize

ReturnMessage

Returns the width and height:
640 360

Example

Return the size of the second 3d window:

Window3d_R * Size WindowID 2

ReturnMessage

Returns the width and height:
687 364

Group Membership

This command belongs to the following group(s):

VO

VO Window

Version

9.0

STK Programming Interface 11.0.1