Return information about a 3D Graphics window
Window3D_R <ScenarioPath> {WindowOption} [WindowID <WinNumber>]
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. |
Return the size of the first 3d window:
Window3d_R * InnerSize
640 360
Return the size of the second 3d window:
Window3d_R * Size WindowID 2
687 364
This command belongs to the following group(s):
9.0
STK Programming Interface 11.0.1