ObjectBrowser
Change how the STK Object Browser window is displayed.
Syntax
ObjectBrowser <ApplicationPath> {Options}
Description
The ObjectBrowser command will control the display of the Object Browser window, allowing you to show or hide window, and to resize, move, and otherwise change the display of the window.
This command is only available when running STK Desktop.
{Options} | Description |
---|---|
Dock {Left | Right| Top | Bottom} | Dock the Object Browser window to the specified side of the application window. |
Integrate | Make the Object Browser window integrated in the application window. |
Float | Float the Object Browser window. |
Close | Close the Object Browser. |
Minimize | Minimize the Object Browser. |
Maximize | Maximize the Object Browser. |
Restore | Restore the Object Browser from the last Minimize or Maximize command. The window will be restored to the Integrated state. |
Hide | Hide the Object Browser. |
Show | Restore the Object Browser from the last Hide command. |
Raise | If the window is Integrated the Object Browser is brought to the top, otherwise the ObjectBrowser is activated. |
Group <Create> <Rename> <Add> <Remove> <Delete> | The Group option allows you to create a folder in the Object Browser. You can add and remove objects to the folder so you can group them together in one location. |
Place <X> <Y> | Indicates X,Y position of Object Browser on the screen, where 0,0 is in the upper right corner of the screen. This command will move the Object Browser to the new location.
The Place option is not valid if Object Browser is Docked or Closed. |
Size <Width> <Height> | <Width> and <Height> indicates the new size of the Object Browser window. This command will resize the Object Browser window.
The Size option is not valid if Object Browser is Docked or Closed. |
Examples
Dock the Object Browser window to the right side of the STK application:
ObjectBrowser / Dock Right
Hide the Object Browser window:
ObjectBrowser / Hide
Set the Object Browser window to be integrated:
ObjectBrowser / Integrate
Change the size of the Object Browser window:
ObjectBrowser / Size 350 500
Add a group
ObjectBrowser / Group Create MyGroup
Rename a group
ObjectBrowser / Rename MyGroup MyRenamedGroup
Add an object to a group
ObjectBrowser / Group Add Place/MyPlace MyRenamedGroup
Remove an object from a group
ObjectBrowser / Group Remove Place/MyPlace MyRenamedGroup
Delete a group
ObjectBrowser / Group Delete MyRenamedGroup IncludeChildren
Return message
Group membership
This command belongs to the following group(s):
Version
11