AGI STK Objects 11 Send comments on this topic.
IAgVeGfxPassResolution Interface
Windows






Windows & Linux

Description

Ground track and orbit resolution for satellites defined in terms of ephemeris steps.

Public Properties

Public Property GroundTrack Ground track resolution defined in terms of the ephemeris step. Uses Time Dimension.
Public Property MinGroundTrack Minimum ground track resolution defined in terms of the ephemeris step. Uses Time Dimension.
Public Property MinOrbit Minimum orbit resolution defined in terms of the ephemeris step. Uses Time Dimension.
Public Property Orbit Orbit resolution defined in terms of the ephemeris step. Uses Time Dimension.

Example

Change the graphics resolution of the orbit for a smooth path
[MATLAB] Copy Code
% IAgSatellite satellite: Satellite object 
resolution = satellite.Graphics.Resolution; 
resolution.Orbit = 60; 
 
 
© 2017 Analytical Graphics, Inc. All Rights Reserved.

STK 11.2.1 Programming Interface