AGI STK Objects 11 Send comments on this topic.
IAgScVO Interface





Description

Scenario 3D Graphics Attributes.

Object Model





Public Methods

Public Method AvailableMarkerTypes Retrieves the list of available MarkerTypes
Public Method HideObject Hides the object identified by its path in a specified 3D window. Users can specify either a window identifier or a window title or 'all' to hide the object in all 3d windows.
Public Method HideObjects Hides multiple objects in a specified 3D window. Users can specify either a window identifier or a window title or 'all' to hide objects in all 3d windows.
Public Method ReloadGlobeServerConfigData Reloads Globeserver configuration data.
Public Method ShowObject Shows the object identified by its path in a specified 3D window. Users can specify either a window identifier or a window title or 'all' to show the object in all 3d windows.
Public Method ShowObjects Shows multiple objects in a specified 3D window. Users can specify either a window identifier or a window title or 'all' to show the objects in all 3d windows.

Public Properties

Public Property ChunkImageCacheSize Chunk image cache size (MB). The texture cache temporarily stores chunk imagery for the globe. You may need to increase the size of the cache if all specified terrain cannot be loaded at the same time or the terrain is blurry.
Public Property ChunkTerrainCacheSize Chunk terrain cache size (MB).
Public Property DrawOnTerrain If true, lines drawn on the globe such as those that define area and line targets, range rings, vehicle paths, map details, etc. will conform to the terrain on the globe. Otherwise, if terrain is present, the lines may go under or float over the terrain.
Public Property EnableGlobeServerAccess Specify whether to enable Globeserver access.
Public Property GlobeServers Returns a list of available Globeservers.
Public Property IsNegativeAltitudeAllowed Specify whether to allow negative altitudes for great arc vehicles and for facilities, places and targets.
Public Property LargeFont Retrieves large font metrics.
Public Property MediumFont Retrieves medium font metrics.
Public Property RenderNewVOWindow Specify whether any loaded or newly created 3D graphics window uses offscreen rendering.
Public Property SmallFont Retrieves small font metrics.
Public Property SurfaceReference Opt to display the globe's surface at the mean sea level (MSL) or at the central body's reference ellipsoid (WGS84).
Public Property TextAntialiasingEnabled True if the text anti-aliasing is turned on.
Public Property TextOutlineColor Default text outline color
Public Property TextOutlineStyle Default text outline style

Example

Change scenario font
[MATLAB] Copy Code
% IAgStkObjectRoot root: STK Object Model Root 
scenario = root.CurrentScenario; 
scenario.VO.MediumFont.Name = 'Arial'; 
scenario.VO.MediumFont.PtSize = 18; 
scenario.VO.MediumFont.Bold = true; 
scenario.VO.MediumFont.Italic = false; 
 
 
© 2016 Analytical Graphics, Inc. All Rights Reserved.

STK Programming Interface 11.0.1